Releases: timholy/CodeTracking.jl
Releases · timholy/CodeTracking.jl
v2.0.0
CodeTracking v2.0.0
Breaking changes
- Add
MethodTable
as a key formethod_info
(#140) (@serenity4) This changes the signature-cache to accept aMethodTable
. 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:
- Use upstream functionality for fixing stdlib paths (take 2) (#139) (@KristofferC)
- Add method table as key for
method_info
(#140) (@serenity4) - remove support for non jl file support (#141) (@aviatesk)
- Tag breaking release (#142) (@serenity4)
Closed issues:
v1.3.9
CodeTracking v1.3.9
Merged pull requests:
v1.3.8
CodeTracking v1.3.8
Merged pull requests:
- Revert "Use upstream functionality for fixing stdlib paths" (#137) (@KristofferC)
v1.3.7
What's Changed
- Bump julia-actions/cache from 1 to 2 by @dependabot in #131
- Use upstream functionality for fixing stdlib paths by @KristofferC in #136
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
strip_gensym
: handle unicode correctly by @simeonschaub in #129- Bump codecov/codecov-action from 3 to 4 by @dependabot in #127
- Update implementation and tests for Julia 1.10, 1.11 by @timholy in #130
Full Changelog: v1.3.5...v1.3.6
v1.3.5
CodeTracking v1.3.5
Merged pull requests:
- Fix handling of $argsnames... (#120) (@timholy)
- Improve performance (#122) (@Zentrik)
- Bump actions/checkout from 3 to 4 (#123) (@dependabot[bot])
- Check for unexpected EOF in
definition
(#125) (@timholy) - Handle nested
where
statements (#126) (@timholy)
Closed issues:
- internal error when trying to annotate_source (#124)
v1.3.4
v1.3.3
v1.3.2
CodeTracking v1.3.2
Closed issues:
@code_expr
doesn't seem to work in vscode (#112)
Merged pull requests: