Releases: JuliaDebug/CodeTracking.jl
Releases · JuliaDebug/CodeTracking.jl
v1.0.9
CodeTracking v1.0.9
Merged pull requests:
v1.0.8
CodeTracking v1.0.8
Closed issues:
- "code_string" doesn't work in Documenter.jl and JupyterNotebook environment (#91)
Merged pull requests:
- fix looking up definitions for kw methods (#90) (@KristofferC)
v1.0.7
CodeTracking v1.0.7
Closed issues:
Merged pull requests:
- make string definition work on call overloadable structs (#89) (@KristofferC)
v1.0.6
CodeTracking v1.0.6
Closed issues:
- Is it possible to use this in a non interactive way? (#77)
- macro esc function cannot be used with @code_exp or @code_string (#79)
- support return types (#81)
Merged pull requests:
- MassInstallAction: Install the TagBot workflow on this repository (#75) (@timholy)
- Switch to GitHub actions for CI (#76) (@timholy)
- Get tests working on recent Julia versions (#82) (@timholy)
- Run tests with and without Revise (#83) (@timholy)
- Improve test coverage, add module API summary (#84) (@timholy)
- Fix
definitionfor return-type annotations (#85) (@timholy)
v1.0.5
CodeTracking v1.0.5
Merged pull requests:
v1.0.4
v1.0.3
v1.0.2
CodeTracking v1.0.2
Merged pull requests:
- fix some issues with module prefixed functions (#67) (@KristofferC)