github Taaitaaiger/jlrs v0.23.0
V0.23.0

4 hours ago
  • 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.

Don't miss a new jlrs release

NewReleases is sending notifications on new releases.