Skip to content

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

Merged
stephentoub merged 5 commits into
dotnet:mainfrom
stephentoub:equalitycomparerdefaultalternate
Jul 2, 2024
Merged

Implement IAlternateEqualityComparer<ReadOnlySpan<char>, string> on EqualityComparer<string>.Default#104202
stephentoub merged 5 commits into
dotnet:mainfrom
stephentoub:equalitycomparerdefaultalternate

Conversation

@stephentoub

Copy link
Copy Markdown
Member

Fixes#102906

@ghostghost 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
stephentoubforce-pushed the equalitycomparerdefaultalternate branch 2 times, most recently from 69a192b to b627e2cCompareJune 30, 2024 03:32
Comment threadsrc/coreclr/vm/jitinterface.cpp
Comment threadsrc/coreclr/vm/jitinterface.cpp
Comment threadsrc/coreclr/vm/jitinterface.cpp Outdated
@stephentoub
stephentoub marked this pull request as ready for review July 1, 2024 13:56
@stephentoub
stephentoubforce-pushed the equalitycomparerdefaultalternate branch from 5b1ec8f to d13131eCompareJuly 1, 2024 13:56

@eiriktsarpaliseiriktsarpalis left a comment

Copy link
Copy Markdown
Member

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?

@tannergoodingtannergooding left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

/azp run runtime-nativeaot-outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@jkotasjkotas left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

Sign up for freeto 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

@stephentoub@jkotas@LoopedBard3@eiriktsarpalis@tannergooding@MichalPetryka