Skip to content

[Sema] NFC: Ensure that Decls have one-way validation state #15427

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

Conversation

davezarzycki
Copy link
Contributor

I also tried to move the early attribute validation bit into this enum, but as it turns out, decls aren't consistent about when they do early attribute checking relative to calling setIsBeingValidated(). Some do early attribute checking before validation, others do it after, and some do it during. I tried to make early attribute checking be consistently early, but that broke a few tests.

I also tried to move the early attribute validation bit into this enum,
but as it turns out, decls aren't consistent about when they do early
attribute checking relative to calling setIsBeingValidated(). Some do early
attribute checking before validation, others do it after, and some do it
during. I tried to make early attribute checking be consistently early,
but that broke a few tests.
@davezarzycki
Copy link
Contributor Author

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit d76fe05 into swiftlang:master Mar 22, 2018
@davezarzycki davezarzycki deleted the ensure_oneway_decl_validation branch March 22, 2018 17:21
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