Skip to content

Conversation

CodaFi
Copy link
Contributor

@CodaFi CodaFi commented Jun 7, 2017

Tuple patterns nested in optional patterns were getting accidentally expanded a space equivalent to .some((_, _, _, ...)) instead of .some(_, _, _, ...) like they should have. Instead, rewrite the inner tuple space correctly.

Resolves SR-5101.

@CodaFi
Copy link
Contributor Author

CodaFi commented Jun 7, 2017

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit 8fbee40 into swiftlang:master Jun 7, 2017
@CodaFi CodaFi deleted the sugar-booger branch June 7, 2017 05: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.

2 participants