Skip to content

Conversation

@dabrahams
Copy link

Cherry picked for rdar://problem/28330713 Foundation.Data sets SubSequence to an incorrect type

RangeReplaceableCollection.SubSequence should be a
RangeReplaceableCollection.  Data implements RangeReplaceableCollection,
but sets SubSequence to MutableRandomAccessSlice that is not a
RangeReplaceableCollection.

This commit changes Foundation.Data.SubSequence to
MutableRangeReplaceableRandomAccessSlice.

Fixes rdar://problem/28330713.
@parkera
Copy link
Contributor

parkera commented Sep 29, 2016

@swift-ci please test and merge

@swift-ci swift-ci merged commit 6d9638e into swift-3.0-branch Sep 29, 2016
@parkera parkera deleted the data-associated-type-fixes-3.0 branch October 12, 2016 17:24
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.

5 participants