Skip to content

[Merged by Bors] - chore (Algebra.Order.Group.Abs): split file into unbundled and bundled material #15065

Closed
mattrobball wants to merge 3 commits intomasterfrom
mrb/split_algebra_ord_group_abs
Closed

[Merged by Bors] - chore (Algebra.Order.Group.Abs): split file into unbundled and bundled material #15065
mattrobball wants to merge 3 commits intomasterfrom
mrb/split_algebra_ord_group_abs

Conversation

@mattrobball
Copy link
Copy Markdown
Contributor

Currently Algebra.Order.Group.Abs imports OrderedCommMonoid and other bundled algebra classes despite much of the file using unbundled ordered algebra typeclasses. We split into Algebra.Order.Group.Unbundled.Abs and Algebra.Order.Group.Abs to separate the bundled and unbundled parts of the file and minimize imports downstream.


Open in Gitpod

@github-actions
Copy link
Copy Markdown

PR summary a51095ac12

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Algebra.Order.Group.PosPart 244 239 -5 (-2.05%)
Mathlib.Algebra.Group.Subgroup.Order 410 407 -3 (-0.73%)
Mathlib.Algebra.Order.Group.Indicator 390 388 -2 (-0.51%)
Mathlib.Data.Nat.Cast.Order.Ring 407 406 -1 (-0.25%)
Mathlib.RingTheory.Prime 528 527 -1 (-0.19%)
Import changes for all files
Files Import difference
There are 2720 files with changed transitive imports: this is too many to display!

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/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Jul 24, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jul 24, 2024
…d material (#15065)

Currently `Algebra.Order.Group.Abs` imports `OrderedCommMonoid` and other bundled algebra classes despite much of the file using unbundled ordered algebra typeclasses. We split into `Algebra.Order.Group.Unbundled.Abs` and `Algebra.Order.Group.Abs` to separate the bundled and unbundled parts of the file and minimize imports downstream.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jul 24, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore (Algebra.Order.Group.Abs): split file into unbundled and bundled material [Merged by Bors] - chore (Algebra.Order.Group.Abs): split file into unbundled and bundled material Jul 24, 2024
@mathlib-bors mathlib-bors bot closed this Jul 24, 2024
@mathlib-bors mathlib-bors bot deleted the mrb/split_algebra_ord_group_abs branch July 24, 2024 09:19
@adomani adomani mentioned this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants