about summary refs log tree commit diff
AgeCommit message (Expand)Author
4 daysguix: Accept additional cwltest arguments.Arun Isaac
4 daysjavascript: Refer to parameter context variables in G-expression.Arun Isaac
4 dayscommand-line-tool: Add self variable for use in parameter context.Arun Isaac
4 daystests: Expect file:///foo/bar, not file:/foo/bar.Arun Isaac
4 daystests: Canonicalize JSON objects to compare them.Arun Isaac
4 dayscommand-line-tool: Import specific symbols from (rnrs conditions).Arun Isaac
4 dayswork/types: Rename <union-type> to <cwl-union-type>.Arun Isaac
4 dayswork/types: Rename <array-type> to <cwl-array-type>.Arun Isaac
4 daysutils: Mark as a non-declarative module.Arun Isaac
4 daysbin: Cover more code with %log-level and %traces parameterization.Arun Isaac
4 dayse2e-tests: Add tests based off of examples in the ccwl manual.Arun Isaac
2025-08-28HACKING: Document how to run the CWL v1.2 conformance test suite.Arun Isaac
2025-08-28guix: Restore generate-badges.Arun Isaac
2025-08-26guix: Set HOME for Guix.Arun Isaac
2025-08-26guix: Add e2e-tests.scm.Arun Isaac
2025-08-24guix: Move end-to-end tests to separate file.Arun Isaac
2025-08-24guix: Work with a test suite interned to the store.Arun Isaac
2025-08-24guix: Move comment about skipped tests close to them.Arun Isaac
2025-08-24guix: Do not pass -S flag when skip-tests is empty list.Arun Isaac
2025-08-24guix: Exclude .guix when building ravanan.Arun Isaac
2025-08-24guix: Add e2e-tests.Arun Isaac
2025-08-24Add end-to-end tests.Arun Isaac
2025-08-24Add manifest for development environment.Arun Isaac
2025-08-24guix: Do not create store when running cwltest suite.Arun Isaac
2025-08-24guix: Generalize CWL conformance test suite G-expression.Arun Isaac
2025-08-24guix: Comment on setting TMPDIR when running cwltest.Arun Isaac
2025-08-22Rename cwl-conformance/cwltest-manifest.scm.Arun Isaac
2025-08-22Add CWL conformance test helper files.Arun Isaac
2025-08-22README: Remove invalid "require" badge from CWL conformance badges.Arun Isaac
2025-08-22guix: Add CWL conformance test suite scripts.Arun Isaac
2025-08-19README: Add CWL conformance badges from CI.Arun Isaac
2025-08-18dir-locals: Indent run-with-state.Arun Isaac
2025-08-18guix: Add cwltest package.Arun Isaac
2025-08-18bin: Replace "multiple" with "more than one".Arun Isaac
2025-08-18work/command-line-tool: Canonicalize path in File values.Arun Isaac
2025-08-18work/command-line-tool: Always reconstruct location from path.Arun Isaac
2025-08-18Add --quiet flag to suppress all logging.Arun Isaac
2025-08-18bin: Allow controlling log level via --log-level.Arun Isaac
2025-08-18Use the new logging functions for all logging.Arun Isaac
2025-08-18work/ui: Implement logging system.Arun Isaac
2025-08-17reader: Handle &unsupported-uri-scheme conditions.Arun Isaac
2025-08-17work/command-line-tool: Raise exception on unsupported URI schemes.Arun Isaac
2025-08-17reader: Capture and report exceptions in read-inputs.Arun Isaac
2025-08-17reader: Capture and report exceptions in read-workflow.Arun Isaac
2025-08-17reader: Add read-yaml-file.Arun Isaac
2025-08-17reader: Use read-json-file in read-inputs.Arun Isaac
2025-08-17reader: Add read-json-file.Arun Isaac
2025-08-17reader: Return monadic value in normalize-formal-input.Arun Isaac
2025-06-29workflow: Copy resource-requirement field on scatter steps.Arun Isaac
2025-06-29utils: Do not canonicalize script file path before loading.Arun Isaac