Skip to content

Releases: taylorwood/clj.native-image

Compile all namespaces

10 May 11:31
Compare
Choose a tag to compare
Pre-release

Changed

  • All namespaces found on the deps.edn :paths are compiled, rather than only the main/entrypoint namespace
  • Update to latest tools.deps.alpha

Stream stdout/stderr from native-image

06 Feb 03:29
Compare
Choose a tag to compare
Pre-release

Changed

  • Stream stdout/stderr from native-image process to stdout
  • Call shutdown-agents finally to avoid hang-on-exception
  • Update to Clojure 1.10, latest tools.deps.alpha

Fix entry point names with dashes

30 Oct 01:28
Compare
Choose a tag to compare
Pre-release

Fixed

  • Dashes - in class names weren't properly replaced with underscores _ during compilation

Use tools.deps.alpha

21 Sep 12:14
Compare
Choose a tag to compare
Use tools.deps.alpha Pre-release
Pre-release

Changed

  • Use tools.deps.alpha to resolve classpath from deps.edn
  • Allow optional arguments to native-image without specifying path to native-image

Fix optional arguments

05 Sep 02:32
Compare
Choose a tag to compare
Pre-release

Fixed

  • Optional command line arguments were being duplicated
  • Allow custom -H:Name argument

Initial release

05 Sep 02:09
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Added

  • This is essentially a hack to pass a deps.edn classpath to GraalVM native-image