[Merged by Bors] - feat(Combinatorics/SimpleGraph/Walk): add dropLast#16382
[Merged by Bors] - feat(Combinatorics/SimpleGraph/Walk): add dropLast#16382Command-Master wants to merge 10 commits intomasterfrom
dropLast#16382Conversation
PR summary 2647207846Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
84cfca6 to
3f47258
Compare
sndOfNotNil and tail to not require a not-nil assumption, and add penultimate and dropLastpenultimate and dropLast
penultimate and dropLastpenultimate and dropLast
|
I don't think I really have quite enough experience to do a full-on review, but I do have a suggestion: Either reintroduce snd/second (without the notNil), or use |
YaelDillies
left a comment
There was a problem hiding this comment.
Yes indeed I would tend to agree that we don't want penultimate/dropLast for the same reason we got rid of sndOfNeNil.
There is an argument to be made that p appears twice in the body of penultimate/dropLast though...
|
|
|
I would then suggest you reintroduce |
|
But I need |
|
Then can you make |
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Do I need to do maintainer merge? How does maintainer delegate work? |
|
Works the same as maintainer merge, but telling maintainers to delegate |
|
It looks like this one doesn't add |
|
bors d+ |
|
✌️ Command-Master can now approve this pull request. To approve and merge a pull request, simply reply with |
penultimate and dropLastdropLast
|
Since the name was so trivial to fix, I did it myself. maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Thanks! bors merge |
|
Pull request successfully merged into master. Build succeeded: |
dropLastdropLast
penultimateandsnd#16769