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

Don't rely on tools.deps' shlexing behavior #23

Merged
merged 1 commit into from Mar 24, 2021

Conversation

lvh
Copy link
Contributor

@lvh lvh commented Mar 24, 2021

I'm not sure when this broke, but one of our projects stopped working until I changed this. The error is something like:

lvh@cannon ~/s/L/wernicke $ clj -M:native-image       
Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
-m clj.native-image latacora.wernicke.cli (No such file or directory)

Full report at:
/tmp/clojure-8943822669481933153.edn

I'm not sure when this broke, but one of our projects stopped working until I changed this. The error is something like:

```
lvh@cannon ~/s/L/wernicke $ clj -M:native-image       
Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
-m clj.native-image latacora.wernicke.cli (No such file or directory)

Full report at:
/tmp/clojure-8943822669481933153.edn
```
@taylorwood taylorwood merged commit 4604ae7 into taylorwood:master Mar 24, 2021
@taylorwood
Copy link
Owner

Thank you!

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.

None yet

2 participants