[Merged by Bors] - feat(push): @[push] annotations for fun#30038
[Merged by Bors] - feat(push): @[push] annotations for fun#30038JovanGerb wants to merge 4 commits intoleanprover-community:masterfrom
@[push] annotations for fun#30038Conversation
PR summary 7c64d37d34Import changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Data.Int.Cast.Pi | 50 | 53 | +3 (+6.00%) |
| Mathlib.Algebra.Notation.Pi.Defs | 88 | 89 | +1 (+1.14%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Algebra.Notation.Pi.Defs |
1 |
Mathlib.Data.Int.Cast.Pi |
3 |
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
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
|
Please add to the PR description the list of things you tagged with this (i.e., bors d+ |
|
✌️ JovanGerb can now approve this pull request. To approve and merge a pull request, simply reply with |
|
I've now searched more consistently for places where this tag would be fitting, so I've tagged many more niche lemmas of the same kind. |
|
bors r+ |
This PR adds the annotations for the tactics `push fun _ ↦ _` and `pull fun _ ↦ _` and the simprocs `pushFun` and `pullFun`. The following operations are supported: `1`, `0`, `*`, `+`, `⁻¹`, `-`, `/`, `^`, `•`, `+ᵥ`, `-ᵥ`, `star`, `ofNat`, `natCast`, `intCast`, `⊔`, `⊓`, `| |`, `∆`, `⇔`, `⇨`, `⊥`, `⊤`, `ᶜ`, `\`, `default`, `algebraMap`, `kstar`, `⌊/⌋`, `⁺`, `⁻`, `⁺ᵐ`, `⁻ᵐ`.
|
Pull request successfully merged into master. Build succeeded: |
@[push] annotations for fun@[push] annotations for fun
This PR adds the annotations for the tactics `push fun _ ↦ _` and `pull fun _ ↦ _` and the simprocs `pushFun` and `pullFun`. The following operations are supported: `1`, `0`, `*`, `+`, `⁻¹`, `-`, `/`, `^`, `•`, `+ᵥ`, `-ᵥ`, `star`, `ofNat`, `natCast`, `intCast`, `⊔`, `⊓`, `| |`, `∆`, `⇔`, `⇨`, `⊥`, `⊤`, `ᶜ`, `\`, `default`, `algebraMap`, `kstar`, `⌊/⌋`, `⁺`, `⁻`, `⁺ᵐ`, `⁻ᵐ`.
This PR adds the annotations for the tactics `push fun _ ↦ _` and `pull fun _ ↦ _` and the simprocs `pushFun` and `pullFun`. The following operations are supported: `1`, `0`, `*`, `+`, `⁻¹`, `-`, `/`, `^`, `•`, `+ᵥ`, `-ᵥ`, `star`, `ofNat`, `natCast`, `intCast`, `⊔`, `⊓`, `| |`, `∆`, `⇔`, `⇨`, `⊥`, `⊤`, `ᶜ`, `\`, `default`, `algebraMap`, `kstar`, `⌊/⌋`, `⁺`, `⁻`, `⁺ᵐ`, `⁻ᵐ`.
This PR adds the annotations for the tactics
push fun _ ↦ _andpull fun _ ↦ _and the simprocspushFunandpullFun.The following operations are supported:
1,0,*,+,⁻¹,-,/,^,•,+ᵥ,-ᵥ,star,ofNat,natCast,intCast,⊔,⊓,| |,∆,⇔,⇨,⊥,⊤,ᶜ,\,default,algebraMap,kstar,⌊/⌋,⁺,⁻,⁺ᵐ,⁻ᵐ.