Commit 625b997
committed
fix: make register_try?_tactic auxiliary definitions internal
The auxiliary definitions created by `register_try?_tactic` are internal
implementation details that should not be visible to user-facing linters.
This change marks them as internal by using `Name.mkSimpleInternal` instead
of `Name.mkSimple`, which automatically exempts them from linting via the
existing `isAutoDecl` check in Batteries.
Fixes linter errors in downstream projects (e.g., Mathlib) when using
`register_try?_tactic`.
🤖 Generated with Claude Code1 parent 6cbcbce commit 625b997
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
0 commit comments