-
Notifications
You must be signed in to change notification settings - Fork 138
Revert non-active try-apply differentiation workarounds #1069
Conversation
Since TF-433 was fixed, we can remove all the workarkounds for (non-active) try-apply. For example, calls to `Array.map(_:)`.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Tests fail because the toolchains used for running CI haven't been updated in a while due to build failures. Once the build failures are fixed and toolchains are updated, CI should pass. |
Test pass now that the toolchains used for running CI have been updated. This PR depends on Swift compiler changes after the Swift for TensorFlow 0.11 release, so let's wait until the next release to merge this PR so that |
Verifying that tests pass one more time. |
Since TF-433 was fixed, we can remove all the workarkounds for (non-active) try-apply.
For example, calls to
Array.map(_:)
.