Releases: JuliaDebug/JuliaInterpreter.jl
Releases · JuliaDebug/JuliaInterpreter.jl
v0.9.20
JuliaInterpreter v0.9.20
Closed issues:
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
JuliaInterpreter v0.9.19
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
v0.9.17
JuliaInterpreter v0.9.17
Closed issues:
- foreigncall handling is not semantically correct (#552)
Merged pull requests:
- simplify foreigncall handling (#554) (@KristofferC)
v0.9.16
JuliaInterpreter v0.9.16
Closed issues:
- Script that uses package that uses llvmcall fails (#550)
Merged pull requests:
- fix tests on Julia nightly (#543) (@simeonschaub)
- improve builtins consistency check (#544) (@simeonschaub)
- NFC: normalize
x == ::Symbol
tox === ::Symbol
(#545) (@aviatesk) - very slight support for
OpaqueClosure
s (#546) (@oscardssmith) - Fix invalidations from StaticArrays'
map!
(#547) (@thchr) - eval_code: don't error on empty input. (#548) (@fredrikekre)
- also optimize
getproperty
where first argument is a constant module (#551) (@KristofferC)
v0.9.15
JuliaInterpreter v0.9.15
Closed issues:
- foreigncall issue with InlineStrings (#536)
Merged pull requests:
- Add action to check builtin consistency (#541) (@pfitzseb)
- fix evaluation of :foreigncall with sparams (#542) (@simeonschaub)
v0.9.14
v0.9.13
JuliaInterpreter v0.9.13
Merged pull requests:
v0.9.12
JuliaInterpreter v0.9.12
Closed issues:
- The interpreter does not use fma even if it would be used for compiled functions (#531)
Merged pull requests:
- Fix some ChainRulesCore invalidations (#530) (@timholy)
- update builtins, cleanup pre-1.6 code paths (#532) (@simeonschaub)
- fix various fma issues (#533) (@KristofferC)
v0.9.11
JuliaInterpreter v0.9.11
Merged pull requests: