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

Implement IAlternateEqualityComparer<ReadOnlySpan<char>, string> on EqualityComparer<string>.Default #104202

Merged

Conversation

stephentoub
Copy link
Member

Fixes #102906

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jun 30, 2024
@stephentoub stephentoub force-pushed the equalitycomparerdefaultalternate branch 2 times, most recently from 69a192b to b627e2c Compare June 30, 2024 03:32
@stephentoub stephentoub marked this pull request as ready for review July 1, 2024 13:56
@stephentoub stephentoub force-pushed the equalitycomparerdefaultalternate branch from 5b1ec8f to d13131e Compare July 1, 2024 13:56
Copy link
Member

@eiriktsarpalis eiriktsarpalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing lots of build errors, but they appear to be infra related?

Copy link
Member

@tannergooding tannergooding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Managed side changes LGTM.

@jkotas
Copy link
Member

jkotas commented Jul 1, 2024

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (once the naot test run passed with no failures related to this change)

@LoopedBard3
Copy link
Member

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.

Implement IAlternateEqualityComparer<ReadOnlySpan<char>, string> on EqualityComparer<string>.Default
6 participants