about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)Author
2026-07-01ccwl: Resolve cwl-workflow paths relative to source file path.Arun Isaac
2026-07-01utils: Add resolve-file-syntax.Arun Isaac
2026-06-26lang: Raise &ccwl-violation when loading non-existent source files.Arun Isaac
2026-06-26tests: Spin off test-condition to new test utilities module.Arun Isaac
2026-06-26tests: Reference external CWL workflow by relative path.Arun Isaac
2026-06-24ccwl: Error out if #:binding is specified on stdout type output.Arun Isaac
2026-06-24tests: Test for error on invalid #:separate flags.Arun Isaac
2026-06-24utils: Drop support for #:allow-other-keys.Arun Isaac
2026-06-24tests: Compare syntax by converting to datum.Arun Isaac
2026-01-27ccwl: Allow literals as arguments to workflows, not just commands.Arun Isaac
2025-12-31utils: Require arity for mapn. v0.5.0Arun Isaac
2025-12-19ccwl: Add #:separate? argument to prefixed arguments.Arun Isaac
2025-12-19ccwl: Add separator field to <input> constuctor.Arun Isaac
2025-12-19tests: Prefer test-equal to test-assert.Arun Isaac
2025-11-27cwl: Serialize #f default values.Arun Isaac
2025-11-27Use guile-run64 for tests.Arun Isaac
2024-03-12ccwl: Count argument positions on flattened run arguments.Arun Isaac
2024-03-12tests: Fix command definition in test.Arun Isaac
2023-12-01ccwl: Deduplicate global workflow input keys across tee branches.Arun Isaac
2023-12-01tests: Put expected expression before actual expression.Arun Isaac
2023-11-23tests: Bump copyright year.Arun Isaac
2023-11-23ccwl: Implement item separators for array inputs.Arun Isaac
2023-11-21ccwl: Report unknown keys passed to rename.Arun Isaac
2023-11-21tests: Report non-keyword arguments to rename.Arun Isaac
2023-11-21tests: Abstract out testing for conditions.Arun Isaac
2023-11-17utils: Define pairify behaviour on odd number of elements.Arun Isaac
2023-11-17ui: Colorize format specifiers not format arguments.Arun Isaac
2023-11-17yaml: Serialize atomic dictionary values on the same line.Arun Isaac
2023-11-16yaml: Display arrays with a single atomic element on the same line.Arun Isaac
2023-11-16ccwl: Support nested arrays.Arun Isaac
2023-11-06ui: Do not attempt to display the line preceding the 0th.Arun Isaac
2023-11-06tests: Add tests for ui.scm.Arun Isaac
2023-11-06ccwl: Error out if #:other parameters are not serializable to YAML.Arun Isaac
2023-10-17ccwl: Add "Invalid parameter" to #:stderr and #:stdout error messages.Arun Isaac
2023-10-17ccwl: Support staging input files.Arun Isaac
2023-10-16ccwl: Error out on prefixes that are not strings.Arun Isaac
2023-10-16ccwl: Flatten prefixed string arguments in command definitions.Arun Isaac
2023-10-16ccwl: Raise &ccwl-violation on invalid command #:run arguments.Arun Isaac
2023-10-16ccwl: Check if inputs in command definitions are defined.Arun Isaac
2023-10-16tests: Allow literal ints as arguments.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-13tests: Raise a &ccwl-violation on unknown keys.Arun Isaac
2023-10-09ccwl: Allow literals as arguments.Arun Isaac
2023-10-09tests: Catch expressions that don't raise exceptions.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: Allow steps with unspecified default arguments.Arun Isaac
2023-09-20tests: Test that rename works even on a final workflow output.Arun Isaac