Skip to content

Releases: JuliaDebug/JuliaInterpreter.jl

v0.9.20

29 Dec 22:17
b2ebd69
Compare
Choose a tag to compare

JuliaInterpreter v0.9.20

Diff since v0.9.19

Closed issues:

  • generate_builtins should not write to package directory (#549)
  • Failure in compiled_ccalls (#560)

Merged pull requests:

  • Add :sr debug command for stepping until return statement (#558) (@fredrikekre)
  • Make generate_builtins path customizable for testing. Update builtins (#559) (@IanButterworth)
  • also count the number of arguments to cache the compiled ccall (#561) (@KristofferC)

v0.9.19

21 Dec 15:27
ca5c050
Compare
Choose a tag to compare

JuliaInterpreter v0.9.19

Diff since v0.9.18

Merged pull requests:

  • Don't try to correct method locations for generated functions (#556) (@Keno)
  • fix an issue with detecting llvmcalls when they are interpolated (#557) (@KristofferC)

v0.9.18

09 Dec 15:03
Compare
Choose a tag to compare

JuliaInterpreter v0.9.18

Diff since v0.9.17

Merged pull requests:

v0.9.17

08 Dec 02:39
Compare
Choose a tag to compare

JuliaInterpreter v0.9.17

Diff since v0.9.16

Closed issues:

  • foreigncall handling is not semantically correct (#552)

Merged pull requests:

v0.9.16

21 Nov 16:18
39d04c7
Compare
Choose a tag to compare

JuliaInterpreter v0.9.16

Diff since v0.9.15

Closed issues:

  • Script that uses package that uses llvmcall fails (#550)

Merged pull requests:

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)