v3.5.0
Revise v3.5.0
Closed issues:
- Tracking Base is broken on master (#687)
juliadiris 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.TimeValby 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)