Re: [ANN] Clojure 1.10.0-RC5

2018-12-11 Thread Mars0i
I have a couple of small apps that use interop pretty heavily because the Java library I'm using is very inheritance-based. There are no problems running with RC5 (although spec did find a syntax error that had passed in 1.9). I don't use reflection explicitly, but turning on

Re: [ANN] Clojure 1.10.0-RC5

2018-12-11 Thread Sean Corfield
And as you can no doubt imagine, we are already testing it at World Singles Networks (albeit on OpenJDK 8). Sean On Tuesday, December 11, 2018 at 1:37:42 PM UTC-8, Alex Miller wrote: > > 1.10.0-RC5 is now available. Please test, particularly if your > library/application uses interop calls and

Re: GraalVM's native-image incompatible with Clojure's eval?

2018-12-11 Thread Khalid Jebbari
Thank you Didier, I've seen this documentation about the reflection json file. However it appears that even `(set! *warn-on-reflections true)` doesn't always catch reflections. I suppose it means I have to use profilers like jvisualvm (don't remember the exact name) to watch for calls to