-
Notifications
You must be signed in to change notification settings - Fork 41
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
changes to adapt to compressed line table format #526
Conversation
d7379f1
to
71efc78
Compare
71efc78
to
895eea4
Compare
895eea4
to
8d49de6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #526 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 9 9
Lines 1541 1545 +4
======================================
- Misses 1541 1545 +4 ☔ View full report in Codecov by Sentry. |
8d49de6
to
747619e
Compare
46bb524
to
96020bd
Compare
bfe840f
to
f99d97c
Compare
TypedSyntax test is failing badly... |
f99d97c
to
3c3759e
Compare
I adjusted the TypedSyntax update so now the number of failing tests matches what we're seeing with v1.11-nightly. I'm going to push ahead with this as it stands to keep working on other packages. I aim to implement more conservative and safer changes in the near future. |
Ok, Cthulhu CI is green on nightly. I will go ahead and merge. |
This contains some updates needed to keep working with the optimized debuginfo format (JuliaLang/julia#52415).
Also needs JuliaDebug/JuliaInterpreter.jl#606