Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise tracking CodeTracking.jl itself #128

Closed
chris-b1 opened this issue Apr 19, 2024 · 1 comment
Closed

Revise tracking CodeTracking.jl itself #128

chris-b1 opened this issue Apr 19, 2024 · 1 comment

Comments

@chris-b1
Copy link

It seems that Revise doesn't have the ability track changes functions to in CodeTracking.jl. Is this is fundamental limitation of the architecture due to CodeTracking relying on Revise, or something that could be enabled?

$ julia --startup-file=no

(@v1.10) pkg> activate --temp
(jl_3k5Dzh) pkg> dev CodeTracking
(jl_3k5Dzh) pkg> add Revise

julia> using Revise
julia> using CodeTracking
julia> CodeTracking.is_func_expr(:(a -> a + 1))
true

julia> @edit CodeTracking.is_func_expr(:(a -> a + 1))
# add a println statement to `is_func_expr`

julia> CodeTracking.is_func_expr(:(a -> a + 1))
true
# changes not reflected
@timholy
Copy link
Owner

timholy commented Aug 4, 2024

@timholy timholy closed this as completed Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants