Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle null value in typechecker #35

Closed
jdidion opened this issue Apr 9, 2020 · 1 comment
Closed

Handle null value in typechecker #35

jdidion opened this issue Apr 9, 2020 · 1 comment
Assignees

Comments

@jdidion
Copy link
Contributor

jdidion commented Apr 9, 2020

See discussion w/ Patrick here: openwdl/wdl#361

It is part of the 1.0 spec that null is a valid value in meta sections, but Patrick argues that this should be handled as a special case by tools. So the parser recognizes null as an identifier, but the typechecker should treat null as a valid identifier within the meta sections even if there is no declaration for an input/variable named 'null'.

@orodeh
Copy link
Contributor

orodeh commented Apr 22, 2020

Implemented and on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants