Releases: JuliaDebug/JuliaInterpreter.jl
Releases · JuliaDebug/JuliaInterpreter.jl
v0.9.31
JuliaInterpreter v0.9.31
Merged pull requests:
v0.9.30
JuliaInterpreter v0.9.30
Merged pull requests:
- adapt to implicit leave change in Julia (#614) (@vtjnash)
- some updates required for Julia v1.11 (#615) (@vtjnash)
- use child
@testset
to get nicer test summary (#618) (@aviatesk) - add support for preset
current_scope
(#619) (@aviatesk)
Closed issues:
- JuliaInterpreter hangs when handling errors on v1.11 (#610)
v0.9.29
v0.9.28
JuliaInterpreter v0.9.28
Merged pull requests:
- NFC: harden some internal ccalls (#595) (@simeonschaub)
- adapt to array changes in Julia base (#596) (@simeonschaub)
- set CI timeout (#597) (@simeonschaub)
- remove old compats (#598) (@aviatesk)
- adjust to the
:enter
IR changes made in JuliaLang/julia#52300 (#599) (@aviatesk) - follow up #596 (#600) (@aviatesk)
- Remove buggy linearization pass (#604) (@vtjnash)
- update docs and convert
jldoctest
to@repl
blocks (#607) (@aviatesk) - remove
AbstractFrameInstance
(#608) (@aviatesk) - Fix revise#718 (#609) (@timholy)
v0.9.26
v0.9.25
JuliaInterpreter v0.9.25
Merged pull requests:
v0.9.24
JuliaInterpreter v0.9.24
Closed issues:
Merged pull requests:
- use an explicit Any comprehension (#572) (@KristofferC)
- enable dependabot for GitHub actions (#575) (@ranocha)
- Bump actions/checkout from 2 to 3 (#576) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#577) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#578) (@dependabot[bot])
- Update some failing doctests (#579) (@timholy)
- Ignore
:aliasscope
and:popaliasscope
(#581) (@timholy)
v0.9.23
JuliaInterpreter v0.9.23
Closed issues:
- Internal bug calling get_staged in debugger session (#567)
Merged pull requests:
v0.9.22
JuliaInterpreter v0.9.22
Merged pull requests:
v0.9.21
JuliaInterpreter v0.9.21
Closed issues:
- Access to undefined reference Julia 1.9 (#562)
Merged pull requests:
- rejigger the code to compute the method instance in stacktraces (#563) (@KristofferC)