Skip to content
New issue

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

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

Already on GitHub? # to your account

Show error for inline deps issues #976

Open
mfikes opened this issue Jun 16, 2019 · 2 comments
Open

Show error for inline deps issues #976

mfikes opened this issue Jun 16, 2019 · 2 comments

Comments

@mfikes
Copy link
Member

mfikes commented Jun 16, 2019

Compare

$ plk -Sdeps '{:deps {cljc.java-time {:mvn/version "0.1.1"}}'
$ clj -Sdeps '{:deps {cljc.java-time {:mvn/version "0.1.1"}}'
Error while parsing option "--config-data {:deps {cljc.java-time {:mvn/version \"0.1.1\"}}": java.lang.RuntimeException: EOF while reading
@pyrmont
Copy link
Contributor

pyrmont commented Jun 18, 2019

Just to be clear, the error is that there's a missing closing brace?

@mfikes
Copy link
Member Author

mfikes commented Jun 18, 2019

@pyrmont In this case, the inline edn is indeed missing a closing brace, but if you try that plk line, it silently fails, whereas clj gives more detail.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants