-
Notifications
You must be signed in to change notification settings - Fork 63
[wdl-1.2] add task/workflow hints to grammar #784
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 6092f8f Author: Mike Lin <[email protected]> Date: Fri Jun 6 21:01:04 2025 -1000 fixup commit 4e611d0 Merge: f7b2142 f1170cc Author: Mike Lin <[email protected]> Date: Fri Jun 6 20:59:35 2025 -1000 Merge remote-tracking branch 'origin/mlin-wdl2-runtime' into mlin-wdl2-runtime commit f7b2142 Merge: ef28382 1d79dc2 Author: Mike Lin <[email protected]> Date: Fri Jun 6 20:45:59 2025 -1000 Merge branch 'main' into mlin-wdl2-runtime commit f1170cc Merge: c61e5c2 ef28382 Author: Mike Lin <[email protected]> Date: Thu Jun 5 22:31:27 2025 -1000 Merge remote-tracking branch 'origin/mlin-wdl2-runtime' into mlin-wdl2-runtime commit c61e5c2 Merge: 8669111 ac6df14 Author: Mike Lin <[email protected]> Date: Thu Jun 5 22:30:50 2025 -1000 Merge branch 'main' into mlin-wdl2-runtime commit ef28382 Merge: 8669111 7f3068f Author: Mike Lin <[email protected]> Date: Mon May 19 19:21:59 2025 -1000 Merge branch 'main' into mlin-wdl2-runtime commit 8669111 Merge: 56968d0 5962240 Author: Mike Lin <[email protected]> Date: Sat May 17 04:46:06 2025 +0000 Merge main into mlin-wdl2-runtime: resolve merge conflicts in grammar and parser commit 56968d0 Merge: 67c8688 9b10917 Author: Mike Lin <[email protected]> Date: Wed Jan 13 11:40:58 2021 -1000 Merge branch 'main' into mlin-wdl2-runtime commit 67c8688 Merge: 74c0748 63b0f48 Author: Mike Lin <[email protected]> Date: Wed Jan 13 10:27:50 2021 -1000 Merge branch 'main' into mlin-wdl2-runtime commit 74c0748 Author: Mike Lin <[email protected]> Date: Mon Nov 9 22:01:07 2020 -1000 polish commit c4584ba Author: Mike Lin <[email protected]> Date: Sun Nov 8 19:30:03 2020 -1000 fix commit 3dfe986 Author: Mike Lin <[email protected]> Date: Sun Nov 8 15:59:43 2020 -1000 fix commit 0cc5365 Author: Mike Lin <[email protected]> Date: Sun Nov 8 11:59:01 2020 -1000 alias runtime.container to runtime.docker and accept array values commit 60d57f5 Author: Mike Lin <[email protected]> Date: Sun Nov 8 11:41:40 2020 -1000 CLI runtime overrides commit a675670 Author: Mike Lin <[email protected]> Date: Sat Nov 7 00:31:47 2020 -1000 override task runtime values from input JSON commit 94bfedf Author: Mike Lin <[email protected]> Date: Thu Nov 5 22:20:36 2020 -1000 add task hints to grammar
Pull Request Test Coverage Report for Build 18835878600Details
💛 - Coveralls |
Collaborator
Author
|
TODO: indeed support Expr as hint_value |
Collaborator
Author
|
moved over to #819 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just adding the productions for now, so they're parsed but immediately discarded- the AST representation is TBD.
Not totally clear whether task hints may have WDL expressions, not just literal values.