Skip to content
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] - feat: port CategoryTheory.Limits.Shapes.Diagonal #2881

Closed
wants to merge 15 commits into from

Conversation

joelriou
Copy link
Collaborator

@joelriou joelriou commented Mar 14, 2023


There is currently a deterministic timeout which can be circumvented by set_option maxHeartbeats 400000

Open in Gitpod

Mathbin -> Mathlib
fix certain import statements
move "by" to end of line
add import to Mathlib.lean
Mathbin -> Mathlib
fix certain import statements
move "by" to end of line
add import to Mathlib.lean
…s.KernelPair' into port/CategoryTheory.Limits.Shapes.Diagonal
@joelriou joelriou added mathlib-port This is a port of a theory file from mathlib. WIP Work in progress labels Mar 14, 2023
@semorrison semorrison added the blocked-by-other-PR This PR depends on another PR to Mathlib label Mar 14, 2023
@semorrison
Copy link
Contributor

This PR/issue depends on:

@joelriou joelriou added the awaiting-review The author would like community review of the PR label Mar 22, 2023
(by simp only [Category.assoc, diagonal_snd, Category.comp_id, pullback.lift_snd,
pullback.lift_snd_assoc, pullback.condition_assoc]))
hom_inv_id := by
apply pullback.hom_ext
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these be fixed by setting priorities on the @[ext] attributes. In mathlib3 I think there were no priorities and the most recent thing was used first, but in mathlib4 we should be setting priorities to make this work. You can write @[ext 1100] to increase the priority, and the default is 1000.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much for this suggestion. Indeed, automation works much better now!

@ChrisHughes24 ChrisHughes24 added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Mar 23, 2023
@Parcly-Taxel Parcly-Taxel removed the awaiting-author A reviewer has asked the author a question or requested changes label Mar 23, 2023
@Parcly-Taxel Parcly-Taxel added the awaiting-review The author would like community review of the PR label Mar 23, 2023
@ChrisHughes24
Copy link
Member

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Mar 24, 2023
bors bot pushed a commit that referenced this pull request Mar 24, 2023
@bors
Copy link

bors bot commented Mar 24, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: port CategoryTheory.Limits.Shapes.Diagonal [Merged by Bors] - feat: port CategoryTheory.Limits.Shapes.Diagonal Mar 24, 2023
@bors bors bot closed this Mar 24, 2023
@bors bors bot deleted the port/CategoryTheory.Limits.Shapes.Diagonal branch March 24, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mathlib-port This is a port of a theory file from mathlib. ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants