Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade babashka.curl, babashka.fs, and deps-new #67

Merged
merged 7 commits into from
Aug 3, 2022

Conversation

rads
Copy link
Collaborator

@rads rads commented Aug 3, 2022

Resolves #66.

It might be better to structure the tests so we can run all the tests in both Babashka and Clojure. Since that will require more effort, I just did one test for now. The current test will at least ensure that the command is always runnable in Clojure.

@borkdude
Copy link
Contributor

borkdude commented Aug 3, 2022

@rads Instead of testing through the generated script, we might just test through the src/babashka/neil.clj code without shelling out. Also I'm considering moving away from checking in the generated script since in PRs this is confusing. WDTY?

tests.clj Outdated Show resolved Hide resolved
@rads
Copy link
Collaborator Author

rads commented Aug 3, 2022

@borkdude:

@rads Instead of testing through the generated script, we might just test through the src/babashka/neil.clj code without shelling out. Also I'm considering moving away from checking in the generated script since in PRs this is confusing. WDTY?

That all sounds reasonable to me. Is it OK if we take care of that in follow-up PRs?

@borkdude
Copy link
Contributor

borkdude commented Aug 3, 2022

Yes

@borkdude borkdude merged commit ee18921 into babashka:main Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when invoking clojure -M:neil
2 participants