-
Notifications
You must be signed in to change notification settings - Fork 342
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: move pointwise set files to Algebra._.Pointwise
#19002
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR summary 1a9a7b4ea4
|
Files | Import difference |
---|---|
Mathlib.Data.Set.Pointwise.Interval |
-515 |
Mathlib.Data.Set.Pointwise.BigOperators |
-511 |
Mathlib.Data.Set.Pointwise.Finite |
-497 |
Mathlib.Data.Set.Pointwise.ListOfFn |
-422 |
Mathlib.Algebra.Group.Pointwise.Set.ListOfFn |
422 |
Mathlib.Algebra.Group.Pointwise.Set.Finite |
497 |
Mathlib.Algebra.Group.Pointwise.Set.BigOperators |
511 |
Mathlib.Algebra.Order.Group.Pointwise.Interval |
515 |
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>
The doc-module for script/declarations_diff.sh
contains some details about this script.
No changes to technical debt.
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relative
value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolute
value is therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
leanprover-community-bot-assistant
added
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Nov 16, 2024
YaelDillies
force-pushed
the
move_set_pointwise
branch
from
November 16, 2024 21:42
b6126a1
to
586e58a
Compare
leanprover-community-bot-assistant
added
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
and removed
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
labels
Nov 16, 2024
YaelDillies
force-pushed
the
move_set_pointwise
branch
from
November 17, 2024 08:30
586e58a
to
18f222e
Compare
leanprover-community-bot-assistant
removed
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Nov 17, 2024
Ruben-VandeVelde
added
the
awaiting-author
A reviewer has asked the author a question or requested changes
label
Nov 17, 2024
YaelDillies
force-pushed
the
move_set_pointwise
branch
from
November 17, 2024 15:21
18f222e
to
49a3566
Compare
YaelDillies
removed
the
awaiting-author
A reviewer has asked the author a question or requested changes
label
Nov 17, 2024
leanprover-community-bot-assistant
added
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Nov 17, 2024
YaelDillies
force-pushed
the
move_set_pointwise
branch
from
November 17, 2024 22:02
49a3566
to
94f9485
Compare
leanprover-community-bot-assistant
added
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
and removed
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
labels
Nov 17, 2024
YaelDillies
force-pushed
the
move_set_pointwise
branch
from
November 23, 2024 11:16
94f9485
to
50f64af
Compare
leanprover-community-bot-assistant
added
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
and removed
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
labels
Nov 23, 2024
YaelDillies
force-pushed
the
move_set_pointwise
branch
from
November 24, 2024 08:41
765e04f
to
1a9a7b4
Compare
leanprover-community-bot-assistant
removed
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Nov 24, 2024
bors merge |
leanprover-community-mathlib4-bot
added
the
ready-to-merge
This PR has been sent to bors.
label
Nov 25, 2024
Pull request successfully merged into master. Build succeeded: |
mathlib-bors
bot
changed the title
chore: move pointwise set files to
[Merged by Bors] - chore: move pointwise set files to Nov 25, 2024
Algebra._.Pointwise
Algebra._.Pointwise
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The remaining files depend on
Data.Set.Pointwise.SMul
, which I intend on reworking.