[Merged by Bors] - chore(Combinatorics/SimpleGraph): rename Walks folder to Walk#36854
[Merged by Bors] - chore(Combinatorics/SimpleGraph): rename Walks folder to Walk#36854YaelDillies wants to merge 1 commit intoleanprover-community:masterfrom
Walks folder to Walk#36854Conversation
PR summary 96eec06566
|
| Files | Import difference |
|---|---|
Mathlib.Combinatorics.SimpleGraph.Walks.Counting |
-581 |
Mathlib.Combinatorics.SimpleGraph.Walks.Decomp |
-577 |
Mathlib.Combinatorics.SimpleGraph.Walks.Subwalks |
-576 |
Mathlib.Combinatorics.SimpleGraph.Walks.Maps |
-575 |
Mathlib.Combinatorics.SimpleGraph.Walks.Operations |
-548 |
Mathlib.Combinatorics.SimpleGraph.Walks.Traversal |
-546 |
Mathlib.Combinatorics.SimpleGraph.Walks.Basic |
-545 |
Mathlib.Combinatorics.SimpleGraph.Walk.Basic |
545 |
Mathlib.Combinatorics.SimpleGraph.Walk.Traversal |
546 |
Mathlib.Combinatorics.SimpleGraph.Walk.Operations |
548 |
Mathlib.Combinatorics.SimpleGraph.Walk.Maps |
575 |
Mathlib.Combinatorics.SimpleGraph.Walk.Subwalks |
576 |
Mathlib.Combinatorics.SimpleGraph.Walk.Decomp |
577 |
Mathlib.Combinatorics.SimpleGraph.Walk.Counting |
581 |
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/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.
No changes to technical debt.
You can run this locally as
./scripts/reporting/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).
note: file Mathlib/Combinatorics/SimpleGraph/Walks/Decomp.lean` was renamed to `Mathlib/Combinatorics/SimpleGraph/Walk/Decomp.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Combinatorics/SimpleGraph/Walks/Counting.lean` was renamed to `Mathlib/Combinatorics/SimpleGraph/Walk/Counting.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Combinatorics/SimpleGraph/Walks/Basic.lean` was renamed to `Mathlib/Combinatorics/SimpleGraph/Walk/Basic.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Combinatorics/SimpleGraph/Walks/Subwalks.lean` was renamed to `Mathlib/Combinatorics/SimpleGraph/Walk/Subwalks.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Combinatorics/SimpleGraph/Walks/Operations.lean` was renamed to `Mathlib/Combinatorics/SimpleGraph/Walk/Operations.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Combinatorics/SimpleGraph/Walks/Traversal.lean` was renamed to `Mathlib/Combinatorics/SimpleGraph/Walk/Traversal.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Combinatorics/SimpleGraph/Walks/Maps.lean` was renamed to `Mathlib/Combinatorics/SimpleGraph/Walk/Maps.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
|
This pull request has conflicts, please merge |
8a57bf7 to
ff64d03
Compare
|
This pull request has conflicts, please merge |
ff64d03 to
ff85a69
Compare
|
FWIW as of now 10% of the folders in mathlib end with an |
|
This pull request has conflicts, please merge |
It is unusual to pluralise folder names, and furthermore this folder is about the `Walk` type.
ff85a69 to
a2661fb
Compare
Are these folders named after a type? Here, the |
|
Thanks bors merge |
|
Pull request successfully merged into master. Build succeeded: |
Walks folder to WalkWalks folder to Walk
|
Should we also rename |
Sure, feel free to do so! |
…anprover-community#36854) It is unusual to pluralise folder names, and furthermore this folder is about the `Walk` type.
…anprover-community#36854) It is unusual to pluralise folder names, and furthermore this folder is about the `Walk` type.
It is unusual to pluralise folder names, and furthermore this folder is about the
Walktype.