aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01job-state: Re-indent.Arun Isaac
2024-10-01command-line-tool: Copy path, not location.Arun Isaac
2024-10-01vectors: Add vector-member.Arun Isaac
2024-10-01workflow: Use bound variables instead of calling getters again.Arun Isaac
2024-10-01command-line-tool: Move scheduler to (ravanan workflow).Arun Isaac
2024-10-01propnet: Allow propagators to update their state.Arun Isaac
2024-10-01propnet: Present a polling interface to callers.Arun Isaac
2024-09-23command-line-tool: Update path to staged input files.Arun Isaac
2024-09-23command-line-tool: Defer access of input values to runtime.Arun Isaac
2024-09-23command-line-tool: Separate file copying from canonization.Arun Isaac
2024-09-23utils: Move json-ref to (ravanan work utils).Arun Isaac
2024-09-20command-line-tool: Add missing argument to canonicalize-file-value.Arun Isaac
2024-09-19work/utils: Add alist=?.Arun Isaac
2024-09-19propnet: Describe state machine implementation.Arun Isaac
2024-09-16bin: Explain why we support the SLURM_JWT=token format.Arun Isaac
2024-09-13bin: Support SLURM_JWT=token format in JWT files.Arun Isaac
2024-09-13bin: Refactor JWT reading into separate function.Arun Isaac
2024-09-13utils: Add string-trim-prefix.Arun Isaac
2024-09-13command-line-tool: Add nameroot and nameext fields.Arun Isaac
2024-09-13command-line-tool: Remove unused collect-input-files function.Arun Isaac
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