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

CompilerException when trying to use lib-noir 0.9.5 #111

Open
limist opened this issue Jan 6, 2015 · 3 comments
Open

CompilerException when trying to use lib-noir 0.9.5 #111

limist opened this issue Jan 6, 2015 · 3 comments

Comments

@limist
Copy link

limist commented Jan 6, 2015

After updating my defproject to start using [lib-noir "0.9.5"]and then invoking lein clean; lein repl I'm seeing the following error:

#<CompilerException java.lang.IllegalArgumentException: Unable to resolve classname: clojure.core$boolean@67153b, compiling:(noir/util/crypt.clj:72:3)>

Looks like the boolean call was introduced in a547a33

But it's surprising nonetheless, since boolean is a core function, and also, this kind of error should've blocked jar compilation. The error goes away if the lib-noir version is rolled back to 0.9.4 or 0.9.3.

Anyone else seeing this error? Thanks!

@yogthos
Copy link
Contributor

yogthos commented Jan 6, 2015

Hmm, have you tried doing lein clean, there might be some compiled classes lingering around.

@limist
Copy link
Author

limist commented Jan 6, 2015

Yes, I tried lein clean several times. :)

@yogthos
Copy link
Contributor

yogthos commented Jan 6, 2015

that's pretty weird, boolean should be in the standard lib

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