Skip to content

Releases: timholy/Revise.jl

Fix build script, weird OSX issues, improve docs

09 Aug 15:07
cd00da0
Compare
Choose a tag to compare
Merge pull request #136 from timholy/teh/fix_osx

Fix test failures on OSX

Improve performance

07 Aug 02:59
c0ee681
Compare
Choose a tag to compare

Add includet

07 Aug 01:59
90ab2f6
Compare
Choose a tag to compare

Plus additional robustness in the expression parsing

Support for call overloading expressions and improved stdlib support

05 Aug 20:43
f9ba74b
Compare
Choose a tag to compare
Merge pull request #124 from timholy/teh/morefixes

Fixes for a few small problems

Internal revamp

03 Aug 17:19
741635b
Compare
Choose a tag to compare

This is a major new release:

  • large-scale reorganization of Revise's internals and extension to more corners of valid Julia syntax
  • adds a build-script to resolve the "max file watches" issue
  • streamlines the recommended configuration of the startup file
  • adds extensive documentation, including the first Documenter docs

Support deletion of methods with destructured arguments

11 Jul 18:23
a994e71
Compare
Choose a tag to compare

This also improves display of internal types

Add Statistics stdlib recipe

07 Jul 17:11
41388d9
Compare
Choose a tag to compare
Merge pull request #112 from timholy/teh/statistics

Add recipe for Statistics stdlib

OrderedCollections

04 Jul 18:13
75d99be
Compare
Choose a tag to compare
  • Avoid calling parse_expr! for non-Expr objects (#110)
  • Switch away from DataStructures and use the more minimal OrderedCollections

Return info about revision success or failure

29 Jun 18:39
Compare
Choose a tag to compare
return status of module reevaluation (#106)

Also fixes formatting of errors

Git integration

26 Jun 00:24
721f839
Compare
Choose a tag to compare
Merge pull request #104 from timholy/teh/git

LibGit2 integration and tracking subdirs of Julia