Skip to content

Data associated type fixes 3.0 #661

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 2 commits into from
Sep 29, 2016

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.

4 participants