Releases: JuliaDebug/Cthulhu.jl
Releases · JuliaDebug/Cthulhu.jl
v2.17.10
Cthulhu v2.17.10
Merged pull requests:
- Remove use of outdated
isempty(children(...))pattern (#674) (@serenity4)
Closed issues:
- VSCode terminal, 1.12.0-rc3,
MethodError: no method matching iterate(::Nothing)(#673)
v2.17.9
Cthulhu v2.17.9
Merged pull requests:
v2.17.8
Cthulhu v2.17.8
v2.17.7
Cthulhu v2.17.7
Merged pull requests:
- update to JuliaSyntax 1.0 (#661) (@oscardssmith)
- Bump actions/checkout from 4 to 5 (#668) (@dependabot[bot])
v2.17.6
Cthulhu v2.17.6
Merged pull requests:
v2.16.6
Cthulhu v2.16.6
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v2.17.5
Cthulhu v2.17.5
Merged pull requests:
- Use unoptimized lookup if source is not available (#647) (@serenity4)
- use consistent preferences when the extension code is used (#649) (@aviatesk)
- CthulhuCompilerExt: initialize
CONFIGin__init__(#650) (@aviatesk) - Fix tests for nightly (#652) (@serenity4)
- Re-enable (and fix) terminal tests (#654) (@serenity4)
Closed issues:
- StackOverflow upon descending into (dynamic) invoke (#642)
v2.17.4
Cthulhu v2.17.4
Merged pull requests:
- Preserve
CallMetaresults during inference (#640) (@serenity4) - Adjust to
finishinfer!signature change (#641) (@serenity4) - Do not rely on
Base.active_repl(#643) (@serenity4) - restrict the Compiler.jl stdlib version to
0.1(#644) (@aviatesk) - Adjust to method table changes (#645) (@serenity4)
Closed issues:
v2.17.2
Cthulhu v2.17.2
Merged pull requests:
- Adjust to
.result->.optresultchange forOptimizationState(#634) (@serenity4)