-
Notifications
You must be signed in to change notification settings - Fork 137
[Tests] Port tensor control flow AD tests #413
Conversation
Was it tested locally? |
@rxwei Yup. It surely worked on the previous nightly toolchain: I'm not sure why |
It should be a compiler bug that’s introduced recently. The fix is swiftlang/swift#26448 and we need to wait for that to get in. |
The nightly toolchain used for CI is not up to date because of toolchain build failures. The team is looking into this. |
@dan-zheng Would you like me to port over the new tests in |
The goal is to move all
|
@jon-tow It looks like tests on this are failing because it's based off an older commit of swift-apis. If you merge master into this, we can probably rerun tests and merge this. Could you try that when you get a chance? |
Hey @marcrasi. I merged master into the branch here but I'm getting compiler errors on conditionals that compare |
It looks like the comparisons with scalars were deprecated and then removed (#516). The suggestion in the deprecation warning is to use |
It sure does! Thanks for pointing that out. Invoking |
Oh no, a very recent new commit on master made a backwards-incompatible change so CI is still failing. I think if you merge from master again we should be able to get CI passing. |
Sure thing! Not a problem. Let me know if you need me to address anything. |
#408