Skip to content

CompilerException when trying to use lib-noir 0.9.5 #111

@limist

Description

@limist

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions