I have new issues with latest 20.1.0-dev CE graalvm native-image builds
are there some integration tests, gradle clojure tck or a clojure stakeholder on the graal side ?
I wish
Has anyone else seen this behavoir?
I see a lot of > Error: Frame states being merged are incompatible: unbalanced monitors - locked objects do not match This frame state: [locals: [1,2,3,1,,] stack: [7] locks: [] rethrowException] kind of errors. Are you using clojure 1.10.2-alpha1?
yeah I upgraded and tried again
same thing
I have changed my build script to use an older version of graal 20.1.0-dev Im hosting myself. And it's working.
was earlier clojures causing those lock mismatch errors?
maybe I will try again tomorrow
well, GraalVM was having issues clojure's locking macro earlier, but this is supposed to be fixed in clojure 1.10.2-alpha1. however, libraries AOTed with an earlier version may still exhibit problems
or if they are changing GraalVM to frown upon Clojure's new locking macro, we could have another issue, which I hope not!
@retrogradeorbit I see a similar NPE with babashka and posted it in the issue