kernel: refactor FuncPRINT_CURRENT_STATEMENT#6424
Open
fingolfin wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6424 +/- ##
==========================================
- Coverage 78.86% 78.86% -0.01%
==========================================
Files 685 685
Lines 293550 293547 -3
Branches 8672 8647 -25
==========================================
- Hits 231515 231508 -7
- Misses 60225 60230 +5
+ Partials 1810 1809 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
|
I can have a look at this. Just request a review once CI passes |
51a4cec to
40ce397
Compare
Move part of the code from the kernel to the library. This will make future improvements easier. Co-authored-by: Codex <codex@openai.com>
40ce397 to
11f06b4
Compare
Member
Author
|
@lgoettgens thanks, I fixed it |
ChrisJefferson
approved these changes
Jun 6, 2026
ChrisJefferson
approved these changes
Jun 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move part of the code from the kernel to the library. This will make future improvements easier.
Co-authored-by: Codex codex@openai.com
(Specifically, I have two follow-up PRs prepared that will further improve the stacktrace printing; it is easier to do that if as much of the code as possible is written in GAP.)