aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 dayscommand-line-tool: Bubble up manifest file errors to the top level.HEADmainArun Isaac
11 daysbin: Remove default Guix manifest.Arun Isaac
11 dayscommand-line-tool: Support packages in SoftwareRequirement.Arun Isaac
11 dayscommand-line-tool: Allow processing manifest objects without a file.Arun Isaac
11 daysbin: Add --guix-channels command-line argument.Arun Isaac
11 dayscommand-line-tool: Build manifest in Guix inferior with channels.Arun Isaac
11 dayscommand-line-tool: Convert manifest to environment in new function.Arun Isaac
11 daysutils: Generalize load-manifest and move to (ravanan utils).Arun Isaac
11 dayscommand-line-tool: Implement WorkReuse.Arun Isaac
11 dayscommand-line-tool: Fit Guix manifest into SoftwareRequirement.Arun Isaac
11 daysslurm-api: Find state of purged jobs.Arun Isaac
11 daysslurm-api: Deduplicate API error checks.Arun Isaac
11 daysslurm-api: Upgrade to API version 0.0.41.Arun Isaac
11 daysREADME: 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
2024-10-08javascript: Handle node calls without context.Arun Isaac
2024-10-08javascript: Reference inputs, self or runtime symbols; not strings.Arun Isaac
2024-10-08tests: Add tests for javascript G-expressions.Arun Isaac
2024-10-07command-line-tool: Implement GuixManifestRequirement.Arun Isaac
2024-10-07bin: Pass manifest file paths, not manifests to other functions.Arun Isaac
2024-10-07bin: Load manifests without their definitions leaking out.Arun Isaac
2024-10-04javascript: Unify simple parameter reference and node fallback.Arun Isaac
2024-10-04javascript: Remove "alternating" from tokenizing docstring.Arun Isaac
2024-10-04monads: Use write, not display, to print Just values.Arun Isaac
2024-10-04javascript: Implement parameter reference javascript subset language.Arun Isaac
2024-10-04command-line-tool: Move canonicalize-json to (ravanan work utils).Arun Isaac
2024-10-04command-line-tool: Merge local and remote coerce-expression.Arun Isaac
2024-10-02command-line-tool: Embed int value into G-expression.Arun Isaac
2024-10-02command-line-tool: Coerce coresMin expressions.Arun Isaac
2024-10-02command-line-tool: Re-indent coerce-expression.Arun Isaac
2024-10-02command-line-tool: Add local version of coerce-expression.Arun Isaac
2024-10-02reader: Handle coercion of number to number.Arun Isaac
2024-10-02config: Remove generated source file.Arun Isaac
2024-10-02Revert "config: Remove."Arun Isaac
2024-10-02workflow: Add default inputs before scheduling.Arun Isaac
2024-10-02command-line-tool: Make runtime.cores a number.Arun Isaac
2024-10-02command-line-tool: Support coresMin ResourceRequirement.Arun Isaac
2024-10-02reader: Support coercion to number.Arun Isaac
2024-10-02workflow: Move coerce-type to (ravanan reader).Arun Isaac