Skip to content

Releases: wangl-cc/LazyStartup.jl

v0.2.0

22 Mar 10:36
1ac8827
Compare
Choose a tag to compare

LazyStartup v0.2.0

Diff since v0.1.2

Closed issues:

  • Lazy macro loading seems to be breaking on Julia v1.9.0-rc1 (#11)

Merged pull requests:

  • Initialize with lazy_startup_init!() and force startup code to be evaluated in top-level scope (#12) (@wangl-cc)

v0.1.2

16 Aug 08:19
4de59ba
Compare
Choose a tag to compare

LazyStartup v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

15 Aug 06:43
b79118e
Compare
Choose a tag to compare

LazyStartup v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

23 Jul 02:20
baba7ef
Compare
Choose a tag to compare

LazyStartup v0.1.0

Merged pull requests:

  • fix: replace Base.isexpr to Base.Meta.isexpr (#1) (@wangl-cc)
  • feat: auto_pattern for import and using (#2) (@wangl-cc)