Skip to content

swift-api-digester: teach the tool to directly compare two module interfaces #25248

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 2 commits into from
Jun 12, 2019

Conversation

nkcsgexi
Copy link
Contributor

@nkcsgexi nkcsgexi commented Jun 4, 2019

We used to use a Json format to capture the ABI/API detail of Swift modules to walk-around module compatibility issues across different compiler versions. Since Swift module now is in stable format, we can compare two swiftinterface files directly without dumping the content into Json format.

Still Work in progress.

@nkcsgexi nkcsgexi force-pushed the api-digester-clean branch from 70157ba to b190fdd Compare June 12, 2019 18:01
@nkcsgexi nkcsgexi force-pushed the api-digester-clean branch from b190fdd to 14cac4f Compare June 12, 2019 18:02
@nkcsgexi
Copy link
Contributor Author

@swift-ci please smoke test

@nkcsgexi nkcsgexi changed the title [WIP/swift-api-digester]: teach the tool to directly compare two module interfaces swift-api-digester: teach the tool to directly compare two module interfaces Jun 12, 2019
…erfaces

We used to use a Json format to capture the ABI/API detail of Swift modules to
walk-around module compatibility issues across different compiler versions. Since
Swift module now is in stable format, we can compare two swiftinterface files
directly without dumping the content into Json format.
@nkcsgexi nkcsgexi force-pushed the api-digester-clean branch from 14cac4f to d405fcd Compare June 12, 2019 18:16
@nkcsgexi
Copy link
Contributor Author

@swift-ci please smoke test

@nkcsgexi
Copy link
Contributor Author

@swift-ci Please smoke test OS X platform

@nkcsgexi nkcsgexi merged commit 512ddff into swiftlang:master Jun 12, 2019
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.

1 participant