Open
Description
The spec of LoadListingEnum
used in LoadListingRequirement
says:
Specify the desired behavior for loading the
listing
field of a Directory object for use by expressions.
On the other hand, the spec of Directory
says that:
If
listing
is not provided, the implementation must have some way of fetching the Directory listing at runtime based on thelocation
field.
I am not sure I can say it a "conflict" but at least CWL v1.0, that has the same description of listing
, implicitly requires the platforms loading the Directory listing recursively.
It would be nice if the section of Directory
mentions loadListing
and LoadListingRequirement
.