Skip to content

Releases: timholy/CodeTracking.jl

v2.0.0

24 Jul 20:03
84c7309
Compare
Choose a tag to compare

CodeTracking v2.0.0

Diff since v1.3.9

Breaking changes

  • Add MethodTable as a key for method_info (#140) (@serenity4) This changes the signature-cache to accept a MethodTable. This will allow Revise to support method overlays (see ?Base.Experimental.@overlay and ?Base.Experimental.@MethodTable)
  • Remove support for non-jl files (#141)

Non-breaking changes

  • Use upstream functionality for standardizing paths (#139)

Merged pull requests:

Closed issues:

  • definition throws error on (Pair{A, B})(a, b) (#119)
  • Does not handle anonymous functions defined within other functions (#132)
  • CodeTracking does not find function unless in another package? (#133)

v1.3.9

04 Apr 11:45
4f3819c
Compare
Choose a tag to compare

CodeTracking v1.3.9

Diff since v1.3.8

Merged pull requests:

  • Generalize the "method" for linetable_scopes (#138) (@timholy)

v1.3.8

03 Apr 09:14
7f85b77
Compare
Choose a tag to compare

CodeTracking v1.3.8

Diff since v1.3.7

Merged pull requests:

  • Revert "Use upstream functionality for fixing stdlib paths" (#137) (@KristofferC)

v1.3.7

03 Apr 05:16
90f3dcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

03 Apr 05:15
cb2f6fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

06 Oct 16:09
923fe46
Compare
Choose a tag to compare

CodeTracking v1.3.5

Diff since v1.3.4

Merged pull requests:

Closed issues:

  • internal error when trying to annotate_source (#124)

v1.3.4

10 Aug 16:14
9db8d0e
Compare
Choose a tag to compare

CodeTracking v1.3.4

Diff since v1.3.3

Merged pull requests:

v1.3.3

09 Aug 18:37
c2128a2
Compare
Choose a tag to compare

CodeTracking v1.3.3

Diff since v1.3.2

Merged pull requests:

v1.3.2

02 Aug 09:15
bcbd8ed
Compare
Choose a tag to compare

CodeTracking v1.3.2

Diff since v1.3.1

Closed issues:

  • @code_expr doesn't seem to work in vscode (#112)

Merged pull requests:

  • Eliminate piracy of convert(LineNumberNode, ::LineInfoNode) (#114) (@timholy)

v1.3.1

06 Apr 12:01
bf0a1ef
Compare
Choose a tag to compare

CodeTracking v1.3.1

Diff since v1.3.0

Merged pull requests: