Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
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)
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_deftest (#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:
- update to [email protected], drop old Julia support (#661) (@aviatesk)
v3.2.1
v3.2.0
Revise v3.2.0
Closed issues:
- Revise doesn't update methods when code is modified outside of edit() (#653)
- Revise won't load on Mac M1 machines with Macos monterey (#654)
Merged pull requests:
- add current type mutation workaround doc (#650) (@xgdgsc)
- Add overall docstring for module (#651) (@HsupoLeng)
- Fix warning admonition in home page (#652) (@ErikQQY)
- Fix minor grammatical error in config.md (#656) (@NucciTheBoss)
- Eliminate most usages of asynchronous processing (#657) (@timholy)
v3.1.20
Revise v3.1.20
Closed issues:
- Revise doesn't track imports with a precompiled sysimage. (#549)
- custom macro generates type gives in typeassert, expected Symbol, got a value of type (#616)
UndefVarError: TakeWhile not defined- afterwards REPL results lag behind (#617)- Revise can fail on revising function defined via metaprogramming (#643)
- ERROR: no path found for ATK_jll [7b86fcea-f67b-53e1-809c-8f1719c154e8] and hash d2cb610e0f31d9d20f4ca37e4535ea5e6f374889 (#645)
- Repl evaluation delayed by one step (#647)
Merged pull requests: