aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-13command-line-tool: Do not embed stdout-filename outside main body.Arun Isaac
2024-09-13command-line-tool: Create vectors of secondary files for recursion.Arun Isaac
2024-09-13job-state: Pass on slurm API endpoint and jwt recursively.Arun Isaac
2024-09-13config: Remove.Arun Isaac
2024-09-13command-line-tool: Support secondary files.Arun Isaac
2024-09-13vectors: Add vector-filter-map.Arun Isaac
2024-09-13work/command-line-tool: Comment on match-type clauses.Arun Isaac
2024-09-13work/command-line-tool: Comment on formal-parameter-type clauses.Arun Isaac
2024-09-13vectors: Rename module to (ravanan work vectors).Arun Isaac
2024-09-13monads: Rename module to (ravanan work monads).Arun Isaac
2024-09-13utils: Move assoc-ref* to (ravanan work utils).Arun Isaac
2024-09-13command-line-tool: Do not re-intern already interned files.Arun Isaac
2024-09-13command-line-tool: Improve grammar in docstring.Arun Isaac
2024-09-13command-line-tool: Coerce expressions in glob patterns.Arun Isaac
2024-09-13command-line-tool: Import (ravanan work ui) into G-expression.Arun Isaac
2024-09-13ui: Rename module to (ravanan work ui).Arun Isaac
2024-09-13reader: Normalize secondaryFiles in formals.Arun Isaac
2024-09-12vectors: Add vector-append-map.Arun Isaac
2024-09-12reader: Refactor type normalization into separate function.Arun Isaac
2024-09-12command-line-tool: Import guile-filesystem as an extension.Arun Isaac
2024-09-12command-line-tool: Support File type staging entries.Arun Isaac
2024-09-12command-line-tool: Support interpolation with parameter references.Arun Isaac
2024-09-11command-line-tool: Import (rnrs io ports) into G-exp for put-string.Arun Isaac
2024-09-11command-line-tool: Write, not read from, literal staged file.Arun Isaac
2024-09-11command-line-tool: Use coerce-expression with staging files.Arun Isaac
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