Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v3.5.3
v3.5.2
Revise v3.5.2
Closed issues:
- Revise doesn't track changes at all - Error during running tests in the Pkg mode (#737)
- MethodError: no method matching iterate(::Nothing) (#739)
Merged pull requests:
- Simplify RNG used for making temp dirs (#733) (@jakobnissen)
- make Revise compatible with the latest nightly (#740) (@aviatesk)
v3.5.1
Revise v3.5.1
Closed issues:
Merged pull requests:
v3.5.0
Revise v3.5.0
Closed issues:
- Tracking Base is broken on master (#687)
juliadir
is incorrectly inferred on nightly (#691)- Requires latency due to Revise (#702)
- Segfault when reloading certain functions in 1.8 (#708)
- Revise error appears when code is modified and then never disappears no matter what changes are made (#715)
- When loaded from startup.jl Revise always waits 1s (times out) waiting for the repl to exist (#719)
Merged pull requests:
- Remove dependency on
Libc.TimeVal
by directly callingtime()
instead (#679) (@Seelengrab) - docs: update dead link (#712) (@tfiers)
- Wait for repl async to allow for startup.jl loading sequence (#720) (@IanButterworth)
- Circumvent CI hang on 1.8 (#722) (@timholy)
- Rely on code-edge dependency analysis (#723) (@timholy)
- Insulate Revise methods from invalidation (#724) (@timholy)
v3.4.0
v3.3.4
Revise v3.3.4
Closed issues:
- Segfault when revising package (#675)
- "ERROR: type Nothing has no field method" when includet-ing file (#676)
- Error "redefinition of constant attr_list" from
Revise.track(Base)
(#677) - Revise breaks on recursive struct definitions (#683)
- Failing
includet
(#689) - Test suite fails
get_def
test (#697)
Merged pull requests:
v3.3.3
Revise v3.3.3
Closed issues:
- Revise gives MethodError on "module" 2-argument includes (#670)
Merged pull requests:
v3.3.2
v3.3.1
v3.3.0
Revise v3.3.0
Merged pull requests: