-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Merge 2.1 into 3.1 #18369
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
Merge 2.1 into 3.1 #18369
Conversation
Update branding to 2.1.16
@@ -318,6 +318,7 @@ private ValueTask TryWritePingAsync() | |||
return default; | |||
} | |||
|
|||
// TODO: cancel? |
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.
@BrennanConroy anything to be concerned about here?
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.
Haha, not really
Taking in favor of #18347, yeah? |
This is confusing. Why not force push the #18347 branch and keep all the comments in one place? |
Because I wanted to make sure this PR was correct before squashing over @BrennanConroy . At this point, as it is already building, I'd rather just let it be and let it pass. Also, many of the comments were talking about things that weren't relevant to the merge (things that existed in 3.1 that weren't changed). |
|
Templates failures are discussed elsewhere. This is looking good so far. |
So what should I do about the template failures? I'd like to get this in stat... |
Looks like templates will be fixed once #18380 goes in |
All but one of the templates tests passed on rerun: Looks unrelated to previous templates issues, is it a flaky test? |
I'm rerunning the template tests. |
Another attempt at #18347 as I think the merge went wrong.