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

[release/5.0] Fix Array.Sort in the presence of nulls #41239

Merged
merged 2 commits into from
Aug 24, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 23, 2020

Backport of #41234 to release/5.0

/cc @jkotas @svick

Customer Impact

Array.Sort produces wrong results in the presence of nulls. Bug (typo) introduced by .NET 5 Array.Sort performance optimizations.

Testing

The change adds targeted test case.

Risk

Low

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@jkotas jkotas requested a review from danmoseley August 23, 2020 22:44
@jkotas jkotas added this to the 5.0.0 milestone Aug 23, 2020
@danmoseley
Copy link
Member

Approved for 50: regression in key scenario

@ghost
Copy link

ghost commented Aug 23, 2020

Hello @danmosemsft!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@danmoseley
Copy link
Member

Windows 7 failures

@jkotas
Copy link
Member

jkotas commented Aug 24, 2020

Test failures are #40916 and #41217

@jkotas jkotas merged commit 9aa4e06 into release/5.0 Aug 24, 2020
@jkotas jkotas deleted the backport/pr-41234-to-release/5.0 branch August 24, 2020 15:06
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants