-
Notifications
You must be signed in to change notification settings - Fork 306
Issues: openwdl/wdl
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
sub()
STDLIB function: formalize the syntax for using capturing groups in the replace
string
K-clarification
#705
opened Feb 17, 2025 by
a-frantz
WDL needs a fail function
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
Z-good-first-issue
(Metadata) An issue that would be good as a first issue to work on.
#703
opened Feb 14, 2025 by
markjschreiber
Fix examples that causes error in wdl_tests
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
Z-no-vote-needed
(Metadata) No vote is needed for this change.
#701
opened Feb 12, 2025 by
vsmalladi
Context-aware retries using previous resource requirements.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
T-requirements-hints
(Topic) Issues related to requirements or hints.
#696
opened Jan 16, 2025 by
claymcleod
request: (State) An issue that needs an individual to write an RFC.
T-stdlib
(Topic) Issues related to the standard library.
exists(File | Directory)
STDLIB function
S02-needs-owner
#692
opened Nov 25, 2024 by
a-frantz
Static type calculation for (State) An issue that needs an individual to write an RFC.
T-stdlib
(Topic) Issues related to the standard library.
read_tsv
isn't possible given the current overloads
S02-needs-owner
#690
opened Nov 15, 2024 by
peterhuene
Clarification: is (Kind) Clarifications regarding the WDL specification.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
T-types
(Topic) Issues related to the WDL type system.
File
to String
type coercion supported?
K-clarification
#685
opened Sep 25, 2024 by
peterhuene
Proposal: allow member access operator to accept a (Kind) A discussion.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
T-types
(Topic) Issues related to the WDL type system.
Struct?
, Object?
, or Pair?
on the LHS
K-discussion
#684
opened Sep 18, 2024 by
peterhuene
basename
and size
should have explicit String
overloads
S02-needs-owner
#683
opened Aug 29, 2024 by
peterhuene
Spec: clarification needed for remainder operator on float operands
K-clarification
(Kind) Clarifications regarding the WDL specification.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
#682
opened Aug 26, 2024 by
peterhuene
Require execution engines to support http(s) URLs in (Kind) A discussion.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
Z-specification-change
(Metadata) An issue or PR related to a specification change.
File
declaration expressions
K-discussion
#679
opened Jul 26, 2024 by
jdidion
Disallow relative path literals in declaration expressions except in output section
K-clarification
(Kind) Clarifications regarding the WDL specification.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
Z-specification-change
(Metadata) An issue or PR related to a specification change.
#676
opened Jul 25, 2024 by
stxue1
Add (State) An issue that needs an individual to write an RFC.
Z-specification-change
(Metadata) An issue or PR related to a specification change.
volumes
requirement
S02-needs-owner
#675
opened Jul 24, 2024 by
jdidion
Undefined behavior when turning coerced optional (Kind) Clarifications regarding the WDL specification.
K-question
(Kind) Questions about the WDL specification.
File?
to null + Clarification about where String to File coercion takes place
K-clarification
#673
opened Jul 2, 2024 by
stxue1
Semantics for (Kind) Clarifications regarding the WDL specification.
S05-in-progress
(State) A task that is in progress.
T-requirements-hints
(Topic) Issues related to requirements or hints.
runtime
disks
mount points are confusing
K-clarification
#672
opened Jul 2, 2024 by
adamnovak
Should (Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
read_json()
work when file contents uses single quotes?
K-bug
#671
opened Jul 2, 2024 by
stxue1
The provided correct example for stripping leading whitespace is a Python heredoc that does not run
K-bug
(Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
Z-specification-change
(Metadata) An issue or PR related to a specification change.
#668
opened Jun 24, 2024 by
adamnovak
Undefined behavior for string to file coercion when file does not exist
K-revision
(Kind) A revision to an existing WDL feature.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
#667
opened Jun 21, 2024 by
stxue1
Mismatched variable names in test_prefix.wdl unit test
K-bug
(Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
#666
opened Jun 18, 2024 by
stxue1
Call statements have a syntax error in if_else.wdl unit test
K-bug
(Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
#665
opened Jun 18, 2024 by
stxue1
Missing input in allow_nested.wdl unit test
K-bug
(Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
#664
opened Jun 18, 2024 by
stxue1
Missing output variable in python_strip_task.wdl unit test
K-bug
(Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
#663
opened Jun 18, 2024 by
stxue1
No output section in map_to_struct.wdl unit test
K-bug
(Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
#662
opened Jun 17, 2024 by
stxue1
Expected output in test_struct.wdl unit test does not exist
K-bug
(Kind) A bug report (for issues) and/or bugfix (for PRs).
S05-in-progress
(State) A task that is in progress.
T-tests
(Topic) Issues related to the conformance tests.
#661
opened Jun 17, 2024 by
stxue1
Support Input Validation for Workflow and Tasks
K-feature
(Kind) A new feature request (for issues) or implementation (for PRs)..
L-enhancement
(Legacy) An enhancement to the WDL language.
S02-needs-owner
(State) An issue that needs an individual to write an RFC.
Z-specification-change
(Metadata) An issue or PR related to a specification change.
#657
opened Jun 6, 2024 by
patmagee
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.