This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Mirror changes from dotnet/corert,coreclr#33827
Merged
danmoseley merged 3 commits intoDec 5, 2018
Merged
Conversation
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Exactly follows the design of AsyncStateMachineAttribute and IteratorStateMachineAttribute; the only thing different is the type name, "AsyncIterator" instead of "Async" and "Iterator". Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Member
|
@dotnet-bot test Packaging All Configurations x64 Debug Build please ("Cannot contact windows.10.amd64.clientrs4.devex.open-1204163733319-0: java.io.IOException: remote file operation failed") |
Member
|
@Anipik, can we get the bot to "sign" the agreement or otherwise get those automated messages suppressed? |
Member
|
Ignoring CLA warning because this code already passed CLA |
jlennox
pushed a commit
to jlennox/corefx
that referenced
this pull request
Dec 16, 2018
* Improve BMI2 MultiplyNoFlags APIs (dotnet/coreclr#21362) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Add AsyncIteratorStateMachineAttribute Exactly follows the design of AsyncStateMachineAttribute and IteratorStateMachineAttribute; the only thing different is the type name, "AsyncIterator" instead of "Async" and "Iterator". Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Address PR feedback Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
baulig
pushed a commit
to baulig/corefx
that referenced
this pull request
Jan 28, 2019
* Improve BMI2 MultiplyNoFlags APIs (dotnet/coreclr#21362) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Add AsyncIteratorStateMachineAttribute Exactly follows the design of AsyncStateMachineAttribute and IteratorStateMachineAttribute; the only thing different is the type name, "AsyncIterator" instead of "Async" and "Iterator". Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Address PR feedback Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> (cherry picked from commit 1c47747)
baulig
pushed a commit
to mono/corefx
that referenced
this pull request
Jan 29, 2019
* Improve BMI2 MultiplyNoFlags APIs (dotnet/coreclr#21362) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Add AsyncIteratorStateMachineAttribute Exactly follows the design of AsyncStateMachineAttribute and IteratorStateMachineAttribute; the only thing different is the type name, "AsyncIterator" instead of "Async" and "Iterator". Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Address PR feedback Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> (cherry picked from commit 1c47747)
baulig
pushed a commit
to mono/corefx
that referenced
this pull request
Feb 4, 2019
* Improve BMI2 MultiplyNoFlags APIs (dotnet/coreclr#21362) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Add AsyncIteratorStateMachineAttribute Exactly follows the design of AsyncStateMachineAttribute and IteratorStateMachineAttribute; the only thing different is the type name, "AsyncIterator" instead of "Async" and "Iterator". Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> * Address PR feedback Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> (cherry picked from commit 1c47747)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains mirrored changes from dotnet/corert,coreclr
Please REBASE this PR when merging
cc @fiigii @stephentoub @stephentoub