Skip to content

Remove final from vars in error related protocol extensions #917

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

Conversation

KingOfBrian
Copy link

@KingOfBrian KingOfBrian commented Mar 10, 2017

This PR removes final from a few vars in the __BridgedNSError protocol. SR-1762 / swiftlang/swift#8010 will generate a warning or error when final is present in a protocol extension. This PR will remove the warning, and will not modify dispatch behavior in any way.

@parkera
Copy link
Contributor

parkera commented Mar 11, 2017

LGTM, test/merge when you are ready to coordinate with the Swift change.

@KingOfBrian
Copy link
Author

These changes are compatible with Swift 3.x so it doesn't need any coordination. Can you test and merge? The magic words don't work for me!

@alblue
Copy link
Contributor

alblue commented Mar 13, 2017

@swift-ci please test

@slavapestov slavapestov merged commit 168df62 into swiftlang:master Mar 30, 2017
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