Actions
Bug #16297
closedDirent entry Expression not handled correctly according to CWL spec
Story points:
-
Description
- class: InitialWorkDirRequirement
listing:
- entryname: 'script.sh'
entry: |
${
return 'abc';
}
According to the spec the script.sh should contain abc instead it contains "abc" (i.e. JSON-encoding of the return string value instead of the string itself).
Updated by Stanislaw Adaszewski almost 6 years ago
- class: InitialWorkDirRequirement
listing:
- entryname: 'script.sh'
entry: |
${
return 'abc';
}
Updated by Peter Amstutz almost 6 years ago
- Target version set to 2020-05-20 Sprint
Updated by Peter Amstutz almost 6 years ago
- Target version changed from 2020-05-20 Sprint to 2020-06-03 Sprint
Updated by Peter Amstutz almost 6 years ago
- Target version changed from 2020-06-03 Sprint to 2020-06-17 Sprint
Updated by Peter Amstutz almost 6 years ago
- Target version changed from 2020-06-17 Sprint to 2020-07-01 Sprint
Updated by Peter Amstutz over 5 years ago
- Target version changed from 2020-07-01 Sprint to 2020-07-15
Updated by Peter Amstutz over 5 years ago
Being fixed in upstream https://github.com/common-workflow-language/cwltool/pull/1309
Will be fixed when Arvados updates cwltool dependency.
Updated by Peter Amstutz over 5 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 5 years ago
- Blocked by Idea #16353: 1.2 spec work added
Updated by Peter Amstutz over 5 years ago
- Target version changed from 2020-07-15 to 2020-08-12 Sprint
Updated by Peter Amstutz over 5 years ago
- Status changed from In Progress to Resolved
Actions