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!