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 linked commit fixes the specific issues mentioned in @sherlock9's comment. As further issues come up, they will be fixed similarly. The issue is caused by commands that need to evaluate an entire iterable to work not properly handling generators. This will be fully fixed by a large-scale rewrite that is in progress, that uses monadic types internally to handling the various overloads of commands and apply them correctly to the various possible types that might be present.
The text was updated successfully, but these errors were encountered: