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
The inner block, where thunk() is called, should catch <condition>, as the comment suggests. Consider using assert-signals on compiler warning conditions, which are not <serious-condition>s. If the compiler signals a disjoint condition class we won't catch and record it correctly.
The inner
block
, wherethunk()
is called, should catch<condition>
, as the comment suggests. Consider usingassert-signals
on compiler warning conditions, which are not<serious-condition>
s. If the compiler signals a disjoint condition class we won't catch and record it correctly.Potentially overlaps with #183
The text was updated successfully, but these errors were encountered: