Skip to content

Releases: JuliaDebug/JuliaInterpreter.jl

v0.7.14

01 May 19:01
3868bcc
Compare
Choose a tag to compare

JuliaInterpreter v0.7.14

Diff since v0.7.13

Closed issues:

  • Debug Random (#386)

Merged pull requests:

v0.7.13

05 Mar 10:02
00fe0b1
Compare
Choose a tag to compare

JuliaInterpreter v0.7.13

Diff since v0.7.12

Closed issues:

  • MethodError: no method matching reinterpret(::SSAValue, ::SlotNumber) (#383)

Merged pull requests:

  • Only eval tuple specification to ccall, use dynamic semantics otherwise. (#384) (@maleadt)

v0.7.12

17 Feb 14:02
910d170
Compare
Choose a tag to compare

JuliaInterpreter v0.7.12

Diff since v0.7.11

Merged pull requests:

v0.7.11

15 Feb 16:02
be22ed9
Compare
Choose a tag to compare

JuliaInterpreter v0.7.11

Diff since v0.7.10

Closed issues:

  • show_backtrace crashes if there is a Module scope at the root of a frame (#374)

Merged pull requests:

v0.7.10

13 Feb 13:02
3fd66a3
Compare
Choose a tag to compare

JuliaInterpreter v0.7.10

Diff since v0.7.9

Closed issues:

  • Provide a method to run a file in the debugger (#361)
  • Provide a method to run a string of code in the debugger (#362)
  • Make global breakpoints work (#368)

Merged pull requests:

v0.7.9

05 Feb 13:57
v0.7.9
2cfb6f6
Compare
Choose a tag to compare

v0.7.9 (2020-02-05)

Diff since v0.7.8

Merged pull requests:

  • Support recursive structure definitions (#363) (timholy)

v0.7.8

07 Jan 22:57
v0.7.8
d58070b
Compare
Choose a tag to compare

v0.7.8 (2020-01-07)

Diff since v0.7.7

Closed issues:

  • Listeners for global state (#261)

Merged pull requests:

v0.7.7

29 Dec 14:45
v0.7.7
b1629e6
Compare
Choose a tag to compare

v0.7.7 (2019-12-29)

Diff since v0.7.6

Merged pull requests:

  • Evaluating %new expressions: prepare args and ccall jl_new_structv (#358) (timholy)

v0.7.6

16 Dec 18:07
v0.7.6
5611e3c
Compare
Choose a tag to compare

v0.7.6 (2019-12-16)

Diff since v0.7.5

Merged pull requests:

  • Store SSAValues used by :abstract_type and :primitive_type (#356) (timholy)

v0.7.5

05 Dec 03:17
v0.7.5
8578fc0
Compare
Choose a tag to compare

v0.7.5 (2019-12-04)

Diff since v0.7.4

Closed issues:

  • Warning for LinearAlgebra.\(\\) for symmetric SparseMatrixCSC{Float64,Int64} interpreted as Hermitian (#285)

Merged pull requests: