dm3 / clojure.java-time

Java 8 Date-Time API for Clojure
MIT License
467 stars 47 forks source link

Minimal changes necessary for GraalVM native-image to work #72

Closed FieryCod closed 3 years ago

FieryCod commented 3 years ago

GraalVM issue: https://github.com/oracle/graal/issues/1613#issuecomment-850807598

Repro: https://github.com/FieryCod/graalvm-1613-repro

Cause of change: eval is called twice. Once during compilation and once during native-image which seems to trigger incorrect offset error

FYI: Tests are not working since, not all parens are matching.

dm3 commented 3 years ago

Thanks, this looks great!

johanthoren commented 3 years ago

@dm3 would it be possible to tag a release with this merged?

Thanks.

dm3 commented 3 years ago

@johanthoren released 0.3.3