Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v3.12.3
v3.12.2
Revise v3.12.2
Merged pull requests:
- Making Revise relocatable (#970) (@JanisErdmanis)
- dead code cleanup (#971) (@aviatesk)
v3.12.1
Revise v3.12.1
Merged pull requests:
- Update syntax highlight tags for example code blocks (#967) (@abhro)
- Update IJulia integration (#968) (@JamesWrigley)
v3.12.0
v3.11.0
Revise v3.11.0
Merged pull requests:
v3.10.0
Revise v3.10.0
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#953) (@dependabot[bot])
- Add test showcasing failure when removing then adding back type parameters (#957) (@lassepe)
- Force revise() after Revise.track (#959) (@IanButterworth)
Closed issues:
v3.9.0
Revise v3.9.0
Merged pull requests:
- Improve the exit-check (#942) (@timholy)
- Add ability to turn Revise off (#943) (@timholy)
- Add pretty-printing for logs (#944) (@timholy)
- remove no longer used
methodinfoargument fromminimal_evaluation!(#946) (@aviatesk) - Fix intermittent Base CI failure due to misdetected juliadir (#948) (@Keno)
- Add additional locking for thread safety (#949) (@timholy)
Closed issues:
- Option to turn it off (#64)
- loading revise on 1.11 releases leads to very slow exiting of REPL (#887)
UndefVarError:lookupnot definederror (#926)- ImageMorphology issue (#933)
- Windows CI fails on Julia master (#937)
ConcurrencyViolationErrorfromwatch_includeswhen callingBase.includein parallel (#947)
v3.8.1
Revise v3.8.1
Merged pull requests:
- Correctly revise methods defined in external method tables (#904) (@serenity4)
- Path-switching for extensions (#909) (@timholy)
- fixes for Compiler stdlib (#913) (@vtjnash)
- Add PCRE2_jll and Zlib_jll as known stdlibs (#930) (@eschnett)
- Use
invokelatestwhen printing errors afterincludet(#934) (@Keno) - Track Core.Compiler under a separate PkgId (#936) (@Keno)
- Remove manifest from docs & bump version (#941) (@serenity4)
Closed issues:
v3.8.0
Revise v3.8.0
Breaking
- From the perspective of codebase complexity, we have removed the interface for supporting non-.jl files.
As this was originally an experimental feature, it should not affect most users, but if you were using this functionality, please continue using v3.7 or re-implement this feature in v3.9 or later (#921)
Changes
- Includes many internal implementation improvements and code cleanup
Merged pull requests:
- remove no-longer necessary
moduledepsdata structure (#916) (@aviatesk) - some minor refactoring on
methods_by_execution!(#917) (@aviatesk) - some minor code cleanups (#918) (@aviatesk)
- some more minor code cleanups (#919) (@aviatesk)
- remove no longer used
DocExpr(#920) (@aviatesk) - remove the interface to support non .jl files (#921) (@aviatesk)
- some more minor cleanups on the code base (#922) (@aviatesk)
- fix docs build. (#923) (@aviatesk)
- avoid duplicated logs from
get_def(#924) (@aviatesk)
v3.7.6
Revise v3.7.6
Merged pull requests: