You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a DelegateCall error not abort the runtime (#360)
Summary:
Pull Request resolved: #360
Right now if a DelegateCall returns an Error it causes the whole runtime to crash.
This causes stuff in python unit tests to crash all of the tests at once without an
exception.
Change it to return the Error code instead of using `ET_CHECK`
Differential Revision: D49321324
fbshipit-source-id: cac73016366417f708d940d8fc46e069a19640e1
0 commit comments