Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v3.6.4
v3.6.3
v3.6.2
Revise v3.6.2
Merged pull requests:
v3.6.1
Revise v3.6.1
Merged pull requests:
- Docs: fix outdated links (#849) (@timholy)
- Add docs on editor configuration (#850) (@timholy)
- Clarify docstring for
includet
(#851) (@timholy) - Add docs on trick for handling REPL (#852) (@timholy)
- Stop using
eval
to find module location (#853) (@Keno) - Fix
juliadir
test on 1.12 (#855) (@Keno) - avoid private access to loaded_precompile (#856) (@vtjnash)
- bump version (#860) (@KristofferC)
Closed issues:
- Best way to use Revise to iterate on REPL code (#741)
- Solved: Revise does not work on linux (#778)
- Quality of life issue – avoid revising when user is exiting REPL (#796)
- Incomplete docs for
track
(#804) - Error line numbers ignore changes to whitespace inside function body (#814)
- Unable to Revise a package using ParallelStencil.jl (#821)
- Revise causes method ambiguity (#843)
v3.6.0
Revise v3.6.0
Merged pull requests:
- do a little bit of work to try confirm that the git repo found is actually a julia repo before running
Core.Compiler
test (#836) (@KristofferC) - Capture log message instead of telling users to ignore it (#844) (@giordano)
- Add locking to
revise()
(#846) (@timholy) - Add
force=true
kwarg torevise(mod::Module)
(#847) (@timholy) - Skip a problematic test on 1.6 (#848) (@timholy)
Closed issues:
- Test error when testing Revise on buildkite (#834)
- Tools for when
FileWatching
doesn't work properly (#839) - Found
no method matching LoweredCodeUtils.CodeEdges
(#840) - Add force_revise function to handle delayed updates on NFS when using JULIA_REVISE_POLL=1 (#842)
- Revise.revise(...) is not safe to be called from multiple threads simultaneously (#845)
v3.5.18
v3.5.17
Revise v3.5.17
Merged pull requests:
v3.5.16
Revise v3.5.16
Merged pull requests:
Closed issues:
v3.5.15
Revise v3.5.15
Merged pull requests:
- Update band-aid info on file watching (#778) (#779) (@j-fu)
- fix codecov (#801) (@oscardssmith)
- Explicitly check if manifest paths are Strings (#809) (@JamesWrigley)
- Bump julia-actions/cache from 1 to 2 (#817) (@dependabot[bot])
- Fix tests broken on 1.11 (#824) (@timholy)
Closed issues:
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)