Releases: JuliaDebug/JuliaInterpreter.jl
Releases · JuliaDebug/JuliaInterpreter.jl
v0.9.39
JuliaInterpreter v0.9.39
Merged pull requests:
v0.9.38
JuliaInterpreter v0.9.38
Merged pull requests:
v0.9.37
JuliaInterpreter v0.9.37
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#638) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#639) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#640) (@dependabot[bot])
- follow-up #593 (#647) (@simeonschaub)
- fix
test/limits.jl
on nightly (#650) (@simeonschaub) - doctests: use julia lts version in github workflow (#652) (@benlorenz)
- Handle
:latestworld
expr (#653) (@Keno)
Closed issues:
v0.9.36
JuliaInterpreter v0.9.36
Merged pull requests:
- proper support for interpreting opaque closures (#593) (@simeonschaub)
- try harder to find code locations in
whereis
(#644) (@simeonschaub) - restrict the signature types of method with the
recurse
argument (#645) (@aviatesk) - update builtins.jl (#646) (@aviatesk)
Closed issues:
v0.9.35
JuliaInterpreter v0.9.35
Merged pull requests:
- fix #642 (#643) (@simeonschaub)
Closed issues:
- ERROR: type UnionAll has no field parameters (#642)
v0.9.34
JuliaInterpreter v0.9.34
Merged pull requests:
- fix breakpoints for keyword functions (#641) (@simeonschaub)
v0.9.33
JuliaInterpreter v0.9.33
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#590) (@dependabot[bot])
- Rename check_builtins.yml job from "CI" to "check_builtins" (#603) (@fingolfin)
- Don't error if we don't have line information (#634) (@Keno)
- More 1.12 compat (#635) (@Keno)
- tag new release (#637) (@KristofferC)
Closed issues:
v0.9.32
JuliaInterpreter v0.9.32
Merged pull requests:
- JuliaSyntax says
public
as an identifier is deprecated (#612) (@ericphanson) - Some more 1.12 compat (#625) (@Keno)
- update builtins.jl (#628) (@aviatesk)
- adjustments to v1.11 (#629) (@aviatesk)
- minimum adjustments to make JuliaInterpreter work with v1.12 (#631) (@aviatesk)
Closed issues:
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)