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
Sidenote: while writing this, I've noticed find_if doesn't seem tested?
Embarrassingly, it's true, we don't have specific tests for find_if and find_if_not (although they're used in the implementation of filter and various other places, so we know they work...)
The lack of tests should be fixed.
The text was updated successfully, but these errors were encountered:
From #193 by @Guekka:
Embarrassingly, it's true, we don't have specific tests for
find_if
andfind_if_not
(although they're used in the implementation offilter
and various other places, so we know they work...)The lack of tests should be fixed.
The text was updated successfully, but these errors were encountered: