Skip to content

Releases: LilithHafner/BasicAutoloads.jl

v1.0.4

04 Dec 03:08
352c26f
Compare
Choose a tag to compare

BasicAutoloads v1.0.4

Diff since v1.0.3

Merged pull requests:

Closed issues:

  • autocomplete (#6)
  • Doesn't work on nightly (#13)

v1.0.3

03 Dec 15:15
2332b9a
Compare
Choose a tag to compare

BasicAutoloads v1.0.3

Diff since v1.0.2

Merged pull requests:

  • Longer timeout and better warnings when waiting for the REPL to load (#17) (@LilithHafner)

Closed issues:

  • Trigger on function? (#15)
  • Check if identifier is already defined (#16)

v1.0.2

22 Oct 16:19
ce64452
Compare
Choose a tag to compare

BasicAutoloads v1.0.2

Diff since v1.0.1

Fixes a bug where qualified names don't trigger autoloads (i.e. foo.bar previously only triggered autoloading of foo, but not of bar)

Merged pull requests:

Closed issues:

  • FR: Trigger on qualified macros as well (#10)

v1.0.1

12 Oct 19:49
6778fdd
Compare
Choose a tag to compare

BasicAutoloads v1.0.1

Diff since v1.0.0

Fix problem in Julia 1.11 where autoloads only work if REPL has been explicitly loaded (#7, #8)

Merged pull requests:

  • Bump julia-actions/cache from 1 to 2 (#5) (@dependabot[bot])
  • Accommodate changes in REPL and Pkg loading in Julia 1.11 (#8) (@LilithHafner)

Closed issues:

  • KeyError: REPL not found (#7)

v1.0.0

13 Apr 15:54
Compare
Choose a tag to compare

BasicAutoloads v1.0.0

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#2) (@dependabot[bot])