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)