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

Exception thrown with bb.edn #89

Closed
latacora-gabriel opened this issue Jun 15, 2021 · 3 comments
Closed

Exception thrown with bb.edn #89

latacora-gabriel opened this issue Jun 15, 2021 · 3 comments

Comments

@latacora-gabriel
Copy link

Hi,
Thanks for the handy library and github action! I encountered an exception with a bb.edn like the following:

{:tasks
 {:init (let [foo :foo] (assoc-in {} [:deps foo :bar] "baz"))}}

Running a clojure alias as described in the readme results in

$ clojure -M:outdated
Execution error (IllegalArgumentException) at antq.dep.clojure/extract-deps$fn (clojure.clj:41).
Don't know how to create ISeq from: clojure.lang.Symbol

If I rename :deps to :depz the error goes away.
A secondary issue I encountered was that adding --skip babashka didn't allow me to turn off bb. I ended up reverting to 0.12.4 so I could run antq.
Cheers

@liquidz
Copy link
Owner

liquidz commented Jun 15, 2021

@latacora-gabriel Thanks for your reporting!
I'll fix them.

@liquidz
Copy link
Owner

liquidz commented Jun 16, 2021

@latacora-gabriel Just released 0.15.3 #90

@latacora-gabriel
Copy link
Author

Confirmed this fixed my issue. Thanks! 🎉

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

No branches or pull requests

2 participants