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

Use Array.Sort instead of QuickSort. #887

Merged
merged 1 commit into from
Apr 22, 2019
Merged

Use Array.Sort instead of QuickSort. #887

merged 1 commit into from
Apr 22, 2019

Conversation

bartdesmet
Copy link
Collaborator

Also fixes #886.

@codecov
Copy link

codecov bot commented Apr 22, 2019

Codecov Report

Merging #887 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #887      +/-   ##
==========================================
- Coverage   65.53%   65.51%   -0.03%     
==========================================
  Files         168      168              
  Lines       30190    30166      -24     
  Branches    20532    20523       -9     
==========================================
- Hits        19786    19762      -24     
  Misses       2499     2499              
  Partials     7905     7905
Flag Coverage Δ
#ixnet 65.51% <100%> (-0.03%) ⬇️
Impacted Files Coverage Δ
...nc/System/Linq/Operators/OrderedAsyncEnumerable.cs 68.62% <100%> (-1.62%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c2d6a0...f311d17. Read the comment docs.

@clairernovotny clairernovotny merged commit 5906af9 into master Apr 22, 2019
@delete-merged-branch delete-merged-branch bot deleted the UseArraySort branch April 22, 2019 18:47
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.

IndexOutOfRangeException when sorting empty IAsyncEnumerable
2 participants