Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Temporarily removing leftover use of ReadOnlySpan indexer. #25908

Merged
merged 2 commits into from
Dec 13, 2017

Conversation

ahsonkhan
Copy link
Member

Related to:
#25326
#25881

Removing the use of the ReadOnlySpan indexer to help the implementation change go through with the least disabling of tests.

This is a temporary workaround that is required to reduce the number of failing tests that would need to be disabled due to the change to ReadOnlySpan indexer to return ref readonly (in coreclr and in .NET Native)

cc @weshaggard, @stephentoub, @KrzysztofCwalina, @jkotas, @botaberg, @zamont

This change should be reverted once the change propagates

@jkotas
Copy link
Member

jkotas commented Dec 13, 2017

What are you doing to find these? Is this the final set?

LGTM otherwise.

@ahsonkhan
Copy link
Member Author

What are you doing to find these? Is this the final set?

Yes, this is the final set. I was running the ProjectN test set.

@ahsonkhan
Copy link
Member Author

@dotnet-bot test Windows x64 Debug Build

@ahsonkhan ahsonkhan merged commit bbe425e into dotnet:master Dec 13, 2017
@ahsonkhan ahsonkhan deleted the RemoveROSpanIndexerUse branch December 13, 2017 23:37
ahsonkhan added a commit to ahsonkhan/corefx that referenced this pull request Dec 16, 2017
@karelz karelz added this to the 2.1.0 milestone Dec 28, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…refx#25908)

* Temporarily removing leftover use of ReadOnlySpan indexer.

* Fixing some typos and marking method as unsafe.


Commit migrated from dotnet/corefx@bbe425e
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants