Skip to content
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 "params Span<T>" #57049

Closed
5 tasks
jcouv opened this issue Oct 8, 2021 · 2 comments
Closed
5 tasks

Test plan for "params Span<T>" #57049

jcouv opened this issue Oct 8, 2021 · 2 comments
Assignees
Milestone

Comments

@jcouv
Copy link
Member

jcouv commented Oct 8, 2021

Championed issue: dotnet/csharplang#1757

Compiler

  • Nullability
  • IOp/CFG
  • Add to test plan
  • overload resolution (preference between ROS<T>, Span<T>, etc.)

Language design

  • LDM: The rules for safety need to be reviewed. Current are unsafe if we want to free or re-use the allocated space from caller
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 8, 2021
@jcouv jcouv removed the untriaged Issues and PRs which have not yet been triaged by a lead label Oct 15, 2021
@jcouv jcouv added this to the 17.1 milestone Oct 15, 2021
@cston cston modified the milestones: 17.1, C# 11.0 Feb 17, 2022
@jcouv jcouv self-assigned this May 23, 2022
@jaredpar jaredpar modified the milestones: C# 11.0, 17.4 Jun 24, 2022
@jcouv jcouv modified the milestones: 17.4, Compiler.Next Jul 1, 2022
@Aniobodo
Copy link

Is this coming with .NET 8?
From my point of view, this params of Span is more important than all the published roadmaps of.NET 8.

@jaredpar jaredpar modified the milestones: Compiler.Next, Backlog Sep 12, 2023
@jcouv
Copy link
Member Author

jcouv commented Mar 13, 2024

Closing as subsumed by #71137

@jcouv jcouv closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants