Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v2.1.4
Revise 2.1.4
v2.1.3
Relax requirement on LoweredCodeUtils (#294) * Relax requirement on LoweredCodeUtils * Set version to 2.1.3.
Revise 2.1.2
- allow JuliaInterpreter 0.5
Revise 2.1.1
- Add a test for timholy/CodeTracking.jl#39 (#280)
- Show revision errors to the user (fix #281) (#282)
- Update NEWS.md
Revise 2.1.0
- Add
entr
to do work when files update (#269)
Revise 2.0.7
- Test deletion of
@eval
ed methods and update the documentation (#275) includet
handles path via task_local_storage (#276)- Fix coverage (#277)
- Insist on type-equality when comparing numbers in expressions (fixes #233) (#277)
- Implement line number correction for methods and method lists (#278)
- Throw error when trying to track single files from Base or stdlibs (#279 )
Revise 2.0.6
Revise 2.0.5
All from #265:
- Prevent double-evaluation in
includet
- Empty source files: check for a cache file before attempting to read it
- Bump JuliaInterpreter version
- Improve
includet
docstring
Revise 2.0.4
- Check for
nothing
return fromparse_source
(fixes #257)
Revise 2.0.3
- Fix line number correction in stack traces (#260)