Commit 87418d6
feat: add tech debt counter for disabled varHead simp warnings
This PR adds a counter for `set_option warning.simp.varHead false`
occurrences to the weekly tech debt report.
The `warning.simp.varHead` option silences a warning introduced in Lean
about simp lemmas whose LHS has a metavariable as its head. Places where
this warning is silenced are tech debt we want to track over time.
Prompted by discussion on
leanprover-community/mathlib4-nightly-testing#209
which adds several `set_option warning.simp.varHead false in` uses.
🤖 Prepared with Claude Code
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8c3d31d commit 87418d6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
0 commit comments