Skip to content

Releases: timholy/Revise.jl

v3.5.14

20 Feb 16:53
33b1040
Compare
Choose a tag to compare

Revise v3.5.14

Diff since v3.5.13

Merged pull requests:

  • Update limitations.md with REPL session (#798) (@mkitti)
  • Add continue-on-error to CI (#799) (@timholy)
  • Bump codecov/codecov-action from 3 to 4 (#800) (@dependabot[bot])
  • Workaround issue when internal code loading function gives a path to entry file instead of directory to package (#806) (@KristofferC)

Closed issues:

  • Segfault loading package on julia 1.8+ when Revise is loaded (#674)
  • custom revise callback (#681)
  • Can't track changes in module loaded via "using ..Module"? (#692)
  • Segfault when revising package (#704)
  • "Failed to revise" when using submodule (#718)
  • Function not getting recompiled after changing struct definition (#797)
  • Warnings on Julia v1.10.1 when installing or loading packages (#802)
  • Fail to precompile on nightly: 1.12.0-DEV.18 (#805)

v3.5.13

07 Jan 00:00
d72d5c7
Compare
Choose a tag to compare

Revise v3.5.13

Diff since v3.5.12

Merged pull requests:

Closed issues:

  • Extra "end" causes an error inside Revise instead of being reported properly (#655)
  • Wrong "Invalid redefinition of type" for certain UnionAll field types (#770)
  • New macro calls defining functions are incorrectly revised (#792)

v3.5.12

02 Jan 20:29
9f7bd4e
Compare
Choose a tag to compare

Revise v3.5.12

Diff since v3.5.11

Merged pull requests:

Closed issues:

  • Precompilation failed on Julia 1.8 on Windows (#707)
  • redefinition of constant bug when using @require (#736)
  • Julia 1.10.0 segfault at test exit (Windows-only) (#789)

v3.5.11

31 Dec 23:50
abb54e3
Compare
Choose a tag to compare

Revise v3.5.11

Diff since v3.5.10

Merged pull requests:

Closed issues:

  • Revise not working anymore for files that contain type definition (but the type is not changed) (#734)
  • Duplicate functions can confuse Revise (#750)
  • Revise fails tracking when editing file from different cluster nodes (#752)
  • includet gives error when include doesn't (#753)
  • Wrong directory for include during revision (#758)
  • Whenever I edit a file Revise thinks I changed a struct definition (#772)
  • Can it be that revise does not track functions under invokelatest? (#775)
  • Strange behavior in the nighlty (#777)
  • Failed to revise due to some gensym method (#782)

v3.5.10

28 Nov 11:49
b996346
Compare
Choose a tag to compare

Revise v3.5.10

Diff since v3.5.9

Merged pull requests:

v3.5.9

14 Nov 09:18
50c06bc
Compare
Choose a tag to compare

Revise v3.5.9

Diff since v3.5.8

Merged pull requests:

v3.5.8

10 Nov 08:41
1059181
Compare
Choose a tag to compare

Revise v3.5.8

Diff since v3.5.7

Merged pull requests:

Closed issues:

  • Revising "docstring" f(::A{T}) where T fails with semi-helpful error message (#735)

v3.5.7

25 Oct 10:34
6f71e52
Compare
Choose a tag to compare

Revise v3.5.7

Diff since v3.5.6

Merged pull requests:

Closed issues:

  • Move to JuliaLang Github Organization (#768)

v3.5.6

28 Sep 12:24
7c8a4ba
Compare
Choose a tag to compare

Revise v3.5.6

Diff since v3.5.5

Merged pull requests:

  • fix: add check for nothing as manifest file in active_project_watcher (#765) (@thazhemadam)

Closed issues:

  • Error when loading Revise on startup (#762)

v3.5.5

13 Sep 13:47
83200b2
Compare
Choose a tag to compare

Revise v3.5.5

Diff since v3.5.4

Merged pull requests:

  • make REPL AST transform work when active_module is set to Core.Compiler (#751) (@aviatesk)
  • Correct default use of skip_include in includet docstring (#757) (@axsk)