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

ByteBuffer docs: gets are safe #895

Merged
merged 2 commits into from Mar 12, 2019
Merged

ByteBuffer docs: gets are safe #895

merged 2 commits into from Mar 12, 2019

Conversation

weissi
Copy link
Member

@weissi weissi commented Mar 11, 2019

Motivation:

ByteBuffer's get* methods are now safe, docs claimed they were unsafe
though.

Modifications:

Document the gets as safe

Result:

More correct docs.

Motivation:

ByteBuffer's get* methods are now safe, docs claimed they were unsafe
though.

Modifications:

Document the gets as safe

Result:

More correct docs.
@weissi weissi added this to the 2.0.0 milestone Mar 11, 2019
@weissi weissi added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Mar 11, 2019
@weissi weissi merged commit 87ee03c into apple:master Mar 12, 2019
@weissi weissi deleted the jw-get-is-safe branch March 12, 2019 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants