Skip to content

Releases: timholy/Revise.jl

v3.5.0

05 Jan 14:38
8f1552e

Choose a tag to compare

Revise v3.5.0

Diff since v3.4.0

Closed issues:

  • Tracking Base is broken on master (#687)
  • juliadir is incorrectly inferred on nightly (#691)
  • Requires latency due to Revise (#702)
  • Segfault when reloading certain functions in 1.8 (#708)
  • Revise error appears when code is modified and then never disappears no matter what changes are made (#715)
  • When loaded from startup.jl Revise always waits 1s (times out) waiting for the repl to exist (#719)

Merged pull requests:

v3.4.0

30 Jul 23:20
ca3b5cf

Choose a tag to compare

Revise v3.4.0

Diff since v3.3.4

Closed issues:

  • ordering of using Revise in startup.jl (#663)
  • Test suite fails with Base_Docs_4352b6d8 error (again) (#695)

Merged pull requests:

v3.3.4

24 Jul 07:18
79b12c7

Choose a tag to compare

Revise v3.3.4

Diff since v3.3.3

Closed issues:

  • Segfault when revising package (#675)
  • "ERROR: type Nothing has no field method" when includet-ing file (#676)
  • Error "redefinition of constant attr_list" from Revise.track(Base) (#677)
  • Revise breaks on recursive struct definitions (#683)
  • Failing includet (#689)
  • Test suite fails get_def test (#697)

Merged pull requests:

v3.3.3

07 Mar 15:00
faba2da

Choose a tag to compare

Revise v3.3.3

Diff since v3.3.2

Closed issues:

  • Revise gives MethodError on "module" 2-argument includes (#670)

Merged pull requests:

  • Support module-style 2-argument includes (#672) (@ianatol)

v3.3.2

21 Feb 12:24
3a1fa31

Choose a tag to compare

Revise v3.3.2

Diff since v3.3.1

Closed issues:

  • v3.3.0 does not track changed files correctly (#667)

Merged pull requests:

v3.3.1

30 Dec 11:38
84375ee

Choose a tag to compare

Revise v3.3.1

Diff since v3.3.0

Closed issues:

  • Revise v3.3.0 seems broken (#664)

Merged pull requests:

v3.3.0

26 Dec 11:26
e8d8dae

Choose a tag to compare

Revise v3.3.0

Diff since v3.2.1

Merged pull requests:

v3.2.1

16 Dec 10:59
5f428c9

Choose a tag to compare

Revise v3.2.1

Diff since v3.2.0

Closed issues:

  • Odd problem with plotting via PGFPlotsX and PyPlot with Revise v3.2.0 (#658)
  • Revise should track NetworkOptions (#659)

Merged pull requests:

  • Add stdlib NetworkOptions to recipes (#660) (@t-bltg)

v3.2.0

08 Dec 12:58
a147bba

Choose a tag to compare

Revise v3.2.0

Diff since v3.1.20

Closed issues:

  • Revise doesn't update methods when code is modified outside of edit() (#653)
  • Revise won't load on Mac M1 machines with Macos monterey (#654)

Merged pull requests:

v3.1.20

28 Sep 10:18
f29eb9e

Choose a tag to compare

Revise v3.1.20

Diff since v3.1.19

Closed issues:

  • Revise doesn't track imports with a precompiled sysimage. (#549)
  • custom macro generates type gives in typeassert, expected Symbol, got a value of type (#616)
  • UndefVarError: TakeWhile not defined - afterwards REPL results lag behind (#617)
  • Revise can fail on revising function defined via metaprogramming (#643)
  • ERROR: no path found for ATK_jll [7b86fcea-f67b-53e1-809c-8f1719c154e8] and hash d2cb610e0f31d9d20f4ca37e4535ea5e6f374889 (#645)
  • Repl evaluation delayed by one step (#647)

Merged pull requests: