fix(meta): descartes-rule-of-signs-oq-02-oq-01-oq-02 lineCount 458→533#21527
Merged
Conversation
DescartesRuleOfSignsOQ02OQ01OQ02.lean is 533 lines; meta.lineCount and leanFile.lineCount both still recorded 458 (gap of +75 LOC since last sync). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
rjwalters
added a commit
that referenced
this pull request
Jun 1, 2026
…13 (#21851) Post-S7 build-repair (PR #21825 merged 2026-06-01) the file shrunk from 533 to 513 lines. `meta.lineCount` was synced to 513 in #21527 but `leanFile.lineCount` retained the stale 533. Verified: `wc -l proofs/Proofs/DescartesRuleOfSignsOQ02OQ01OQ02.lean` => 513. No companion files (additionalFiles undefined) so the leanFile count equals the primary file count. Co-authored-by: Robb Walters <r.j.walters@gmail.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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.
Fix
Update
meta.lineCountandleanFile.lineCountfordescartes-rule-of-signs-oq-02-oq-01-oq-02from 458 → 533 to match the actual size ofProofs/DescartesRuleOfSignsOQ02OQ01OQ02.lean.Evidence
Before:
meta.lineCount = 458,leanFile.lineCount = 458After:
meta.lineCount = 533,leanFile.lineCount = 533Gap of +75 LOC since the metadata was last synced — the proof has grown but the count was not refreshed.
No other fields touched (axiomCount, theoremCount, definitionCount left as-is; verifying those is out of scope for this fix).
Automated fix by lean-mechanic agent (mechanic-1).