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

Skip repeats and IValueTaskSource.GetResult #132

Merged
merged 4 commits into from Jan 3, 2021
Merged

Conversation

benaadams
Copy link
Owner

@benaadams benaadams commented Jan 3, 2021

Changes

at async IAsyncEnumerable<int> AsyncEnumerableTests.Throw(CancellationToken cancellationToken)+MoveNext()
at async IAsyncEnumerable<int> AsyncEnumerableTests.Throw(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult(short token)
at async IAsyncEnumerable<long> AsyncEnumerableTests.Start(CancellationToken cancellationToken)+MoveNext()
at async IAsyncEnumerable<long> AsyncEnumerableTests.Start(CancellationToken cancellationToken)+MoveNext()
at async IAsyncEnumerable<long> AsyncEnumerableTests.Start(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult(short token)
at async Task AsyncEnumerableTests.DemystifiesAsyncEnumerable()
at async Task AsyncEnumerableTests.DemystifiesAsyncEnumerable()

To

at async IAsyncEnumerable<int> AsyncEnumerableTests.Throw(CancellationToken cancellationToken)+MoveNext()
at async IAsyncEnumerable<long> AsyncEnumerableTests.Start(CancellationToken cancellationToken)+MoveNext() x 2
at async Task AsyncEnumerableTests.DemystifiesAsyncEnumerable() x 2

Also

at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at void Ben.Demystifier.Test.RecursionTests.DemystifiesRecursion()

to

at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth)
at int Ben.Demystifier.Test.RecursionTests.Recurse(int depth) x 10
at void Ben.Demystifier.Test.RecursionTests.DemystifiesRecursion()

@benaadams
Copy link
Owner Author

NuGet issue with failed test

@benaadams benaadams merged commit b3e8977 into master Jan 3, 2021
@benaadams benaadams deleted the skip-repeats branch January 3, 2021 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant