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

java.lang.AssertionError with latest Leiningen #61

Closed
terjesb opened this issue Jan 9, 2013 · 1 comment
Closed

java.lang.AssertionError with latest Leiningen #61

terjesb opened this issue Jan 9, 2013 · 1 comment

Comments

@terjesb
Copy link
Sponsor

terjesb commented Jan 9, 2013

Looks like lein-ring 0.7.5 and 0.8.0-SNAPSHOT aren't compatible with the latest master version of Leiningen 2:

$ lein ring server-headless
Exception in thread "main" java.lang.AssertionError: Assert failed: (vector? (:dependencies project []))
at leinjacker.deps$add_if_missing.invoke(deps.clj:43)
at clojure.lang.AFn.applyToHelper(AFn.java:163)
at clojure.lang.AFn.applyTo(AFn.java:151)
at clojure.core$apply.invoke(core.clj:603)
at leiningen.ring.util$update_project.doInvoke(util.clj:46)

Not sure if the problem is with leinjacker or Leiningen?

@terjesb
Copy link
Sponsor Author

terjesb commented Jan 11, 2013

The updated leinjacker dependency in your commit 22f7387 seems to fix this for 0.8.0-SNAPSHOT with Leiningen 2.0.0-RC1. 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

1 participant