Skip to content

Tags: JKRT/Revise.jl

Tags

v3.1.14

Toggle v3.1.14's commit message
[Diff since v3.1.13](timholy/Revise.jl@v3.1.13...v3.1.14)

**Closed issues:**
- Can't compile on Julia 1.7.0-DEV.653 (2021-03-03) (timholy#613)

**Merged pull requests:**
- Turn precompile asserts into warnings (timholy#614) (@timholy)

v3.1.13

Toggle v3.1.13's commit message
[Diff since v3.1.12](timholy/Revise.jl@v3.1.12...v3.1.13)

**Closed issues:**
- exception = function type in method definition is not a type (timholy#557)
- Revise fails on nightly? (timholy#593)
- Not catching f(x::typeof(a)) when `a` changes (timholy#594)
- Functions defined in type definitions break Revise (timholy#599)
- Could paths such as juliadir be defined as Refs instead of consts and initialized in __init__? (timholy#601)
- REPL crash when cancelling entr (timholy#602)
- `UndefVarError` while revising a function after a minor update (timholy#606)

**Merged pull requests:**
- remove callback key from `user_callbacks_queue` in `remove_callback!` (timholy#591) (@aviatesk)
- Add test for issue timholy#599 (timholy#608) (@timholy)
- Add a warning if juliadir does not exist (timholy#610) (@timholy)
- Version 3.1.13 (timholy#612) (@timholy)

v3.1.12

Toggle v3.1.12's commit message
[Diff since v3.1.11](timholy/Revise.jl@v3.1.11...v3.1.12)

**Closed issues:**
- Weird super slow-revising edge case (timholy#596)
- Some line numbering tests fail (timholy#597)
- Any way to manually trigger revision for already tracked file?  (timholy#598)
- Revise "forgets" renamed imports (timholy#600)

**Merged pull requests:**
- Fix trivial test breakage on nightly (timholy#595) (@timholy)
- Don't drop extra fields from FileInfo (timholy#603) (@timholy)
- Fix tests on nightly (timholy#604) (@timholy)

v3.1.11

Toggle v3.1.11's commit message
[Diff since v3.1.10](timholy/Revise.jl@v3.1.10...v3.1.11)

**Merged pull requests:**
- Add some precompiles (timholy#589) (@timholy)
- Tweaks to reduce latency (timholy#590) (@timholy)

v3.1.10

Toggle v3.1.10's commit message
[Diff since v3.1.9](timholy/Revise.jl@v3.1.9...v3.1.10)

**Closed issues:**
- Implementing an unqualified Base function implements the Base function (timholy#579)
- Revising the addition of a docstring (timholy#583)

**Merged pull requests:**
- Try running tests with GitHub actions (timholy#489) (@timholy)
- Test fix for timholy#579 (timholy#580) (@timholy)
- MassInstallAction: Install the TagBot workflow on this repository (timholy#581) (@timholy)
- Fix adding docstring to module with none (timholy#585) (@timholy)
- MassInstallAction: Install the Documenter workflow on this repository (timholy#586) (@timholy)
- Update CompatHelper (timholy#587) (@timholy)
- Clean up the signature tests and Pkg namespacing (timholy#588) (@timholy)

v3.1.9

Toggle v3.1.9's commit message
## Revise v3.1.9

[Diff since v3.1.8](timholy/Revise.jl@v3.1.8...v3.1.9)


**Closed issues:**
- `entr` enhancements [feature suggestions] (timholy#305)
- typemax error (timholy#568)
- Error message when encounter REPL comment (timholy#573)

**Merged pull requests:**
- Don't error for REPL-entered comments (timholy#577) (@timholy)
- Add test for issue 568 (timholy#578) (@timholy)

v3.1.8

Toggle v3.1.8's commit message
## Revise v3.1.8

[Diff since v3.1.7](timholy/Revise.jl@v3.1.7...v3.1.8)


**Closed issues:**
- Base.TOMLCache method error (timholy#569)
- @warn(e.msg) in the recommended config fails (timholy#570)
- vs-code debugger hangs on "using Revise" (timholy#572)
- Individual tracked files not revised with `entr` (timholy#574)

**Merged pull requests:**
- Config: don't assume error has msg field (timholy#571) (@timholy)
- Exclude only Requires version 1.1.0 (timholy#575) (@c42f)
- Fix revise() of non-package files with entr / add_callback (timholy#576) (@c42f)

v3.1.7

Toggle v3.1.7's commit message
## Revise v3.1.7

[Diff since v3.1.6](timholy/Revise.jl@v3.1.6...v3.1.7)


**Closed issues:**
- Special-case exit() so that exiting is always quick? (timholy#562)
- Avoid revising when calling `exit` (timholy#565)

**Merged pull requests:**
- Exempt `exit()` from revision-processing (timholy#563) (@timholy)
- Improve inference in a couple of spots (timholy#566) (@timholy)

v3.1.6

Toggle v3.1.6's commit message
## Revise v3.1.6

[Diff since v3.1.5](timholy/Revise.jl@v3.1.5...v3.1.6)


**Closed issues:**
- Warning on today's master (timholy#559)

**Merged pull requests:**
- handle `GlobalRef` case in `matches_eval`: (timholy#560) (@aviatesk)

v3.1.5

Toggle v3.1.5's commit message
## Revise v3.1.5

[Diff since v3.1.4](timholy/Revise.jl@v3.1.4...v3.1.5)



**Merged pull requests:**
- fixes for changes in code loading (timholy#558) (@KristofferC)