Skip to content

Releases: JuliaDebug/JuliaInterpreter.jl

v0.8.7

17 Dec 10:57
fb0c899
Compare
Choose a tag to compare

JuliaInterpreter v0.8.7

Diff since v0.8.6

Closed issues:

  • Can not splat kwargs when they are called kwargs (#355)
  • FrameCode printing can be misleading when including multiline statement (#357)
  • Puzzling failure to set the value of a symbol (#380)
  • Bounds error debugging @avx from LoopVectorization (#393)
  • PyObject not automatically converted to Julia type in Debugger (#415)
  • possible bug in JuliaInterpreter.jl (#417)
  • Julia debugger directing me back to the source files in the packages when error is found in the active code (#454)
  • Bad jump in optimize result for cglobal with tuple first argument (#455)

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#451) (@timholy)
  • MassInstallAction: Install the Documenter workflow on this repository (#452) (@timholy)
  • Precompile append_any (#453) (@timholy)
  • Better handling of CGlobal & :call unnesting (#456) (@timholy)
  • fix failures on nightly 2 (#457) (@simeonschaub)

v0.8.6

14 Dec 16:05
a4f4329
Compare
Choose a tag to compare

JuliaInterpreter v0.8.6

Diff since v0.8.5

Merged pull requests:

  • Try harder to find toplevel stdlibs in ExprSplitter (#447) (@timholy)
  • CI: less redundancy, push coverage (#448) (@timholy)

v0.8.5

02 Dec 15:04
0f2ca1a
Compare
Choose a tag to compare

JuliaInterpreter v0.8.5

Diff since v0.8.4

Merged pull requests:

v0.8.4

22 Nov 12:04
661e106
Compare
Choose a tag to compare

JuliaInterpreter v0.8.4

Diff since v0.8.3

Closed issues:

  • eval_rhs cannot eval a Module (#377)
  • AssertionError: arg isa SSAValue with at-ccall (#433)
  • Logging macros break the interpreter (#441)

Merged pull requests:

v0.8.3

07 Nov 20:03
8df3bef
Compare
Choose a tag to compare

JuliaInterpreter v0.8.3

Diff since v0.8.2

Merged pull requests:

v0.8.2

19 Oct 10:04
8bd596b
Compare
Choose a tag to compare

JuliaInterpreter v0.8.2

Diff since v0.8.1

Closed issues:

  • Base_Docs_4352b6d8 not defined error for a docstring w/ Requires.@require (#423)

Merged pull requests:

v0.8.1

16 Sep 09:03
2f5f800
Compare
Choose a tag to compare

JuliaInterpreter v0.8.1

Diff since v0.8.0

Closed issues:

  • more careful container expression flattening ? (#427)

Merged pull requests:

v0.8.0

07 Sep 22:03
aae7864
Compare
Choose a tag to compare

JuliaInterpreter v0.8.0

Diff since v0.7.26

Merged pull requests:

v0.7.26

23 Aug 17:04
5373e00
Compare
Choose a tag to compare

JuliaInterpreter v0.7.26

Diff since v0.7.25

Merged pull requests:

v0.7.25

21 Aug 14:03
740e71b
Compare
Choose a tag to compare

JuliaInterpreter v0.7.25

Diff since v0.7.24

Merged pull requests:

  • Improve robustness of framecode_lines (#410) (@timholy)
  • Use mapany to avoid some broadcasting invalidations (#420) (@timholy)
  • Improve inference for several methods leading to (:) (#421) (@timholy)