Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v2.2.2
v2.2.1
v2.2.0
v1.1.1
v1.1.1 (2019-09-17)
Closed issues:
- some broken tracking in 1.3.0-rc1.37 (#358)
- Invalid header of precompile cache file on master (#356)
- entr triggered, but no revision (#354)
- Revise stops detecting changes when using CIFS and NFS. (#352)
- Segfault on sigtest (#344)
- Tests broken on nightly for ubuntu (#340)
Merged pull requests:
v2.1.10
v2.1.10 (2019-09-03)
Closed issues:
- comment lines at the REPL expect more input (Revise#master) (#350)
- Revise slow on
exit\(\)
(#327) - errors thrown by
watch\_manifest
when adding packages (#312) - Documentation is not building. (#311)
- Revise crashes Julia with
includet
(#302) - Handle error in lowering (#301)
- standardize location printing (#179)
Merged pull requests:
- Improve error message in case of parsing problems (fixes #301) (#353) (timholy)
- Various fixes (fixes #350) (#351) (timholy)
- Don't call
revise\(\)
forexit\(\)
(fixes #327) (#348) (timholy) - Don't interpret
includet
(workaround for #302) (#347) (timholy) - Improve module hygiene when parsing code (fixes #312) (#346) (timholy)
- See if increasing delay helps entr tests pass on OSX (#336) (timholy)
v2.1.9
v2.1.8
v2.1.7
v2.1.7 (2019-08-20)
Closed issues:
- tests fail, revising does not work on 1.3.0-rc1 (#330)
- Handle redefinition better (#328)
- This package made me to happy! (#324)
- Changes in my module is not detected (#323)
- Revise re-runs before parsing input at REPL (#320)
- Revise segfaults only in Juno (#319)
- Revise deletes wrong method (#318)
- Failed to revise: StackOverflowError() (#315)
- AssertionError: sig <: methsig && methsig <: sig on 1.2.0-DEV.177 (#234)
Merged pull requests:
- Update tests for Julia 1.3 (#332) (timholy)
- add compatibility with JuliaInterpreter 0.7 (#331) (KristofferC)
- Mention autoloading at beginning of docs (#329) (pearlzli)
- add test deps (#322) (KristofferC)