Skip to content

[stdlib] add missing computed properties #82277

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

Merged
merged 3 commits into from
Jun 17, 2025

Conversation

glessard
Copy link
Contributor

SE-0467 adds an unsafe mutableSpan property to UnsafeMutableBufferPointer, and a similar mutableBytes property to UnsafeMutableRawBufferPointer. They were missing in the original implementation; here they are.

Addresses rdar://153219174
(requires #82268)

@glessard glessard requested review from a team, hborla, slavapestov and xedin as code owners June 16, 2025 22:00
@glessard
Copy link
Contributor Author

@swift-ci please smoke test

1 similar comment
@glessard
Copy link
Contributor Author

@swift-ci please smoke test

@glessard glessard force-pushed the rdar153219174-UMBP-mutableSpan branch from 3df95a7 to 62b58a8 Compare June 17, 2025 05:28
@glessard
Copy link
Contributor Author

@swift-ci please smoke test

@glessard
Copy link
Contributor Author

@swift-ci please smoke test macOS platform

@glessard glessard requested review from atrick and meg-gupta June 17, 2025 16:40
@glessard glessard enabled auto-merge June 17, 2025 16:54
Copy link
Contributor

@meg-gupta meg-gupta left a comment

Choose a reason for hiding this comment

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

lgtm

@glessard glessard merged commit e29b425 into swiftlang:main Jun 17, 2025
3 checks passed
@glessard glessard deleted the rdar153219174-UMBP-mutableSpan branch June 17, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants