Skip to content

[String] Expunge _StringGutsSlice from ABI #20812

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 1 commit into from
Nov 28, 2018

Conversation

milseman
Copy link
Member

_StringGutsSlice is an implementation helper that's no longer needed
from inlinable code. Internalize it.

_StringGutsSlice is an implementation helper that's no longer needed
from inlinable code. Internalize it.
@milseman
Copy link
Member Author

@swift-ci please test and merge

Func _StringGutsSlice._normalizedHash(into:) has been removed
Func _StringGutsSlice.compare(with:expecting:) has been removed
Func _StringGutsSlice.withFastUTF8(_:) has been removed
Struct _StringGutsSlice is now without @_fixed_layout
Copy link
Contributor

Choose a reason for hiding this comment

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

This is suspicious; it should just say "Struct _StringGutsSlice has been removed".

Copy link
Contributor

Choose a reason for hiding this comment

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

Yep. Could be an API digester bug with handling of @usableFromInline, since the declaration is internal.

@swift-ci swift-ci merged commit d3bd4c5 into swiftlang:master Nov 28, 2018
@milseman milseman deleted the sliced_guts branch November 28, 2018 17:51
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.

4 participants