Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v3.5.14
Revise v3.5.14
Merged pull requests:
- Update limitations.md with REPL session (#798) (@mkitti)
- Add continue-on-error to CI (#799) (@timholy)
- Bump codecov/codecov-action from 3 to 4 (#800) (@dependabot[bot])
- Workaround issue when internal code loading function gives a path to entry file instead of directory to package (#806) (@KristofferC)
Closed issues:
- Segfault loading package on julia 1.8+ when Revise is loaded (#674)
- custom revise callback (#681)
- Can't track changes in module loaded via "using ..Module"? (#692)
- Segfault when revising package (#704)
- "Failed to revise" when
using
submodule (#718) - Function not getting recompiled after changing struct definition (#797)
- Warnings on Julia v1.10.1 when installing or loading packages (#802)
- Fail to precompile on nightly: 1.12.0-DEV.18 (#805)
v3.5.13
v3.5.12
v3.5.11
Revise v3.5.11
Merged pull requests:
- allow CI nightly to fail so badge is green (#769) (@Moelf)
- Update cookbook.md (#771) (@nathanrboyer)
- Fix tests that were broken by 1.10 (#784) (@timholy)
- Correct pc for empty function definition (#785) (@timholy)
Closed issues:
- Revise not working anymore for files that contain type definition (but the type is not changed) (#734)
- Duplicate functions can confuse
Revise
(#750) - Revise fails tracking when editing file from different cluster nodes (#752)
includet
gives error wheninclude
doesn't (#753)- Wrong directory for include during revision (#758)
- Whenever I edit a file Revise thinks I changed a struct definition (#772)
- Can it be that revise does not track functions under invokelatest? (#775)
- Strange behavior in the nighlty (#777)
- Failed to revise due to some gensym method (#782)
v3.5.10
v3.5.9
v3.5.8
Revise v3.5.8
Merged pull requests:
- Filter out more doc signature expressions (#774) (@fredrikekre)
Closed issues:
- Revising
"docstring" f(::A{T}) where T
fails with semi-helpful error message (#735)
v3.5.7
Revise v3.5.7
Merged pull requests:
- Update to Documenter v1 (#764) (@carstenbauer)
- Fix
parse_cache_header
signature change (#767) (@serenity4)
Closed issues:
- Move to JuliaLang Github Organization (#768)
v3.5.6
Revise v3.5.6
Merged pull requests:
- fix: add check for
nothing
as manifest file in active_project_watcher (#765) (@thazhemadam)
Closed issues:
- Error when loading Revise on startup (#762)