-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - chore: Merge Algebra.Group.Centralizer
into Algebra.Group.Center
#13034
Conversation
f269751
to
1a6928d
Compare
You can run this locally as follows ## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
0f27710
to
dc3866d
Compare
Conclusion seems to be that it's fine to merge the files. |
dc3866d
to
d98c56a
Compare
PR summary 47b3c1e856
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.Algebra.Group.Centralizer | 230 | 0 | -230 (-100.00%) |
Mathlib.Algebra.Ring.Centralizer | 235 | 234 | -1 (-0.43%) |
Mathlib.Algebra.GroupWithZero.Center | 236 | 235 | -1 (-0.42%) |
Mathlib.GroupTheory.Subsemigroup.Centralizer | 369 | 368 | -1 (-0.27%) |
Mathlib.Algebra.Star.Center | 537 | 536 | -1 (-0.19%) |
Mathlib.RingTheory.NonUnitalSubsemiring.Basic | 549 | 548 | -1 (-0.18%) |
Mathlib.Algebra.Ring.Subsemiring.Basic | 568 | 567 | -1 (-0.18%) |
Mathlib.Algebra.Ring.CentroidHom | 578 | 577 | -1 (-0.17%) |
Import changes for all files
Files | Import difference |
---|---|
Too many changes (2095)! |
Declarations diff
No declarations were harmed in the making of this PR! 🐙
You can run this locally as follows
## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit>
From #13034. Co-authored-by: Yaël Dillies <[email protected]>
I think this is doing too much all at once, so I'll split off some changes the coming days |
From #13034. Co-authored-by: Yaël Dillies <[email protected]>
From #13034. Co-authored-by: Yaël Dillies <[email protected]>
From #13034. Co-authored-by: Yaël Dillies <[email protected]>
From #13034. Co-authored-by: Yaël Dillies <[email protected]>
From #13034. Co-authored-by: Yaël Dillies <[email protected]>
8df53b3
to
d4121c8
Compare
From #13034. Co-authored-by: Yaël Dillies <[email protected]>
This PR/issue depends on: |
d4121c8
to
47b3c1e
Compare
Algebra.Group.Center
Algebra.Group.Centralizer
into Algebra.Group.Center
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but I touched this a lot, so please take another look. (Commit by commit might be helpful)
maintainer merge
🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde. |
bors merge |
…13034) Co-authored-by: Ruben Van de Velde <[email protected]>
Pull request successfully merged into master. Build succeeded: |
Algebra.Group.Centralizer
into Algebra.Group.Center
Algebra.Group.Centralizer
into Algebra.Group.Center
Invertible
#13030