-
Notifications
You must be signed in to change notification settings - Fork 341
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(Imo/Imo1998Q2): remove resolved porting notes #14505
Conversation
mo271
commented
Jul 8, 2024
PR summary 5f8f603d6bImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! This looks good to me; I wonder if the other porting note should also be removed - and would welcome the opinion of a maintainer here.
maintainer merge
Archive/Imo/Imo1998Q2.lean
Outdated
@@ -130,19 +130,17 @@ theorem A_fibre_over_contestant_card (c : C) : | |||
((A r).filter fun a : AgreedTriple C J => a.contestant = c).card := by | |||
rw [A_fibre_over_contestant r] | |||
apply Finset.card_image_of_injOn | |||
-- Porting note (#10936): used to be `tidy`. TODO: remove `ext` after `extCore` to `aesop`. | |||
unfold Set.InjOn; intros; ext; all_goals aesop | |||
-- Porting note (#10936): used to be `tidy`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this porting note is no longer actionable (the tidy
tactic was not ported; aesop is meant to replace it), so tend towards removing it. I'll let a maintainer comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
🚀 Pull request has been placed on the maintainer queue by grunweg. |
🚀 Pull request has been placed on the maintainer queue by grunweg. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
Archive/Imo/Imo1998Q2.lean
Outdated
@@ -130,19 +130,17 @@ theorem A_fibre_over_contestant_card (c : C) : | |||
((A r).filter fun a : AgreedTriple C J => a.contestant = c).card := by | |||
rw [A_fibre_over_contestant r] | |||
apply Finset.card_image_of_injOn | |||
-- Porting note (#10936): used to be `tidy`. TODO: remove `ext` after `extCore` to `aesop`. | |||
unfold Set.InjOn; intros; ext; all_goals aesop | |||
-- Porting note (#10936): used to be `tidy`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please remove it.
✌️ mo271 can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
Co-authored-by: Moritz Firsching <firsching@google.com>
Pull request successfully merged into master. Build succeeded: |