-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Revert "Add params ReadOnlySpan<T> overloads" #101123
Conversation
This reverts commit 64a937c.
Note regarding the
|
Tagging subscribers to this area: @dotnet/area-system-memory |
/ba-g the failure in Build Analysis is a false-positive, the console log shows the test passed but there was some infrastructure error when uploading results to AzDO. |
@jozkee, all the known issues were due to params, right? Could we resubmit this to add all the tests and all the new overloads, just without |
As per dotnet/aspnetcore#55010 (comment), cc @bartonjs. |
From a guidelines perspective, My guess is that we'll decide that this compile break is the right thing for the platform and resubmit; and anyone passing a StringValues as the only argument to Join or Format or what have you will just have to write in a cast to show which thing they meant... but that sounds like something we should decorate for API Review, mark it blocking, and discuss on Tuesday. |
I agree with @bartonjs. However, even if it were an issue, that particular case is still only an issue because of the |
@stephentoub right, I just sent #101308 for that. |
…101308) * Reapply "Add params ReadOnlySpan<T> overloads (dotnet#100898)" (dotnet#101123) This reverts commit 3e569f5. * Comment-out params keyword * Remove /*params*/ from ref
…101308) * Reapply "Add params ReadOnlySpan<T> overloads (dotnet#100898)" (dotnet#101123) This reverts commit 3e569f5. * Comment-out params keyword * Remove /*params*/ from ref
Reverts #100898 in order to unblock dotnet/aspnetcore#55010 and dotnet/sdk#40189.
cc @AlekseyTs @MichalStrehovsky @akoeplinger @eerhardt @jeffhandley