Open willcohen opened 5 years ago
Does this still happen with the Clojure 1.10.2 test release? There were a few different patches that tried to fix this issue. Do you have a reproducing test case for this?
@willcohen Do you have a test case and a Clojure version for this error?
Trying to use
manifold
downstream with graal's native-image using a patched for CLJ-1472 clojure yields an error withlocking
:A similar issue with
core.memoize
reimplemented in Java. Will attempt to rewriteSuccessDeferred
in Java to see if this fixes compatibility.Additional uses of
locking
may require similar fixes.