Skip to content

[4.0] Collected fixes #9050

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 3 commits into from
Apr 27, 2017

Conversation

DougGregor
Copy link
Member

  • GSB fixes for inferred protocols
  • @rjmccall 's weakening of the circularity assertion for ill-formed code

DougGregor and others added 3 commits April 26, 2017 16:27
…otocol-requirement kinds.

It’s too easy to forget to check both ProtocolRequirement and InferredProtocolRequirement, so abstract the check into a method.
(cherry picked from commit 98dbd23)
We don't finalize declarations when there's been an error, which means
we might never assign types to the stored properties/cases of a nominal
type from another file, which means that circularity checking for types
using those types be re-delayed.

Fixes SR-4594.

(cherry picked from commit 91ffc9b)
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor DougGregor merged commit 9f9c08b into swiftlang:swift-4.0-branch Apr 27, 2017
@DougGregor DougGregor deleted the collected-fixes branch April 27, 2017 01:15
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