Skip to content

Releases: JuliaDebug/JuliaInterpreter.jl

v0.9.36

10 Sep 15:37
3dce7bf
Compare
Choose a tag to compare

JuliaInterpreter v0.9.36

Diff since v0.9.35

Merged pull requests:

Closed issues:

  • Opaque Closures not supported. (#537)
  • v1.12: JuliaInterpreter optimization seems to badly interact with new compressed linetable format (#622)

v0.9.35

26 Aug 10:00
50182dd
Compare
Choose a tag to compare

JuliaInterpreter v0.9.35

Diff since v0.9.34

Merged pull requests:

Closed issues:

  • ERROR: type UnionAll has no field parameters (#642)

v0.9.34

07 Aug 21:34
376d172
Compare
Choose a tag to compare

JuliaInterpreter v0.9.34

Diff since v0.9.33

Merged pull requests:

v0.9.33

24 Jul 12:39
19af58b
Compare
Choose a tag to compare

JuliaInterpreter v0.9.33

Diff since v0.9.32

Merged pull requests:

Closed issues:

  • Segfaults (#580)
  • Version 0.9.27 breaks older Revise versions (#602)
  • ERROR: LoadError: type CodeInfo has no field linetable on Julia's master branch (#616)
  • incorrect model of :method for evaluate_methoddef (#632)
  • Will this allow using Julia without LLVM? (#633)

v0.9.32

14 Jun 09:17
Compare
Choose a tag to compare

JuliaInterpreter v0.9.32

Diff since v0.9.31

Merged pull requests:

Closed issues:

  • lld error: undefined symbol during v0.9.30 precompile on windows. (#621)
  • JuliaInterpreter fails to build on Julia 1.11-alpha-2 (#626)
  • Precompilation error on Julia 1.12: private not defined (#630)

v0.9.31

26 Mar 05:07
Compare
Choose a tag to compare

JuliaInterpreter v0.9.31

Diff since v0.9.30

Merged pull requests:

  • changes to adapt to compressed line table format (#606) (@vtjnash)

v0.9.30

21 Mar 14:00
Compare
Choose a tag to compare

JuliaInterpreter v0.9.30

Diff since v0.9.29

Merged pull requests:

Closed issues:

  • JuliaInterpreter hangs when handling errors on v1.11 (#610)

v0.9.29

20 Feb 14:32
f7138f9
Compare
Choose a tag to compare

JuliaInterpreter v0.9.29

Diff since v0.9.28

Merged pull requests:

v0.9.28

08 Jan 14:28
Compare
Choose a tag to compare

JuliaInterpreter v0.9.28

Diff since v0.9.26

Merged pull requests:

v0.9.26

10 Oct 04:33
Compare
Choose a tag to compare

JuliaInterpreter v0.9.26

Diff since v0.9.25

Merged pull requests:

  • Add a second link to the docs from the README (#589) (@timholy)
  • Adjust to upcoming julia lowering change (#592) (@Keno)

Closed issues:

  • Improve performance via JuliaSyntax (#588)