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

Remove the nested stackalloc proposal #43986

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Dec 16, 2024

The official standard language for this feature was merged in the December ECMA committee meeting. It's time to drop the proposal speclet.


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/operators/stackalloc.md stackalloc expression (C# reference)
docs/csharp/specification/toc.yml docs/csharp/specification/toc

The official standard language for this feature was merged in the December ECMA committee meeting. It's time to drop the proposal speclet.
@BillWagner BillWagner requested a review from a team as a code owner December 16, 2024 22:21
@dotnetrepoman dotnetrepoman bot added this to the December 2024 milestone Dec 16, 2024
@BillWagner BillWagner requested a review from adegeo December 16, 2024 22:21
@BillWagner
Copy link
Member Author

@adegeo

Can you review? These warnings are a false positive because the removed file is in a dependent repo.

@@ -112,6 +112,10 @@
"source_path_from_root": "/redirections/proposals/csharp-8.0/nullable-reference-types.md",
"redirect_url": "/dotnet/csharp/language-reference/language-specification/types.md#893-nullable-reference-types"
},
{
"source_path_from_root": "/_csharplang/proposals/csharp-8.0/nested-stackalloc.md",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"source_path_from_root": "/_csharplang/proposals/csharp-8.0/nested-stackalloc.md",
"source_path_from_root": "/redirections/proposals/csharp-8.0/nested-stackalloc.md",

@BillWagner BillWagner merged commit ab89a0e into dotnet:main Dec 17, 2024
7 of 8 checks passed
@BillWagner BillWagner deleted the unpublish-merged-speclets branch December 17, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants