Skip to content

Releases: timholy/Revise.jl

v2.1.4

04 May 21:57
b5c386d
Compare
Choose a tag to compare
Revise 2.1.4

v2.1.3

24 Apr 14:49
9c89b2a
Compare
Choose a tag to compare
Relax requirement on LoweredCodeUtils (#294)

* Relax requirement on LoweredCodeUtils

* Set version to 2.1.3.

Revise 2.1.2

10 Apr 20:37
Compare
Choose a tag to compare
  • allow JuliaInterpreter 0.5

Revise 2.1.1

07 Apr 12:01
9b9b9dd
Compare
Choose a tag to compare

Revise 2.1.0

05 Apr 14:58
3134412
Compare
Choose a tag to compare
  • Add entr to do work when files update (#269)

Revise 2.0.7

05 Apr 14:55
0751b19
Compare
Choose a tag to compare
  • Test deletion of @evaled methods and update the documentation (#275)
  • includet handles path via task_local_storage (#276)
  • Fix coverage (#277)
  • Insist on type-equality when comparing numbers in expressions (fixes #233) (#277)
  • Implement line number correction for methods and method lists (#278)
  • Throw error when trying to track single files from Base or stdlibs (#279 )

Revise 2.0.6

03 Apr 16:23
7372021
Compare
Choose a tag to compare
  • Update the documentation for Revise 2 (#267)
  • Check that frame is a leaf-frame (fixes #268) (#272)

Revise 2.0.5

02 Apr 15:09
Compare
Choose a tag to compare

All from #265:

  • Prevent double-evaluation in includet
  • Empty source files: check for a cache file before attempting to read it
  • Bump JuliaInterpreter version
  • Improve includet docstring

Revise 2.0.4

29 Mar 10:59
f744f86
Compare
Choose a tag to compare
  • Check for nothing return from parse_source (fixes #257)

Revise 2.0.3

28 Mar 13:28
abb427a
Compare
Choose a tag to compare
  • Fix line number correction in stack traces (#260)