Skip to content

kernel: improve ErrorReturnVoid break-loop message#6416

Open
fingolfin wants to merge 1 commit into
masterfrom
codex/consistent-ErrorReturn-guidance-message
Open

kernel: improve ErrorReturnVoid break-loop message#6416
fingolfin wants to merge 1 commit into
masterfrom
codex/consistent-ErrorReturn-guidance-message

Conversation

@fingolfin
Copy link
Copy Markdown
Member

... and in general make its phrasing more consistent.

AI-assisted: OpenAI Codex prepared this code change.

Resolves #6272

@fingolfin fingolfin added topic: kernel release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: error handling labels May 27, 2026
@fingolfin fingolfin force-pushed the codex/consistent-ErrorReturn-guidance-message branch from 425503d to 269e028 Compare May 27, 2026 13:48
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

❌ Patch coverage is 38.88889% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.86%. Comparing base (e94091c) to head (188d8fd).

Files with missing lines Patch % Lines
src/streams.c 0.00% 6 Missing ⚠️
src/stats.c 0.00% 2 Missing ⚠️
src/error.c 85.71% 0 Missing and 1 partial ⚠️
src/hpc/thread.c 0.00% 1 Missing ⚠️
src/vec8bit.c 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6416      +/-   ##
==========================================
- Coverage   78.86%   78.86%   -0.01%     
==========================================
  Files         685      685              
  Lines      293554   293552       -2     
  Branches     8672     8673       +1     
==========================================
- Hits       231522   231513       -9     
- Misses      60226    60229       +3     
- Partials     1806     1810       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

... and in general make its phrasing more consistent.

AI-assisted: OpenAI Codex prepared this code change.

Co-authored-by: Codex <codex@openai.com>
@fingolfin fingolfin force-pushed the codex/consistent-ErrorReturn-guidance-message branch from 269e028 to 188d8fd Compare May 28, 2026 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: error handling topic: kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Better and more consistent user info string produced by ErrorReturnVoid

1 participant