-
Notifications
You must be signed in to change notification settings - Fork 50
Add a spec example project #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
With clojure 1.10.2-alpha1 it should now be possible to use spec with native-image. |
Why? what did change to make that possible? |
- Addresses clj-easy#3
@danielcompton I've created PR #21 that seems to show Graal native image working with Clojure 1.10.1 and spec.alpha 0.2.187. I have had trouble in the past doing this (with any version of Clojure) so I am wondering if this a false positive? |
Just updated to 1.10.2-alpha1 and it should work reliably. |
Currently, you can't build a native-image that uses spec: oracle/graal#1681. It could be good to add a small test project demonstrating that to test against.
The text was updated successfully, but these errors were encountered: