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 methods on Iterable currently treat a throwing call to test as ignored.
The way it's written, you can catch the error and continue iterating, skipping past the error.
The behavior isn't documented. We should decide what we want to happen, document and implement it.