clj.native-image icon indicating copy to clipboard operation
clj.native-image copied to clipboard

Build GraalVM native images with Clojure Deps and CLI tools

Results 3 clj.native-image issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

@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...

help wanted

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...

bug