Open
Description
Hi, looks like it is impossible to iterate on empty lists, that are considered scalars. This can be worked around, but complicates code. In Python for x in []:
is OK, but if rather than having []
I have a YAML([])
then that does not work.
Metadata
Assignees
Labels
No labels