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
I think that it should be clarified in the specification that:
File? myfile = "does_not_exist" should return null instead of crashing workflow
read_tsv(emptyFile) should return Array[Array[String]] as it is what most libs and tools generate when they are provided an empty array/dictionary for tsv generation.
If this is not clarified in some implementations those functions may work fine, while in others lead to workflow_errors.
The text was updated successfully, but these errors were encountered:
I agree that all of the read_* should have the clarification added that reading from an existing but empty file returns an empty value rather than None.
I think that it should be clarified in the specification that:
If this is not clarified in some implementations those functions may work fine, while in others lead to workflow_errors.
The text was updated successfully, but these errors were encountered: