Commit 63e9909
committed
fix: restore
This PR is intended as a quick fix to make `#lint` available in Mathlib once again after it was removed with the introduction of the new shake tool in leanprover-community#32731. (See relevant part of the diff [here](https://github.com/leanprover-community/mathlib4/pull/32731/changes#diff-58fcfeaf03590610a5fa5761814c31bca69c4dc9bfb2d97791579919cb880622L8-R10).) Future runs of `shake` should not require `-- shake: keep` after [batteries#1613](leanprover-community/batteries#1613); see also [Zulip](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/.23lint.20is.20broken/near/567348613).
Following this, we should likely audit the import hierarchy below Mathlib.Init (and of other meta files) following leanprover-community#32731, and consider whether this is the right hierarchical structure. Possibly we should then add tests to ensure that everything we want to be available remains available at the right points.#lint via Mathlib.Init (leanprover-community#33827)1 parent d59d8f5 commit 63e9909
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments