aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-28README: Add Contributing section.Arun Isaac
2025-02-24command-line-tool: Pass package versions separately to inferior.Arun Isaac
2025-02-24command-line-tool: Handle SoftwarePackage in helper function.Arun Isaac
2025-02-24guix: Inherit ravanan package from Guix upstream.Arun Isaac
2025-02-01Revert "bin: Remove unused (ravanan command-line-tool) import."Arun Isaac
2025-01-28README: Mention use of caching for developing workflows.Arun Isaac
2025-01-28images: Crop image of Ravanan.Arun Isaac
2025-01-28releases: Add v0.1.0 release tarball.Arun Isaac
2025-01-28bin: Add newline after usage message.v0.1.0Arun Isaac
2025-01-28Makefile: Add release tarball generation rules.Arun Isaac
2025-01-28Makefile: Treat config.scm distinctly from sources.Arun Isaac
2025-01-27README: Add table of contents.Arun Isaac
2025-01-27README: Add image of Ravanan.Arun Isaac
2025-01-27README: Fix grammar.Arun Isaac
2025-01-27README: Restructure introduction.Arun Isaac
2025-01-27README: Add "Building from source" section.Arun Isaac
2025-01-27README: Fill out "How to use" section.Arun Isaac
2025-01-27bin: Create store directory when it does not exist.Arun Isaac
2025-01-27store: Move store interning code to (ravanan store).Arun Isaac
2025-01-27bin: Remove unused (ravanan command-line-tool) import.Arun Isaac
2025-01-27store: Move store path related code to new module.Arun Isaac
2025-01-26slurm-api: Handle all slurm job state codes.Arun Isaac
2025-01-25workflow: Hard link instead of copying when interning into the store.Arun Isaac
2025-01-25slurm-api: Handle failed state when polling job state.Arun Isaac
2025-01-24slurm-api: Translate slurm job states correctly.Arun Isaac
2025-01-24slurm-api: Error out when all options have been exhausted.Arun Isaac
2025-01-24slurm-api: Support tracing.Arun Isaac
2025-01-24verbosity: Implement subsystem tracing.Arun Isaac
2025-01-24command-line-tool: Support float and double types.Arun Isaac
2025-01-24command-line-tool: Import (ravanan work types) into the job script.Arun Isaac
2025-01-23command-line-tool: Handle G-exp args when joining with item separator.Arun Isaac
2025-01-23workflow: Handle exceptions in run-workflow.Arun Isaac
2025-01-23slurm-api: Bind return value of slurm-http-get in the state monad.Arun Isaac
2025-01-22reader: Normalize File array type formals too.Arun Isaac
2025-01-22reader: Promote normalize functions to top level.Arun Isaac
2025-01-22workflow: Return correct updated state when polling list states.Arun Isaac
2025-01-21command-line-tool: Write output JSON atomically to the store.Arun Isaac
2025-01-21work/utils: Add call-with-atomic-output-file.Arun Isaac
2025-01-21utils: Delete unused call-with-temporary-file.Arun Isaac
2025-01-21propnet: Make interface state-monadic.Arun Isaac
2025-01-21workflow: Use lists to represent state of scatter steps.Arun Isaac
2025-01-21propnet: Introduce <state+status> objects for polling.Arun Isaac
2025-01-21job-state: Do not allow updating of low-level job-state objects.Arun Isaac
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