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

recognize interpolation nested in true= false= #671

Open
mlin opened this issue Jan 20, 2024 · 1 comment
Open

recognize interpolation nested in true= false= #671

mlin opened this issue Jan 20, 2024 · 1 comment
Labels
interop Bears on spec compatibility
Projects

Comments

@mlin
Copy link
Collaborator

mlin commented Jan 20, 2024

e.g.

~{true='hello ~{name}' false='goodbye ~{name}' condition}

The WDL spec says the RHS of true= and false= "MUST be string literals", not 100% clear whether that includes interpolations.

@mlin mlin added the interop Bears on spec compatibility label Jan 20, 2024
@mlin mlin added this to Backlog in miniwdl via automation Jan 20, 2024
@mlin mlin moved this from Backlog to Next in miniwdl Feb 5, 2024
@mlin
Copy link
Collaborator Author

mlin commented Feb 19, 2024

Challenge: breaking API change to Expr.Placeholder which stores the sep/default/true/false options as Dict[str, str]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interop Bears on spec compatibility
Projects
miniwdl
  
Next
Development

No branches or pull requests

1 participant