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
We are currently over-testing invoke inside discriminated union (by testing the same full set of functions inside sum, and also a part of it in choice). There are probably other parts that we over-test, while at the same time we do not have tests for several template functions. We also do not follow consistent test coverage for different functors.
The text was updated successfully, but these errors were encountered:
We are currently over-testing
invoke
inside discriminated union (by testing the same full set of functions insidesum
, and also a part of it inchoice
). There are probably other parts that we over-test, while at the same time we do not have tests for several template functions. We also do not follow consistent test coverage for different functors.The text was updated successfully, but these errors were encountered: