Skip to content

Conversation

@timholy
Copy link
Member

@timholy timholy commented Mar 17, 2025

JuliaLang/julia#52415 introduced a fundamental
change in how line information is encoded. Because this package delves
into internals, there were a couple tests that failed on Julia 1.12+.
This adds a utility, CodeTracking.linetable_scopes, that makes it
easier to work with the new representation across Julia versions.

This may be useful in fixing some JuliaInterpreter issues.

CC @aviatesk, @vtjnash

timholy added 2 commits March 17, 2025 05:43
JuliaLang/julia#52415 introduced a fundamental
change in how line information is encoded. Because this package delves
into internals, there were a couple tests that failed on Julia 1.12+.
This adds a utility, `CodeTracking.linetable_scopes`, that makes it
easier to work with the new representation across Julia versions.
@timholy
Copy link
Member Author

timholy commented Mar 17, 2025

The only failures are in Revise. I'll leave this open a bit while I explore whether it actually helps fix JuliaInterpreter bugs.

@timholy
Copy link
Member Author

timholy commented Apr 2, 2025

I'll go ahead and merge this, but maybe hold off on tagging a new release to be sure we won't want more changes in representation. I still haven't gotten to a major need for it yet in JuliaInterpreter, but it seems like something that will likely be useful somewhere.

@timholy timholy merged commit 3136bf4 into master Apr 2, 2025
11 of 12 checks passed
@timholy timholy deleted the teh/linetable branch April 2, 2025 18:37
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

Successfully merging this pull request may close these issues.

3 participants