datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

`EnsureIterableOf` with generator compatibility and length check #305

Closed mih closed 1 year ago

mih commented 1 year ago

This is a precondition for addressing https://github.com/datalad/datalad-gooey/issues/284

New versions of -core's EnsureListOf and EnsureTupleOf are also included. They used to be independent implementations as near-copies. The new implementation merely parameterizes EnsureIterableOf.

Ping https://github.com/datalad/datalad/issues/7054