about summary refs log tree commit diff
AgeCommit message (Expand)Author
11 daysguix: Move end-to-end tests to separate file.Arun Isaac
11 daysguix: Work with a test suite interned to the store.Arun Isaac
11 daysguix: Move comment about skipped tests close to them.Arun Isaac
11 daysguix: Do not pass -S flag when skip-tests is empty list.Arun Isaac
11 daysguix: Exclude .guix when building ravanan.Arun Isaac
11 daysguix: Add e2e-tests.Arun Isaac
11 daysAdd end-to-end tests.Arun Isaac
12 daysAdd manifest for development environment.Arun Isaac
12 daysguix: Do not create store when running cwltest suite.Arun Isaac
12 daysguix: Generalize CWL conformance test suite G-expression.Arun Isaac
12 daysguix: Comment on setting TMPDIR when running cwltest.Arun Isaac
13 daysRename cwl-conformance/cwltest-manifest.scm.Arun Isaac
14 daysAdd CWL conformance test helper files.Arun Isaac
14 daysREADME: Remove invalid "require" badge from CWL conformance badges.Arun Isaac
14 daysguix: 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
2025-06-29reader: Read manifest files with respect to the workflow file.Arun Isaac
2025-06-29reader: Re-indent normalize-env-var-requirement.Arun Isaac
2025-06-27store: Canonicalize inputs JSON before constructing store paths.Arun Isaac
2025-06-26command-line-tool: Pass down inputs directory to recursive calls.Arun Isaac
2025-06-26command-line-tool: Do not auto-compile manifest files on inferior.Arun Isaac
2025-06-26command-line-tool: Do not canonicalize manifest file paths.Arun Isaac
2025-06-26command-line-tool: Wrap vectors and alists when embedding in G-exps.Arun Isaac
2025-06-26command-line-tool: Present a monadic interface to building scripts.Arun Isaac
2025-06-26command-line-tool: Return all search path S-exps as monadic values.Arun Isaac
2025-06-26command-line-tool: Handle manifest monadically.Arun Isaac
2025-06-26workflow: Re-use single connection to the Guix daemon.Arun Isaac
2025-06-26workflow: Spawn an inferior only once.Arun Isaac
2025-06-26command-line-tool: Clarify disabling WorkReuse message.Arun Isaac
2025-06-26workflow: Build scripts ahead of time.Arun Isaac
2025-06-26workflow: Make scatter arguments optional in workflow->scheduler-proc.Arun Isaac