Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v3.14.2
v3.14.1
v3.14.0
Revise v3.14.0
Merged pull requests:
- feat: stop triggering revise() for shell> mode (#1000) (@pfitzseb)
- fix datarace on updatetime (#1003) (@vtjnash)
- fix boxing in
old_methods_with(oldtypename::Core.TypeName)allowing the return type to be inferred (#1006) (@KristofferC) - test: make failed precompile statements error on CI (#1007) (@pfitzseb)
- Add a preference for enabling struct revision (#1008) (@JamesWrigley)
- Provide robustness for upcoming lowering changes (#1011) (@Keno)
- test: ensure struct revision tests run on CI and test the preference mechanism (#1012) (@timholy)
- Speed up
fieldtypes_cached(#1013) (@timholy) - Ensure
fieldtypes_cachedreturns result (#1015) (@timholy) - release: v3.14 (#1017) (@pfitzseb)
- Fix preferences test (#1019) (@topolarity)
Closed issues:
- TTFX rises dramatically with Revise is loaded (#995)
- Don't revise on
shell>commands (#998) - Unable to start package manager REPL with Julia 1.11.8 and Revise.jl 3.13.2 (#1001)
- Precompile directive failed on Julia 1.10.10 (#1002)
- ~2500x slowdown on Channel + Threads.@Spawn operations (#1005)
- Struct revisions take minutes (regression in v3.13.1) (#1009)
- Preference test only works if Revise is the active project. (#1018)
v3.13.2
v3.13.1
Revise v3.13.1
Merged pull requests:
Closed issues:
- With Revise 3.13.0 julia takes several seconds to exit() (#985)
v3.13.0
Revise v3.13.0
Merged pull requests:
- Support
structrevision (#894) (@timholy) - Bump actions/checkout from 5 to 6 (#972) (@dependabot[bot])
- Adjust for base paths possibly being non-normalized (#974) (@Keno)
- Switch
Revise.silenceto Preferences.jl based implementation (#976) (@aviatesk) - Remove Requires and Unicode as dependencies (#977) (@JamesWrigley)
- Rename
CodeTrackingMethodInfotoMethodInfo(#979) (@aviatesk) - Rename
modexsigstomod_exs_sigsand related variables (#980) (@aviatesk) - Simplify
includehandling and reorganizeMethodInfo(#981) (@aviatesk) - Use
@lockinstead oflock(f, lk)to avoid closure related issues (#982) (@aviatesk) - fix #969 (#984) (@aviatesk)
Closed issues:
v3.12.3
Revise v3.12.3
Merged pull requests:
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)