Zulip Chat Archive
Stream: general
Topic: speeding up lint_mathlib.lean
Arthur Paulino (Feb 15 2022 at 15:01):
Would it be reasonable to run the linters solely on declarations from files that were modified wrt master
?
I'm (naively?) assuming that unchanged files won't have different lint outputs
Yury G. Kudryashov (Feb 15 2022 at 15:07):
This was discussed earlier. The simp_nf
linter can break elsewhere.
Arthur Paulino (Feb 15 2022 at 15:08):
Is it the only linter that does so?
Rob Lewis (Feb 15 2022 at 15:10):
No. unused_arguments
can break in untouched files if you change dependencies.
Last updated: Dec 20 2023 at 11:08 UTC