Skip to content

swift-api-digester: teach the tool to serialize and de-serialize generic requirements. #14813

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
Feb 24, 2018
Merged

swift-api-digester: teach the tool to serialize and de-serialize generic requirements. #14813

merged 1 commit into from
Feb 24, 2018

Conversation

nkcsgexi
Copy link
Contributor

The tool should diagnose the change of extension's applicability since
such change can be source-breaking. We need first to support the
requirements in the module dump. Currently, we decorate each
member defined in extension with a field called extension info. The
field will keep track of the generic requirements that need to be satisfied
for this decorated member to be applicable. This patch doesn't implement the checking
of requirements change.

…ric requirements.

The tool should diagnose the change of extension's applicability since
such change can be source-breaking. We need first to support the
requirements in the module dump. Currently, we decorate each
member defined in extension with a field called extension info. The
field will keep track of the generic requirements that need to be satisfied
for this decorated member to be applicable. This patch doesn't implement the checking
of requirements change.
@nkcsgexi
Copy link
Contributor Author

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit be1a2c3 into swiftlang:master Feb 24, 2018
@nkcsgexi nkcsgexi deleted the digester-extension-reqs branch February 24, 2018 01:22
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