-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Test plan for "First-class Span Types" #73445
Comments
dotnet-issue-labeler
bot
added
the
untriaged
Issues and PRs which have not yet been triaged by a lead
label
May 13, 2024
jjonescz
removed
the
untriaged
Issues and PRs which have not yet been triaged by a lead
label
May 13, 2024
This was referenced May 17, 2024
This was referenced May 29, 2024
This was referenced Jun 14, 2024
This was referenced Jul 11, 2024
This was referenced Jul 29, 2024
This was referenced Aug 13, 2024
This was referenced Sep 12, 2024
This was referenced Oct 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal issue: dotnet/csharplang#7905
Speclet: https://github.com/dotnet/csharplang/blob/main/proposals/first-class-span-types.md
Label: New Feature - First-class Span Types
Feature branch: https://github.com/dotnet/roslyn/tree/features/FirstClassSpan
T[]
toSpan<U>
T[]
toReadOnlySpan<U>
Span<T>
toReadOnlySpan<U>
ReadOnlySpan<T>
toReadOnlySpan<U>
string
toReadOnlySpan<U>
T
toU
is:T
toU
is:FirstClassSpanTests.*_Opposite*
)FirstClassSpanTests.*_ThroughUserImplicit
)ReadOnlySpan<T>
toReadOnlySpan<U>
params {ReadOnly}Span<T>
(seeFirstClassSpanTests.*_Params*
)ref
,ref readonly
,in
modifiersFirstClassSpanTests.*_MethodGroup*
)FirstClassSpanTests.*_RefSafety
)FirstClassSpanTests.*_Coalesce
)FirstClassSpanTests.*_ExpressionTree*
)Span<T>
andReadOnlySpan<T>
recognized by fully-qualified nameref struct
FirstClassSpanTests.OverloadResolution_*
)Span<T>
andReadOnlySpan<U>
ReadOnlySpan<T>
andReadOnlySpan<U>
{ReadOnly}Span<T>
andU[]
{ReadOnly}Span<T>
andIEnumerable<U>
FirstClassSpanTests.OverloadResolution_*_ExtensionMethodReceiver*
)params
(seeFirstClassSpanTests.OverloadResolution_*_Params*
)FirstClassSpanTests.TypeInference_*
)T[]
arg to{ReadOnly}Span<U>
Span<T>
arg toReadOnlySpan<U>
T[]
arg to{ReadOnly}Span<U>
Span<T>
arg toReadOnlySpan<U>
Conversion.IsSpan { get; }
Conversion.IsSpan
#74738The text was updated successfully, but these errors were encountered: