about summary refs log tree commit diff
AgeCommit message (Expand)Author
4 daysreader: Normalize all formals, not just File type formals.Arun Isaac
5 daysworkflow: Add defaults to inputs even with Workflow class workflows.Arun Isaac
5 daysworkflow: Do not require user to provide inputs with a default.Arun Isaac
5 daysguix: Do not require listing E2E test files.Arun Isaac
7 daysHACKING: Add release instructions.Arun Isaac
7 daysimage: Remove trailing dot in license file.Arun Isaac
7 daysguix: Promote images license to web page.Arun Isaac
7 daysguix: Add releases directory to website.Arun Isaac
7 daysAdd v0.2.0 release tarballs.Arun Isaac
7 daysguix: Add Download section to website.Arun Isaac
7 daysMakefile: Bump version to 0.2.0. v0.2.0Arun Isaac
7 daysREADME: Add end-to-end tests CI badge.Arun Isaac
7 daysREADME: Detail alt text for CI badge.Arun Isaac
7 dayse2e-tests: Pass --no-same-owner flag to tar.Arun Isaac
8 dayswebsite: Add CSS.Arun Isaac
8 daysguix: Push version detection into G-expression.Arun Isaac
8 daysguix: Import (guix packages).Arun Isaac
8 daysguix: Fix double ungexp.Arun Isaac
8 dayse2e-tests: Use YAML, instead of JSON, job files.Arun Isaac
8 daysHACKING: Mention that E2E tests must be run outside guix shell.Arun Isaac
8 daysreader: Resolve YAML inputs file type ambiguities.Arun Isaac
8 daysreader: Use CWL types in type coercion.Arun Isaac
8 daysHACKING: Use -m, not -Df, to build manifest.Arun Isaac
8 daysDemote store hit (cache hit) messages to debug level.Arun Isaac
8 daysbin: Set info as default log level.Arun Isaac
8 daysguix: Use guile-run64 from Guix upstream.Arun Isaac
8 daysguix: Build run64 without guile-chibi-match.Arun Isaac
8 daysguix: Add G-expressions to build website.Arun Isaac
2025-11-17guix: Add G-expressions to build release tarball.Arun Isaac
2025-11-17Makefile: Remove conditional variable assignment.Arun Isaac
2025-11-17workflow: Add TODO reminder about static validation.Arun Isaac
2025-11-17workflow: Mention state-monadic return in capture-output docstring.Arun Isaac
2025-11-17tests: Update propnet tests to latest API.Arun Isaac
2025-11-16guix: Use run64 from upstream repository.Arun Isaac
2025-11-16Use run64 for tests.Arun Isaac
2025-11-16guix: Exclude end-to-end tests from ravanan package.Arun Isaac
2025-11-16workflow: Check availability and type of all inputs.Arun Isaac
2025-11-16HACKING: Document running specific tests.Arun Isaac
2025-11-16guix: Accept additional cwltest arguments.Arun Isaac
2025-11-16javascript: Refer to parameter context variables in G-expression.Arun Isaac
2025-11-16command-line-tool: Add self variable for use in parameter context.Arun Isaac
2025-11-16tests: Expect file:///foo/bar, not file:/foo/bar.Arun Isaac
2025-11-16tests: Canonicalize JSON objects to compare them.Arun Isaac
2025-11-16command-line-tool: Import specific symbols from (rnrs conditions).Arun Isaac
2025-11-16work/types: Rename <union-type> to <cwl-union-type>.Arun Isaac
2025-11-16work/types: Rename <array-type> to <cwl-array-type>.Arun Isaac
2025-11-16utils: Mark as a non-declarative module.Arun Isaac
2025-11-16bin: Cover more code with %log-level and %traces parameterization.Arun Isaac
2025-11-16e2e-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