Skip to content

[TF] Remove TensorFlow derived conformances tests. #25238

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
Jun 4, 2019

Conversation

rxwei
Copy link
Contributor

@rxwei rxwei commented Jun 4, 2019

TensorArrayProtocol and TensorGroup have been moved to tensorflow/swift-apis, and their derived conformances tests have been copied there as well. tensorflow/swift-apis#165 changed the protocol requirements which made TensorGroup conformances no longer entirely derivable, but the derived conformances tests in this repo have not been updated, and it's blocking us from updating the checkout hash for tensorflow/swift-apis.

This PR removes TensorGroup derived conformance tests from apple/swift. We expect future changes to TensorGroup derived conformances to thoroughly test against tensorflow/swift-apis.

Unblocks #25235.

`TensorArrayProtocol` and `TensorGroup` have been [moved](tensorflow/swift-apis#139) to [tensorflow/swift-apis](https://github.com/tensorflow/swift-apis), and their derived conformances tests have been [copied](tensorflow/swift-apis#158) there as well. [tensorflow/swift-apis#165](tensorflow/swift-apis#165) changed the protocol requirements which made `TensorGroup` conformances no longer entirely derivable, but the derived conformances tests in this repo have not been updated, and it's blocking us from updating the checkout hash for tensorflow/swift-apis.

This PR removes `TensorGroup` derived conformance tests from apple/swift. We expect future changes to `TensorGroup` derived conformances to thoroughly test against tensorflow/swift-apis.
@rxwei rxwei added the tensorflow This is for "tensorflow" branch PRs. label Jun 4, 2019
@rxwei rxwei requested review from dan-zheng and bgogul June 4, 2019 06:32
@rxwei
Copy link
Contributor Author

rxwei commented Jun 4, 2019

@swift-ci please test tensorflow

Copy link
Contributor

@dan-zheng dan-zheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the detailed rationale!

@rxwei rxwei merged commit ada915a into swiftlang:tensorflow Jun 4, 2019
@rxwei rxwei deleted the remove-tensorgroup-tests branch June 4, 2019 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tensorflow This is for "tensorflow" branch PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants