clj.native-image
clj.native-image copied to clipboard
Build GraalVM native images with Clojure Deps and CLI tools
Since https://github.com/taylorwood/clj.native-image/commit/b3823a48be75122b9671c86ce5353a85589ef15f I'm getting errors like: ``` Error: Unsupported features in 12 methods Detailed message: Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: clojure.tools.reader.reader_types.IPushbackReader. To diagnose the issue you can use...
@sogaiu reported an issue on Windows where the classpath is hitting some length limit. For Java 9 and up, it's possible to specify a classpath _file_ (that contains the classpath...
Don't know if it's really a problem, but it appears one can end up with redundant compilations invoking `build`. `main-ns` in `build` is typically a string IIUC. `namespaces` appears to...