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

Fix tests for inverted linetable #135

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix tests for inverted linetable #135

wants to merge 4 commits into from

Conversation

timholy
Copy link
Owner

@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
Owner 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.

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.

2 participants