Skip to content

Warn for chunks defined but never inserted#307

Merged
fingolfin merged 1 commit intomasterfrom
codex/warn-unused-chunks
Feb 26, 2026
Merged

Warn for chunks defined but never inserted#307
fingolfin merged 1 commit intomasterfrom
codex/warn-unused-chunks

Conversation

@fingolfin
Copy link
Member

Track chunk definition/insertion state and warn when a chunk
was defined but never inserted.

Resolves #63

Co-authored-by: Codex codex@openai.com

Track chunk definition/insertion state and warn when a chunk
was defined but never inserted.

Resolves #63

Co-authored-by: Codex <codex@openai.com>
@fingolfin fingolfin force-pushed the codex/warn-unused-chunks branch from 6c2c6ec to 04cf3bc Compare February 26, 2026 22:55
@fingolfin fingolfin merged commit 88c828a into master Feb 26, 2026
7 checks passed
@fingolfin fingolfin deleted the codex/warn-unused-chunks branch February 26, 2026 23:00
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.53%. Comparing base (9bb1191) to head (04cf3bc).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #307      +/-   ##
==========================================
+ Coverage   84.41%   84.53%   +0.12%     
==========================================
  Files          13       13              
  Lines        2233     2244      +11     
==========================================
+ Hits         1885     1897      +12     
+ Misses        348      347       -1     
Files with missing lines Coverage Δ
gap/DocumentationTree.gi 93.73% <100.00%> (+0.40%) ⬆️
gap/Parser.gi 80.83% <100.00%> (+0.05%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Warn if a chunk is defined but never inserted

1 participant