graalvm 2024-03-19

I've been using --strict-image-heap for a while now, haven't seen any issues

👍 1

@skynet what does --strict-image-heap do?

Ah just read it

@skynet what problem did it solve for you, enabling to have a class in a top level clojure expression, while letting it also be initialized at runtime (again)?

I think for most (all?) Clojure users, setting --strict-image-heap is pretty much a no-op since we have to declare most classes as init at build time anyway I just turned it on when they added it to make sure my stuff wouldn't break in this update