-
Notifications
You must be signed in to change notification settings - Fork 160
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 task scanning for the Julia GC #2969
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2969 +/- ##
==========================================
- Coverage 83.86% 83.85% -0.01%
==========================================
Files 681 679 -2
Lines 341774 341540 -234
==========================================
- Hits 286637 286412 -225
+ Misses 55137 55128 -9
|
6d8833e
to
5dacca3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
This is a bit unusual, but I'd like to backport this PR to stable-4.10, for inclusion in GAP 4.10.1. The rationale being that (a) this code is not executed by any regular user, (b) it means that people will be able to use a stock GAP 4.10.1 with our ongoing GAP-Julia integration work, instead of having to wait for GAP 4.11 for that. Any objections to that plan? @ChrisJefferson @markuspf @alex-konovalov everybody? |
Backported in b0ee110 |
This is a tracking issue to discuss and track changes for scanning Julia task stacks.