about summary refs log tree commit diff
AgeCommit message (Expand)Author
15 hoursguix: Work with a test suite interned to the store. HEAD mainArun Isaac
17 hoursguix: Move comment about skipped tests close to them.Arun Isaac
17 hoursguix: Do not pass -S flag when skip-tests is empty list.Arun Isaac
17 hoursguix: Exclude .guix when building ravanan.Arun Isaac
20 hoursguix: Add e2e-tests.Arun Isaac
20 hoursAdd end-to-end tests.Arun Isaac
21 hoursAdd manifest for development environment.Arun Isaac
24 hoursguix: Do not create store when running cwltest suite.Arun Isaac
24 hoursguix: Generalize CWL conformance test suite G-expression.Arun Isaac
25 hoursguix: Comment on setting TMPDIR when running cwltest.Arun Isaac
3 daysRename cwl-conformance/cwltest-manifest.scm.Arun Isaac
3 daysAdd CWL conformance test helper files.Arun Isaac
3 daysREADME: Remove invalid "require" badge from CWL conformance badges.Arun Isaac
3 daysguix: Add CWL conformance test suite scripts.Arun Isaac
5 daysREADME: Add CWL conformance badges from CI.Arun Isaac
7 daysdir-locals: Indent run-with-state.Arun Isaac
7 daysguix: Add cwltest package.Arun Isaac
7 daysbin: Replace "multiple" with "more than one".Arun Isaac
7 dayswork/command-line-tool: Canonicalize path in File values.Arun Isaac
7 dayswork/command-line-tool: Always reconstruct location from path.Arun Isaac
7 daysAdd --quiet flag to suppress all logging.Arun Isaac
7 daysbin: Allow controlling log level via --log-level.Arun Isaac
7 daysUse the new logging functions for all logging.Arun Isaac
7 dayswork/ui: Implement logging system.Arun Isaac
8 daysreader: Handle &unsupported-uri-scheme conditions.Arun Isaac
8 dayswork/command-line-tool: Raise exception on unsupported URI schemes.Arun Isaac
8 daysreader: Capture and report exceptions in read-inputs.Arun Isaac
8 daysreader: Capture and report exceptions in read-workflow.Arun Isaac
8 daysreader: Add read-yaml-file.Arun Isaac
8 daysreader: Use read-json-file in read-inputs.Arun Isaac
8 daysreader: Add read-json-file.Arun Isaac
8 daysreader: 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
2025-06-26workflow: Introduce optional fields in scheduler-proc constructor.Arun Isaac