Releases: timholy/Revise.jl
Releases · timholy/Revise.jl
v3.1.3
Revise v3.1.3
Closed issues:
- Docstring of submodule is not updated (#197)
- Revise.jl with Parameters.jl erroneous “invalid redefinition of constant” in 1.3.1 (#420)
- type #pynamespace has no field mod error (#505)
- Problems using Revise and LoopVectorization together (#535)
revise(throw=true)
seems to not raise an exception (#541)- Revise[3] makes using slower (#542)
- Julia REPL crash report (it worked 1 week ago) (#544)
- Julia 1.6 getting slower for Revise (#546)
Merged pull requests:
v3.1.2
Revise v3.1.2
Closed issues:
Merged pull requests:
- Check for existing project_file (#532) (@josePereiro)
- Exploit
explicit_manifest_entry_path
for package file locations (#539) (@timholy)
v3.1.1
Revise v3.1.1
Merged pull requests:
v3.1.0
v3.0.0
Revise v3.0.0
Closed issues:
- Dependent blocks (#249)
- Sometimes error when Revising debug messages (#271)
- Type parameter causes UndefVarError (#429)
- suppress "revise is not tracking" warnings after first time (#438)
- Slowdown in package load times (#456)
- includet removes equal code in same module scope (#475)
- AstroBase.Bodies is a pathological case again (#479)
- Startup time excessive (#485)
- convert an object of type
Tuple{LineNumberNode,Expr}
(#508) - Revise causes lots of "Method definition ... overwritten on the same line." warnings on nightly (#516)
- Revise exits Julia (#519)
- Strange error with PGFPlotsX and StatsPlots (#520)
- Using Revise before DiffEqFlux makes it fail (#529)
Merged pull requests:
v2.7.6
v2.7.5
Revise v2.7.5
Merged pull requests:
v2.7.4
Revise v2.7.4
Closed issues:
UndefVarError: linetable not defined
for Julia 1.5.0-beta1 (#506)- Revise not executing identical lines of code (#511)
- Missing site link (#512)
- I got an InitError, it may be conflicted with my abstract type Atom? (#513)
- type Method has no field func (on julia#master/1.6) (#515)
Merged pull requests:
- fix for future changes in code loading (#521) (@KristofferC)