aboutsummaryrefslogtreecommitdiff
path: root/ccwl
AgeCommit message (Expand)Author
2023-10-16ccwl: Check if inputs in command definitions are defined.Arun Isaac
2023-10-15ccwl: Make #:stderr and #:stdout first class parameters.Arun Isaac
2023-10-14ccwl: Detect multiple expressions in workflow body.Arun Isaac
2023-10-14ccwl: Raise &ccwl-violation when workflow syntax is not recognized.Arun Isaac
2023-10-13ccwl: Convert syntax to datum before checking if it is a symbol.Arun Isaac
2023-10-09ccwl: Deprecate auto-connection of single input commands.Arun Isaac
2023-10-09ccwl: Allow literals as arguments.Arun Isaac
2023-10-09ccwl: Error out if steps with expression commands have no identifier.Arun Isaac
2023-10-09ccwl: In macro expansion, use eval instead of module introspection.Arun Isaac
2023-09-29ccwl: Comment on allowing default parameter values.Arun Isaac
2023-09-29ccwl: Allow steps with unspecified default arguments.Arun Isaac
2023-09-28graphviz: Add generic workflow or command serialization function.Arun Isaac
2023-09-28graphviz: Add command to dot serialization function.Arun Isaac
2023-09-28cwl: Add generic workflow or command serialization function.Arun Isaac
2023-09-28cwl: Add command to CWL serialization function.Arun Isaac
2023-09-28ui: Split out reporting of &formatted-message conditions.Arun Isaac
2023-09-20ccwl: Add TODO to support commands in lexical scope.Arun Isaac
2023-09-19ccwl: Use key name for output.Arun Isaac
2023-09-19ccwl: Add set-output-id setter.Arun Isaac
2022-01-16ccwl: Raise parameter errors in workflow steps as exceptions.Arun Isaac
2022-01-16ccwl: Raise undefined ccwl command error as exception.Arun Isaac
2022-01-16ccwl: Raise exceptions on command syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on output syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on input syntax errors.Arun Isaac
2022-01-16ccwl: Delete plist->alist.Arun Isaac
2022-01-16ccwl: Document default default value of syntax-lambda**.Arun Isaac
2022-01-16ccwl: Clarify default default value of lambda**.Arun Isaac
2022-01-16ccwl: Do not expand to syntax values.Arun Isaac
2022-01-16ccwl: Remove out field from <step> type.Arun Isaac
2022-01-16scripts: Report ccwl syntax violations.Arun Isaac
2022-01-16ccwl: Add &formatted-message condition.Arun Isaac
2022-01-16ccwl: Raise lambda** and syntax-lambda** errors as exceptions.Arun Isaac
2022-01-16ccwl: Add conditions.Arun Isaac
2022-01-16ccwl: Indent lambda** docstring examples correctly.Arun Isaac
2021-12-17Create specialized type for graphviz edge.Arun Isaac
2021-12-17Abstract out serialization of graphviz properties.Arun Isaac
2021-12-13ccwl: Support graphviz node ports.Arun Isaac
2021-12-13ccwl: Organize serialize into a generic function.Arun Isaac
2021-12-13ccwl: Escape only the double quote character in graphviz output.Arun Isaac
2021-12-13ccwl: Support graphviz HTML strings.Arun Isaac
2021-11-02ccwl: Support external CWL workflows.Arun Isaac
2021-11-02ccwl: Rename graphviz to dot.Arun Isaac
2021-10-18ccwl: Fix indentation and paragraph filling.Arun Isaac
2021-10-18ccwl: Implement rename to rename keys between steps.Arun Isaac
2021-10-18ccwl: Improve comment describing handling of single input commands.Arun Isaac
2021-10-18ccwl: Add setter for name field of <key> type.Arun Isaac
2021-10-18ccwl: Separate ccwl key from CWL input/output id.Arun Isaac
2021-10-12ccwl: Implement compiling to graphviz.Arun Isaac
2021-10-11ccwl: Remove unused invoke-command function.Arun Isaac
2021-10-11ccwl: Factorize out CWL generation code to separate file.Arun Isaac