aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-21workflow: Return state of scheduled jobs as a state-monadic value.Arun Isaac
2025-01-20single-machine: Make interface state-monadic.Arun Isaac
2025-01-20slurm: Make interface state-monadic.Arun Isaac
2025-01-20propnet: Schedule all propagators from inbox in a single step.Arun Isaac
2025-01-20single-machine: Move single machine batch system to separate module.Arun Isaac
2025-01-20monads: Rename bindings to other-bindings in mlet*.Arun Isaac
2025-01-20monads: Re-indent mlet*.Arun Isaac
2025-01-20monads: Add mappend-map.Arun Isaac
2025-01-20monads: Add mmap.Arun Isaac
2025-01-19monads: Add sequence.Arun Isaac
2025-01-19monads: Implement the state monad.Arun Isaac
2025-01-19monads: Add mbegin.Arun Isaac
2025-01-19monads: Do not export maybe-monad.Arun Isaac
2025-01-19command-line-tool: Re-indent run-command-line-tool.Arun Isaac
2025-01-07guix: Use %default-gnu-imported-modules.Arun Isaac
2025-01-07guix: Add NODE makeflag.Arun Isaac
2025-01-07guix: Depend on guile-json-4.Arun Isaac
2024-12-06dir-locals: Indent call-with-inferior correctly.Arun Isaac
2024-12-05bin: Do not specify the default output port unnecessarily.Arun Isaac
2024-12-05bin: Add --output-directory argument.Arun Isaac
2024-12-04bin: Indicate that the --store argument was not specified.Arun Isaac
2024-12-04bin: Indicate that the --scratch argument was not specified.Arun Isaac
2024-12-04bin: Indicate that the --slurm-jwt argument was not specified.Arun Isaac
2024-12-04bin: Add --version flag.Arun Isaac
2024-11-06command-line-tool: Bubble up manifest file errors to the top level.Arun Isaac
2024-11-06bin: Remove default Guix manifest.Arun Isaac
2024-11-06command-line-tool: Support packages in SoftwareRequirement.Arun Isaac
2024-11-06command-line-tool: Allow processing manifest objects without a file.Arun Isaac
2024-11-06bin: Add --guix-channels command-line argument.Arun Isaac
2024-11-06command-line-tool: Build manifest in Guix inferior with channels.Arun Isaac
2024-11-06command-line-tool: Convert manifest to environment in new function.Arun Isaac
2024-11-06utils: Generalize load-manifest and move to (ravanan utils).Arun Isaac
2024-11-06command-line-tool: Implement WorkReuse.Arun Isaac
2024-11-06command-line-tool: Fit Guix manifest into SoftwareRequirement.Arun Isaac
2024-11-06slurm-api: Find state of purged jobs.Arun Isaac
2024-11-06slurm-api: Deduplicate API error checks.Arun Isaac
2024-11-06slurm-api: Upgrade to API version 0.0.41.Arun Isaac
2024-11-06README: Add ravanan pronunciation.Arun Isaac
2024-10-11workflow: Report file interning.Arun Isaac
2024-10-11workflow: Do not re-intern files that have already been interned.Arun Isaac
2024-10-11command-line-tool: Compute hash of stdout file.Arun Isaac
2024-10-11command-line-tool: Recompute checksum only if it is not provided.Arun Isaac
2024-10-10workflow: Recompute checksum only if it is not provided.Arun Isaac
2024-10-10slurm-api: Allow requesting for a nice adjustment.Arun Isaac
2024-10-09slurm-api: Allow requesting for a specific partition.Arun Isaac
2024-10-09batch-system: Introduce <slurm-api-batch-system> record type.Arun Isaac
2024-10-08command-line-tool: Import (guix gexp) into manifest files.Arun Isaac
2024-10-08README: Add CI badge.Arun Isaac
2024-10-08command-line-tool: Do not auto-compile manifest files.Arun Isaac
2024-10-08javascript: Do not serialize JSON if not interpolating string.Arun Isaac