Skip to content

chore: bump mathlib and enable all mathlib linters#112

Merged
grunweg merged 6 commits intomasterfrom
MR-bump421-rc2
Jun 10, 2025
Merged

chore: bump mathlib and enable all mathlib linters#112
grunweg merged 6 commits intomasterfrom
MR-bump421-rc2

Conversation

@grunweg
Copy link
Copy Markdown
Collaborator

@grunweg grunweg commented Jun 4, 2025

Enabling all mathlib linters became really easy: use it. (This also seems to make running these linters a bit faster.)

@grunweg grunweg changed the title Mr bump421 rc2 chore: bump mathlib and enable all mathlib linters Jun 4, 2025
def IndexType (n : ℕ) : Type :=
Nat.casesOn n ℕ fun k ↦ Fin <| k + 1

open Fin.NatCast in -- TODO: remove this, by making the cast explicit
Copy link
Copy Markdown
Collaborator Author

@grunweg grunweg Jun 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better fixes welcome (but I won't spend time on this right now). The same applies to the other instances in this PR.

@grunweg grunweg merged commit fe65567 into master Jun 10, 2025
1 check passed
@grunweg grunweg deleted the MR-bump421-rc2 branch June 10, 2025 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant