Skip to content

Tags: timholy/Revise.jl

Tags

v3.12.3

Toggle v3.12.3's commit message
[Diff since v3.12.2](v3.12.2...v3.12.3)

**Merged pull requests:**
- update for CodeTracking v3 (`MethodInfoKey` struct change) (#973) (@aviatesk)

v3.12.2

Toggle v3.12.2's commit message
[Diff since v3.12.1](v3.12.1...v3.12.2)

**Merged pull requests:**
- Making Revise relocatable (#970) (@JanisErdmanis)
- dead code cleanup (#971) (@aviatesk)

v3.12.1

Toggle v3.12.1's commit message
[Diff since v3.12.0](v3.12.0...v3.12.1)

**Merged pull requests:**
- Update syntax highlight tags for example code blocks (#967) (@abhro)
- Update IJulia integration (#968) (@JamesWrigley)

v3.12.0

Toggle v3.12.0's commit message
[Diff since v3.11.0](v3.11.0...v3.12.0)

**Merged pull requests:**
- use `Base.Event` instead of `Base.Condition` for `revision_event` (#965) (@aviatesk)
- project: use `workspace` feature (#966) (@aviatesk)

v3.11.0

Toggle v3.11.0's commit message
[Diff since v3.10.0](v3.10.0...v3.11.0)

**Merged pull requests:**
- implement basic extension system for `pkgdatas` (#962) (@aviatesk)

v3.10.0

Toggle v3.10.0's commit message
[Diff since v3.9.0](v3.9.0...v3.10.0)

**Merged pull requests:**
- Bump actions/checkout from 4 to 5 (#953) (@dependabot[bot])
- Add test showcasing failure when removing then adding back type parameters (#957) (@lassepe)
- Force revise() after Revise.track (#959) (@IanButterworth)

**Closed issues:**
- Revise 3.9 problem with Julia 1.12? (#950)
- `MethodInfoKey` not defined in `Revise` for Julia v1.12 package (#952)
- MethodError: no method matching get_lhs_rhs(::Expr) (#958)

v3.9.0

Toggle v3.9.0's commit message
[Diff since v3.8.1](v3.8.1...v3.9.0)

**Merged pull requests:**
- Improve the exit-check (#942) (@timholy)
- Add ability to turn Revise off (#943) (@timholy)
- Add pretty-printing for logs (#944) (@timholy)
- remove no longer used `methodinfo` argument from `minimal_evaluation!` (#946) (@aviatesk)
- Fix intermittent Base CI failure due to misdetected juliadir (#948) (@Keno)
- Add additional locking for thread safety (#949) (@timholy)

**Closed issues:**
- Option to turn it off (#64)
- loading revise on 1.11 releases leads to very slow exiting of REPL (#887)
- `UndefVarError: `lookup` not defined` error (#926)
- ImageMorphology issue (#933)
- Windows CI fails on Julia master (#937)
- `ConcurrencyViolationError` from `watch_includes` when calling `Base.include` in parallel (#947)

v3.8.1

Toggle v3.8.1's commit message
[Diff since v3.8.0](v3.8.0...v3.8.1)

**Merged pull requests:**
- Correctly revise methods defined in external method tables (#904) (@serenity4)
- Path-switching for extensions (#909) (@timholy)
- fixes for Compiler stdlib (#913) (@vtjnash)
- Add PCRE2_jll and Zlib_jll as known stdlibs (#930) (@eschnett)
- Use `invokelatest` when printing errors after `includet` (#934) (@Keno)
- Track Core.Compiler under a separate PkgId (#936) (@Keno)
- Remove manifest from docs & bump version (#941) (@serenity4)

**Closed issues:**
- Revising methods with external method tables fails (#646)
- Revise does not pick up path change for package extensions if I dev a package (#858)
- Revise should replace docstring rather than adding to it (#927)
- Long delay when exiting julia if Revise has been imported (#928)
- CI fails on master (#935)

v3.8.0

Toggle v3.8.0's commit message
[Diff since v3.7.6](v3.7.6...v3.8.0)

- From the perspective of codebase complexity, we have removed the interface for supporting non-.jl files.
  As this was originally an experimental feature, it should not affect most users, but if you were using this functionality, please continue using v3.7 or re-implement this feature in v3.9 or later (#921)

- Includes many internal implementation improvements and code cleanup

**Merged pull requests:**
- remove no-longer necessary `moduledeps` data structure (#916) (@aviatesk)
- some minor refactoring on `methods_by_execution!` (#917) (@aviatesk)
- some minor code cleanups (#918) (@aviatesk)
- some more minor code cleanups (#919) (@aviatesk)
- remove no longer used `DocExpr` (#920) (@aviatesk)
- remove the interface to support non .jl files (#921) (@aviatesk)
- some more minor cleanups on the code base (#922) (@aviatesk)
- fix docs build. (#923) (@aviatesk)
- avoid duplicated logs from `get_def` (#924) (@aviatesk)

v3.7.6

Toggle v3.7.6's commit message
[Diff since v3.7.5](v3.7.5...v3.7.6)

**Merged pull requests:**
- update to JuliaInterpreter 0.10 (#911) (@aviatesk)