Download Latest Version V0.23.0 source code.tar.gz (362.8 kB)
Email in envelope

Get an email when there's a new version of jlrs

Home / v0.23.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-01 889 Bytes
V0.23.0 source code.tar.gz 2026-05-01 362.8 kB
V0.23.0 source code.zip 2026-05-01 555.5 kB
Totals: 3 Items   919.2 kB 0
  • Implement Clone for Tracked. Note that this will break your code if the tracked type implements Clone, and the tracked handle was used to clone the data; this will now return a cloned handle, instead of the cloned underlying type.

  • julia_module! has been reimplemented and precompilation is tested, bugs that surfaced when testing precompiled packages have been fixed.

  • Items exported with julia_module! can be marked as pub to automatically export them from the generated module.

  • DataType::instantiate_unchecked has been deprecated, call constructors instead.

  • The custom derive macros, StaticRef, StaticGlobal, and Module::typed_global_cached now support eliding the Main module. For example, instead of Main.Foo can now be accessed as Foo.

  • Value::stdout has been removed; the C-function it calls has been unavailable since Julia 1.11.

Source: README.md, updated 2026-05-01