Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: timholy/Revise.jl

v3.14.5

29 May 12:01
1711266

Choose a tag to compare

Revise v3.14.5

Diff since v3.14.4

Merged pull requests:

Closed issues:

  • REPL coloring gets confused by non-julia modes (#755)
  • juliadir should probably not be cached during compile time (#835)
  • Revise tries to resolve bindings in unreachable method definitions (#954)
  • Revise somehow interacts with precompilation and brings some bindings into Main (#961)
  • "UndefVarError: #161#162 not defined" when doing any change in Pkg with Revise running (#964)

v3.14.4

28 May 09:28
38ac57d

Choose a tag to compare

Revise v3.14.4

Diff since v3.14.3

Merged pull requests:

Closed issues:

  • Possibility of lost events due to use of edge-triggered Condition in entr(...) (#837)
  • Revise.jl complains about inotify and recommends to set it to 65536, although it is already 1_000_000+` (#1010)
  • <file>.jl is not stored in the source-text cache for all source files of local package in IJulia after precompilation (#1033)

  • Revise fails on non-incremental PackageCompiler sysimages due to missing sysimg.jl in Base._included_files (#1045)

v3.14.3

13 May 14:04
7c45154

Choose a tag to compare

Revise v3.14.3

Diff since v3.14.2

Merged pull requests:

Closed issues:

  • make test-revise-Dates errors with "UndefVarError: juliadir not defined in Revise", but make test-Dates succeeds (#1023)
  • Tracking the compiler deletes constructors (#1034)

v3.14.2

08 Apr 11:44
75e5c52

Choose a tag to compare

Revise v3.14.2

Diff since v3.14.1

Merged pull requests:

Closed issues:

  • Revise.jl not catching file edits (#1025)
  • Basic MWE struct redefinition failing with latest Julia/Revise (#1030)

v3.14.1

28 Mar 15:34
025e84c

Choose a tag to compare

Revise v3.14.1

Diff since v3.14.0

Merged pull requests:

Closed issues:

  • Revise.jl not catching file edits (#1025)

v3.14.0

17 Mar 13:24
311d6d3

Choose a tag to compare

Revise v3.14.0

Diff since v3.13.2

Merged pull requests:

Closed issues:

  • TTFX rises dramatically with Revise is loaded (#995)
  • Don't revise on shell> commands (#998)
  • Unable to start package manager REPL with Julia 1.11.8 and Revise.jl 3.13.2 (#1001)
  • Precompile directive failed on Julia 1.10.10 (#1002)
  • ~2500x slowdown on Channel + Threads.@Spawn operations (#1005)
  • Struct revisions take minutes (regression in v3.13.1) (#1009)
  • Preference test only works if Revise is the active project. (#1018)

v3.13.2

24 Jan 23:04

Choose a tag to compare

Revise v3.13.2

Diff since v3.13.1

Merged pull requests:

Closed issues:

  • Binding revision (#986)

v3.13.1

07 Jan 08:14

Choose a tag to compare

Revise v3.13.1

Diff since v3.13.0

Merged pull requests:

  • Yield during type cache creation to avoid very slow exit (#987) (@c42f)

Closed issues:

  • With Revise 3.13.0 julia takes several seconds to exit() (#985)

v3.13.0

31 Dec 17:56

Choose a tag to compare

Revise v3.13.0

Diff since v3.12.3

Merged pull requests:

Closed issues:

  • Warning: precompile directive when installing Revise v3.9.0 on Julia 1.12.0-rc2 (#956)
  • Precompile directive failing on 1.12.1 (#969)

v3.12.3

26 Nov 17:25

Choose a tag to compare

Revise v3.12.3

Diff since v3.12.2

Merged pull requests:

  • update for CodeTracking v3 (MethodInfoKey struct change) (#973) (@aviatesk)