index
:
ccwl
keyring
main
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2023-09-20
tests: Test that rename works even on a final workflow output.
Arun Isaac
2022-01-16
ccwl: Raise exceptions on command syntax errors.
Arun Isaac
2022-01-16
ccwl: Raise exceptions on output syntax errors.
Arun Isaac
2022-01-16
ccwl: Raise exceptions on input syntax errors.
Arun Isaac
2022-01-16
ccwl: Delete plist->alist.
Arun Isaac
2022-01-16
ccwl: Document default default value of syntax-lambda**.
Arun Isaac
2022-01-16
ccwl: Clarify default default value of lambda**.
Arun Isaac
2022-01-16
tests: Move plist-ref ahead of test-begin.
Arun Isaac
2022-01-16
ccwl: Raise lambda** and syntax-lambda** errors as exceptions.
Arun Isaac
2022-01-16
tests: Use @@ instead of module-ref and resolve-module.
Arun Isaac
2021-12-13
ccwl: Support graphviz node ports.
Arun Isaac
2021-12-13
ccwl: Escape only the double quote character in graphviz output.
Arun Isaac
2021-12-13
ccwl: Support graphviz HTML strings.
Arun Isaac
2021-11-02
tests: Add input-output-parameters.cwl.
Arun Isaac
2021-11-02
ccwl: Support external CWL workflows.
Arun Isaac
2021-10-12
tests: Fix quoting of type.
Arun Isaac
2021-10-11
ccwl: Factorize out CWL generation code to separate file.
Arun Isaac
2021-10-04
ccwl: Support #:allow-other-keys in lambda** and syntax-lambda**.
Arun Isaac
2021-10-04
ccwl: Error out on invalid keywords to lambda**.
Arun Isaac
2021-10-04
tests: Remove stray syntax-lambda** form.
Arun Isaac
2021-07-27
ccwl: Make syntax-lambda** more like lambda**.
Arun Isaac
2021-07-20
ccwl: Set default value of lambda** n-ary arguments to '().
Arun Isaac
2021-07-20
ccwl: Document syntax-lambda** support for default arguments.
Arun Isaac
2021-07-20
ccwl: Support default values for arguments in lambda**.
Arun Isaac
2021-07-20
tests: Add tests for ccwl/utils.scm.
Arun Isaac
2021-07-19
tests: Fix order of arguments to test-equal.
Arun Isaac
2021-07-19
tests: Fix indentation.
Arun Isaac
2021-07-02
tests: Ensure stdin input has no inputBinding.
Arun Isaac
2021-07-02
tests: Remove unnecessary import.
Arun Isaac
2021-04-26
Escape asterisk characters in scm->yaml.
Arun Isaac
2021-04-26
Test if scm->yaml escapes hyphen characters.
Arun Isaac
2021-04-26
Remove deprecated break-pair tests.
Arun Isaac
2021-04-17
Add copyright section to test files.
Arun Isaac
2021-02-27
Add break-pair utility.
Arun Isaac
2021-02-27
Display dictionary entries with empty values on the same line.
Arun Isaac