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

Clean up some [InlineArray] use #99766

Merged
merged 4 commits into from
Mar 15, 2024
Merged

Conversation

stephentoub
Copy link
Member

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Mar 14, 2024
@jkotas
Copy link
Member

jkotas commented Mar 14, 2024

@MihuBot

@@ -891,12 +891,6 @@ public Span<T> AsSpan(int length)
Debug.Assert((uint)length <= MaxStackAllocArgCount);
return new Span<T>(ref _arg0, length);
}
Copy link
Member

Choose a reason for hiding this comment

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

Can this AsSpan method be deleted as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

Seems like it:
SharpLab
I'll do so and we can kick off the bot again.

@stephentoub stephentoub merged commit f36aa7e into dotnet:main Mar 15, 2024
178 checks passed
@stephentoub stephentoub deleted the cleanupinlinearray branch March 15, 2024 13:16
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants