This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Temporarily removing use of ReadOnlySpan indexer. #25881
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If there are no concerns, I would like to merge this, so we can get a new build available for .NET Native to consume. |
jkotas
approved these changes
Dec 13, 2017
@dotnet-bot test Linux x64 Release Build |
Some System.Net.Security.Tests timed out for Ubuntu.1404.Amd64.Open
|
This was referenced Dec 13, 2017
ahsonkhan
added a commit
to ahsonkhan/corefx
that referenced
this pull request
Dec 16, 2017
…)" This reverts commit f8057cc.
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…efx#25881)" This reverts commit dotnet/corefx@f8057cc. Commit migrated from dotnet/corefx@4110bfa
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #25326
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