Skip to content

Remove a wrong assert in the specializer and enable old Collection index functions in stdlib #13456

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
Dec 15, 2017

Conversation

eeckstein
Copy link
Contributor

In case of partial specialization, the replacement type of a substitution can be generic.
I couldn't find a small unit test for this bug fix. But it is tested by compiling the stdlib with the change in Collection.swift.

This change also enables the temporarily disabled deprecated Collection index functions, which are needed for source compatibility.

rdar://problem/36033852

In case of partial specialization, the replacement type of a substitution can be generic.
I couldn't find a small unit test for this bug fix. But it is tested by compiling the stdlib with the change in Collection.swift.

rdar://problem/36033852
@eeckstein
Copy link
Contributor Author

@swift-ci test

@eeckstein eeckstein merged commit d884601 into swiftlang:swift-4.1-branch Dec 15, 2017
@eeckstein eeckstein deleted the fix-specializer branch December 15, 2017 23:36
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.

1 participant