You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
After updating my
defproject
to start using[lib-noir "0.9.5"]
and then invokinglein clean; lein repl
I'm seeing the following error:Looks like the
boolean
call was introduced in a547a33But 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 thelib-noir
version is rolled back to 0.9.4 or 0.9.3.Anyone else seeing this error? Thanks!
The text was updated successfully, but these errors were encountered: