Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
Fix detection of LineNumberNodes (#100)
Merge pull request #101 from timholy/teh/lnn Use branching logic for handling LineNumberNode (fixes #100)
Fix nospecialize
Merge pull request #99 from timholy/teh/nospecialize Support deletion when args have macros
Targets Julia v0.7.0-alpha
Merge pull request #97 from timholy/teh/alpha Get Revise working on 0.7.0-alpha
Method deletion
Merge pull request #57 from timholy/teh/method_deletion Support method deletion
Fixes for recent julia 0.7 versions
Merge pull request #75 from iblis17/ib/freebsd implement revise_file_queued for FreeBSD
Rework for julia-0.7
A major release that reworks the major internals and specifically how cache files are used:
- parsing is no longer required to determine the files associated with a package
- exploits new storage in *.ji cache files so that we process precompiled packages only when revisions are detected
- the performance hit of Revise should be greatly diminished
- easier tracking of changes to Base
Fix some 0.7 warnings
Merge pull request #59 from garrison/julia07-warnings Fix some warnings on julia 0.7-DEV
New submodules, more robust REPL-stealing, normalized paths
Merge pull request #55 from timholy/teh/fix_stealing Fix REPL stealing
Faster package loading
Merge pull request #50 from timholy/teh/invokelatest Fix `invokelatest` bottleneck by using scheduling
revise(module) and fixes on 0.7
Merge pull request #48 from timholy/teh/fix0.7 Fix Revise on 0.7