[Merged by Bors] - chore: update/remove heart beat bumps#6860
Closed
mattrobball wants to merge 2 commits intomasterfrom
Closed
[Merged by Bors] - chore: update/remove heart beat bumps#6860mattrobball wants to merge 2 commits intomasterfrom
mattrobball wants to merge 2 commits intomasterfrom
Conversation
commit ce8dea4 Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 29 20:19:34 2023 -0400 remove comments commit 1e47611 Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 29 20:16:44 2023 -0400 remove comments commit 4a33a0e Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 29 20:08:02 2023 -0400 restore commit 60486c5 Merge: 51e3570 7df583c Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 29 19:37:47 2023 -0400 Merge branch 'master' into mrb/universes commit 51e3570 Merge: c17ce8bae 32de3f6 Author: Eric Wieser <wieser.eric@gmail.com> Date: Thu Aug 10 22:01:45 2023 +0000 Merge branch 'master' into mrb/universes commit c17ce8b Merge: 43a7236 c4190b4 Author: Eric Wieser <wieser.eric@gmail.com> Date: Thu Aug 10 22:00:24 2023 +0000 Merge branch 'master' (early part) into mrb/universes commit 43a7236 Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 8 21:00:45 2023 -0400 remove notes and update author commit 9c65527 Merge: 29fa063 ffeae88 Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 8 20:47:11 2023 -0400 Merge branch 'master' into mrb/universes commit 29fa063 Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 8 17:04:00 2023 -0400 restore bumps commit 6fbf296 Author: Matthew Ballard <matt@mrb.email> Date: Tue Aug 8 15:14:23 2023 -0400 comment out bumps again commit b5ec8c8 Author: Matthew Ballard <matt@mrb.email> Date: Mon Aug 7 23:23:17 2023 -0400 lint commit cde37ba Author: Matthew Ballard <matt@mrb.email> Date: Mon Aug 7 23:06:36 2023 -0400 fix errors commit 914e9e1 Author: Matthew Ballard <matt@mrb.email> Date: Mon Aug 7 20:44:37 2023 -0400 Sort _ -> Sort* commit 5e7bd9a Author: Matthew Ballard <matt@mrb.email> Date: Mon Aug 7 20:42:28 2023 -0400 move Type* and Sort* and set imports now in `Mathlib.Tactic.Basic` commit 79c6822 Author: Matthew Ballard <matt@mrb.email> Date: Mon Aug 7 16:01:02 2023 -0400 revisit all places where Type* fails commit e02809f Author: Matthew Ballard <matt@mrb.email> Date: Sun Aug 6 23:09:29 2023 -0400 restore necessary bumps commit c06e819 Author: Matthew Ballard <matt@mrb.email> Date: Sun Aug 6 20:38:42 2023 -0400 comment out all bumps commit 75c10e6 Author: Matthew Ballard <matt@mrb.email> Date: Sun Aug 6 10:12:59 2023 -0400 Merge remote-tracking branch 'refs/remotes/origin/mrb/universes' into mrb/universes commit 3c0e5c2 Merge: 00d53f8 466a8a7 Author: Matthew Ballard <matt@mrb.email> Date: Sun Aug 6 20:10:23 2023 -0400 Merge branch 'mrb/universes_2' into mrb/universes commit 00d53f8 Author: Matthew Ballard <matt@mrb.email> Date: Sun Aug 6 10:12:59 2023 -0400 Merge remote-tracking branch 'refs/remotes/origin/mrb/universes' into mrb/universes commit 466a8a7 Author: Matthew Ballard <matt@mrb.email> Date: Fri Aug 4 14:36:30 2023 -0400 lint commit ced8c9b Author: Matthew Ballard <matt@mrb.email> Date: Fri Aug 4 14:29:04 2023 -0400 long lines commit 8064173 Author: Matthew Ballard <matt@mrb.email> Date: Fri Aug 4 14:26:02 2023 -0400 build commit 9095a38 Author: Matthew Ballard <matt@mrb.email> Date: Fri Aug 4 13:41:49 2023 -0400 fix more commit b1dfc8c Author: Matthew Ballard <matt@mrb.email> Date: Fri Aug 4 12:36:14 2023 -0400 fix some files commit 0c9345f Author: Matthew Ballard <matt@mrb.email> Date: Fri Aug 4 10:08:12 2023 -0400 remove commit 2637c7e Author: Matthew Ballard <matt@mrb.email> Date: Fri Aug 4 10:07:33 2023 -0400 type _ -> type*
ericrbg
reviewed
Aug 30, 2023
Contributor
ericrbg
left a comment
There was a problem hiding this comment.
not sure if all of these comments should be removed, but just in case they were missed:
| @@ -139,7 +139,6 @@ theorem orthogonalComplement_iSup_eigenspaces_eq_bot' : | |||
| #align linear_map.is_symmetric.orthogonal_supr_eigenspaces_eq_bot' LinearMap.IsSymmetric.orthogonalComplement_iSup_eigenspaces_eq_bot' | |||
|
|
|||
| -- porting note: a modest increast in the `synthInstance.maxHeartbeats`, but we should still fix it. | |||
Contributor
There was a problem hiding this comment.
Suggested change
| -- porting note: a modest increast in the `synthInstance.maxHeartbeats`, but we should still fix it. |
Mathlib/Analysis/Convolution.lean
Outdated
| @@ -1198,7 +1198,7 @@ variable [IsROrC 𝕜] [NormedSpace 𝕜 E] [NormedSpace 𝕜 E'] [NormedSpace | |||
| (L : E →L[𝕜] E' →L[𝕜] F) | |||
|
|
|||
| -- porting note: the lemma is slow, added `set_option maxHeartbeats 300000 in` | |||
Contributor
There was a problem hiding this comment.
Suggested change
| -- porting note: the lemma is slow, added `set_option maxHeartbeats 300000 in` | |
| -- porting note: the lemma is slow, added `set_option maxHeartbeats 250000 in` |
| @@ -148,7 +148,6 @@ theorem det_mul_aux {M N : Matrix n n R} {p : n → n} (H : ¬Bijective p) : | |||
| #align matrix.det_mul_aux Matrix.det_mul_aux | |||
|
|
|||
| -- Porting note: need to bump for last simp; new after #3414 (reenableeta) | |||
Contributor
There was a problem hiding this comment.
Suggested change
| -- Porting note: need to bump for last simp; new after #3414 (reenableeta) |
Contributor
Author
|
I should have caught those all with the others I deleted. |
bors bot
pushed a commit
that referenced
this pull request
Sep 6, 2023
We clean up heart beat bumps after #6474.
|
Build failed (retrying...): |
bors bot
pushed a commit
that referenced
this pull request
Sep 6, 2023
We clean up heart beat bumps after #6474.
|
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
ebab
pushed a commit
that referenced
this pull request
Sep 11, 2023
We clean up heart beat bumps after #6474.
kodyvajjha
pushed a commit
that referenced
this pull request
Sep 22, 2023
We clean up heart beat bumps after #6474.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We clean up heart beat bumps after #6474.