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
#212 resulted in a very straightforward migration where all assert places got changed to verify/test without any detailed consideration. This unblocks further D2 build deployment but in the long term we would need something finer tuned.
We should revisit all modules either one by one or by package and check what can be changed back to assert and what should really be an enforce with proper exception type. Eventually -release should be able to remove all non-essential checks.
The text was updated successfully, but these errors were encountered:
#212 resulted in a very straightforward migration where all
assert
places got changed toverify
/test
without any detailed consideration. This unblocks further D2 build deployment but in the long term we would need something finer tuned.We should revisit all modules either one by one or by package and check what can be changed back to
assert
and what should really be anenforce
with proper exception type. Eventually-release
should be able to remove all non-essential checks.The text was updated successfully, but these errors were encountered: