-
Notifications
You must be signed in to change notification settings - Fork 341
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: postpone Field past Algebra/Defs #14465
Conversation
kim-em
commented
Jul 5, 2024
PR summary 39c2b55777
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.Algebra.Algebra.Defs | 604 | 541 | -63 (-10.43%) |
Mathlib.Algebra.Ring.CentroidHom | 639 | 607 | -32 (-5.01%) |
Import changes for all files
Files | Import difference |
---|---|
Too many changes (526)! |
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>
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.
Thanks for doing this - this looks good to me, with one question about the module docstring.
maintainer merge
@@ -0,0 +1,59 @@ | |||
/- |
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.
IIUC, this just copies the old module docstring. What's mathlib policy here?
(If anybody wants to do archeology: this mathlib3 blame, starting at line 184, should be helpful.)
🚀 Pull request has been placed on the maintainer queue by grunweg. |
1 similar comment
🚀 Pull request has been placed on the maintainer queue by grunweg. |
bors merge |
Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
Pull request successfully merged into master. Build succeeded: |