aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-11command-line-tool: Return maybe monad from maybe-bind.Arun Isaac
2024-09-11command-line-tool: Use vector-map->list.Arun Isaac
2024-09-11ui: Add docstrings.Arun Isaac
2024-09-11workflow: Ensure required inputs are specified.Arun Isaac
2024-09-11workflow: Move optional input predicate to separate function.Arun Isaac
2024-09-11ui: Rename error to user-error.Arun Isaac
2024-09-11ui: Move warning and error reporting functions to separate module.Arun Isaac
2024-09-10job-state: Move job-state records into separate module.Arun Isaac
2024-09-10slurm-api: Set name of job.Arun Isaac
2024-09-10propnet: Trigger propagators with no inputs.Arun Isaac
2024-09-10workflow: Support ScatterFeatureRequirement.Arun Isaac
2024-09-10dir-locals: Do not indent call-with-temporary-directory specially.Arun Isaac
2024-09-10dir-locals: Set fill-column to 80 only in scheme-mode.Arun Isaac
2024-09-10tests: Add tests.Arun Isaac
2024-09-10gitignore: Add log files.Arun Isaac
2024-09-10Makefile: Add check target.Arun Isaac
2024-09-10bin: Import (guix profiles) to load manifest files.Arun Isaac
2024-09-06command-line-tool: Implement scatter steps.Arun Isaac
2024-09-06workflow: Extract scatter and scatterMethod.Arun Isaac
2024-09-06vectors: Re-export vector-every.Arun Isaac
2024-09-06command-line-tool: Refactor scheduler into separate named functions.Arun Isaac
2024-09-06command-line-tool: Make job state records opaque.Arun Isaac
2024-09-06command-line-tool: Introduce <scheduler-proc> record type.Arun Isaac
2024-09-06propnet: Support optional inputs.Arun Isaac
2024-09-05work: Handle matching null objects to array types.Arun Isaac
2024-09-05work: Match null type using pattern matching.Arun Isaac
2024-09-05workflow: Do not error out on optional outputs.Arun Isaac
2024-09-05vectors: Add vector-filter-map->list.Arun Isaac
2024-09-05workflow: Refactor workflow output capture into separate function.Arun Isaac
2024-09-05command-line-tool: Remove mutual recursion in collect-bindings.Arun Isaac
2024-09-05command-line-tool: Require glob only for File and Directory types.Arun Isaac
2024-09-05command-line-tool: Refactor glob extraction into separate function.Arun Isaac
2024-09-05workflow: Check requirements and hints.Arun Isaac
2024-09-05command-line-tool: Emit newline after warning.Arun Isaac
2024-09-05command-line-tool: Report ID of input whose type is not specified.Arun Isaac
2024-09-05command-line-tool: Disambiguate error from raise-error.Arun Isaac
2024-09-05workflow: Support merging vectors element-wise.Arun Isaac
2024-09-05command-line-tool: Match type to "stdout" using equal?.Arun Isaac
2024-09-03command-line-tool: Import guile-gcrypt as an extension.Arun Isaac
2024-09-03command-line-tool: Pass workflow-output-directory to path->value.Arun Isaac
2024-08-24propnet: Enqueue propagators to an inbox before scheduling them.Arun Isaac
2024-08-24workflow: Retrieve outputs differently based on workflow class.Arun Isaac
2024-08-24command-line-tool: Report progress verbosely.Arun Isaac
2024-08-22bin: Add --help flag.Arun Isaac
2024-08-22bin: Remove unused invoke function.Arun Isaac
2024-08-22reader: Read files in other directories correctly.Arun Isaac
2024-08-22Make repository a Guix channel.Arun Isaac
2024-08-22Add gitignore.Arun Isaac
2024-08-22Uncommit binary files.Arun Isaac
2024-08-20Initial commitArun Isaac