Skip to content

Releases: timholy/Revise.jl

v2.5.3

24 Feb 16:04
01ce17d
Compare
Choose a tag to compare

Revise v2.5.3

Diff since v2.5.2

Closed issues:

  • AssertionError: isempty(signatures) on simple macro (#435)

Merged pull requests:

  • Handle function declaration followed by thunk (#436) (@timholy)

v2.5.2

20 Feb 22:04
f56f772
Compare
Choose a tag to compare

Revise v2.5.2

Diff since v2.5.1

Closed issues:

  • Suggestion: Don't track non-dev packages (#384)
  • try again automatically after interrupt (#418)
  • includet doesn't work with @testset for ... (#428)
  • Load error with duplicate .ji files (#432)

Merged pull requests:

v2.5.1

17 Feb 15:04
b8a8e3d
Compare
Choose a tag to compare

Revise v2.5.1

Diff since v2.5.0

Closed issues:

  • Revision age (#377)
  • Icon/logo/wordmark (#405)
  • Bug after updating to 2.5.0 (#410)
  • A potential logo design (#411)
  • ERROR: no Revise.track recipe for module (#414)
  • Suggested startup.jl gives a deprecation warning (#415)
  • Self-recursive types fail in includet (#417)
  • Revise.jl with Parameters.jl erroneous “invalid redefinition of constant” in 1.3.1 (#420)
  • Possible to get better error message on syntax errors? (#421)
  • Erro when trying to Revise a particular file (#422)

Merged pull requests:

v2.5.0

18 Dec 00:19
v2.5.0
8bee71b
Compare
Choose a tag to compare

v2.5.0 (2019-12-16)

Diff since v2.4.1

Closed issues:

  • revision errors re-reporting (#407)

Merged pull requests:

v2.4.1

16 Dec 23:43
v2.4.1
59ccb56
Compare
Choose a tag to compare

v2.4.1 (2019-12-16)

Diff since v2.4.0

Closed issues:

  • Compatibility with Requires.jl (#244)

Merged pull requests:

v2.4.0

12 Dec 08:55
v2.4.0
2fdb275
Compare
Choose a tag to compare

v2.4.0 (2019-12-12)

Diff since v2.3.3

Merged pull requests:

v2.3.3

11 Dec 17:55
v2.3.3
5b4a465
Compare
Choose a tag to compare

v2.3.3 (2019-12-11)

Diff since v2.3.2

Closed issues:

  • BoundsError on getting help (#404)
  • "Revise is not watching" warning when using Plots.jl and __init__-function (#403)

Merged pull requests:

  • Wait for module initialization when tracking files (#406) (timholy)

v2.3.2

03 Dec 18:47
v2.3.2
dc8e20d
Compare
Choose a tag to compare

v2.3.2 (2019-12-03)

Diff since v2.3.1

Closed issues:

  • Recommended setup.jl configuration leads to error (#400)
  • error message at recompile step (#399)
  • type SSAValue has no field code (#398)
  • Revise issues with VS Code (#396)
  • reloading on worker processes (#147)

Merged pull requests:

v2.3.1

16 Nov 15:18
v2.3.1
672dc74
Compare
Choose a tag to compare

v2.3.1 (2019-11-16)

Diff since v2.3.0

Closed issues:

  • Changes not updating in a specific function (#316)

Merged pull requests:

v2.3.0

14 Nov 00:48
v2.3.0
Compare
Choose a tag to compare

v2.3.0 (2019-11-14)

Diff since v2.2.2

Closed issues:

  • Revise doesn't work if I get a dependency warning (#383)
  • Revise >= v2.2.0 does not detect changes (#381)
  • Specific package won't revise (but others will) (#379)
  • Revise doesn't pick up changes in compiler/tfuncs.jl (#378)
  • Evaluation error (#373)
  • Revise stops working when using modules that are not listed as dependencies (#371)
  • Can't get Revise to work with HDF5 (#364)
  • Macroexpansions take a long time to revise (#363)
  • Revise causes a segmentation fault when Julia's optimization level is set to 1 (#334)
  • First pass in separate process? (#326)
  • Load new source files with revise(module) (#107)
  • Anonymous functions (#72)

Merged pull requests:

  • Report the line number for parsing errors (#394) (timholy)
  • Show the message when reporting evaluation errors (#393) (timholy)
  • Improve precompiles (#392) (timholy)
  • Detect non-jl files and omit them from pkgdatas (#390) (timholy)
  • Handle file deletion and fix stdlib paths (#389) (timholy)
  • Improve error-reporting and handle new included files (#386) (timholy)
  • Add fallback for stale cachefiles (#385) (timholy)
  • Switch to O(N) LoweredCodeUtils (#382) (timholy)
  • Documentation: backedges and updates to internals (#380) (timholy)
  • Update config to include auto install of Revise.jl (#376) (m-wells)
  • RFC: build backedges in the lowered code (#255) (timholy)