Skip to content

Releases: JuliaDebug/JuliaInterpreter.jl

v0.9.15

01 Aug 11:50
a840f1a
Compare
Choose a tag to compare

JuliaInterpreter v0.9.15

Diff since v0.9.14

Closed issues:

  • foreigncall issue with InlineStrings (#536)

Merged pull requests:

v0.9.14

25 Jul 08:48
fd31ef3
Compare
Choose a tag to compare

JuliaInterpreter v0.9.14

Diff since v0.9.13

Closed issues:

  • Can not step into body of @error because "UndefVarError: REPL[1] not defined" (#535)
  • Wrong assumption about @doc arguments breaks Revise (#538)

Merged pull requests:

  • Fix is_doc_expr by constraining number of args (#539) (@mgkurtz)
  • Re-impose "no double lookup" for invoke (#540) (@timholy)

v0.9.13

15 Apr 05:22
Compare
Choose a tag to compare

JuliaInterpreter v0.9.13

Diff since v0.9.12

Merged pull requests:

  • eval = is not functionally equivalent to global assignment (#534) (@vtjnash)

v0.9.12

06 Apr 16:22
a5d0561
Compare
Choose a tag to compare

JuliaInterpreter v0.9.12

Diff since v0.9.11

Closed issues:

  • The interpreter does not use fma even if it would be used for compiled functions (#531)

Merged pull requests:

v0.9.11

16 Mar 03:55
Compare
Choose a tag to compare

JuliaInterpreter v0.9.11

Diff since v0.9.10

Merged pull requests:

  • adapt to upstream changes of Core.Compiler._findsup (#529) (@aviatesk)

v0.9.10

14 Mar 11:07
f3b4c3d
Compare
Choose a tag to compare

JuliaInterpreter v0.9.10

Diff since v0.9.9

Closed issues:

  • Debugger simpler Step into Function (#360)
  • Breakpointing on function doesn't work when the function is called by a kwargs (#371)
  • Segfault interpreting a function with ccall the second time (#432)
  • Linetables are not always sorted (#526)

Merged pull requests:

v0.9.9

08 Mar 12:13
f05b7a4
Compare
Choose a tag to compare

JuliaInterpreter v0.9.9

Diff since v0.9.8

Merged pull requests:

v0.9.8

07 Mar 09:06
Compare
Choose a tag to compare

JuliaInterpreter v0.9.8

Diff since v0.9.7

Merged pull requests:

v0.9.7

25 Feb 12:15
6ed0a81
Compare
Choose a tag to compare

JuliaInterpreter v0.9.7

Diff since v0.9.6

Merged pull requests:

  • add a new debug command that let's you step into the last call on a line (#520) (@KristofferC)

v0.9.6

23 Feb 09:45
67783f5
Compare
Choose a tag to compare

JuliaInterpreter v0.9.6

Diff since v0.9.5

Closed issues:

  • cfunction issues (#385)

Merged pull requests: