aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
31 hoursstore: Canonicalize inputs JSON before constructing store paths.HEADmainArun Isaac
2 dayscommand-line-tool: Pass down inputs directory to recursive calls.Arun Isaac
2 dayscommand-line-tool: Do not auto-compile manifest files on inferior.Arun Isaac
2 dayscommand-line-tool: Do not canonicalize manifest file paths.Arun Isaac
2 dayscommand-line-tool: Wrap vectors and alists when embedding in G-exps.Arun Isaac
2 dayscommand-line-tool: Present a monadic interface to building scripts.Arun Isaac
2 dayscommand-line-tool: Return all search path S-exps as monadic values.Arun Isaac
2 dayscommand-line-tool: Handle manifest monadically.Arun Isaac
2 daysworkflow: Re-use single connection to the Guix daemon.Arun Isaac
2 daysworkflow: Spawn an inferior only once.Arun Isaac
2 dayscommand-line-tool: Clarify disabling WorkReuse message.Arun Isaac
2 daysworkflow: Build scripts ahead of time.Arun Isaac
2 daysworkflow: Make scatter arguments optional in workflow->scheduler-proc.Arun Isaac
2 daysworkflow: Introduce optional fields in scheduler-proc constructor.Arun Isaac
2 daysworkflow: Build out propagator network eagerly.Arun Isaac
2 daysworkflow: Eliminate command-line-tool->propagator.Arun Isaac
2 dayscommand-line-tool: Build script without inputs.Arun Isaac
2 dayscommand-line-tool: Define environment only once.Arun Isaac
2 daysstore: Encode store paths using base32 instead of base16.Arun Isaac
2 dayswork/command-line-tool: Add sha1-hash-bytes.Arun Isaac
2 daysworkflow: Bind class variable with reduced scope.Arun Isaac
2 daysbin: Use user-error instead of errors to report user errors.Arun Isaac
2 dayspropnet: Add record printers.Arun Isaac
2 dayspropnet: Export predicates.Arun Isaac
11 daysbin: Print usage when arguments are not matched.Arun Isaac
2025-05-29command-line-tool: Re-indent.Arun Isaac
2025-05-16command-line-tool: Make inputs subdirectory only if it does not exist.Arun Isaac
2025-05-16command-line-tool: Copy input files into their own subdirectories.Arun Isaac
2025-05-06bin: Import (ravanan work vectors) for vector-map.Arun Isaac
2025-04-23store: Intern files into a directory of their own.Arun Isaac
2025-04-23command-line-tool: Strip store hash when copying out of the store.Arun Isaac
2025-04-23store: Update basename, nameroot and nameext when interning files.Arun Isaac
2025-04-23workflow: Use secondary-path.Arun Isaac
2025-04-23command-line-tool: Move secondary-path to work module.Arun Isaac
2025-04-22command-line-tool: Pass secondary-file to secondary-path.Arun Isaac
2025-04-22command-line-tool: Stage secondary files too.Arun Isaac
2025-04-22reader: Use canonicalize-file-value.Arun Isaac
2025-04-22work/command-line-tool: Comment on trusting the checksum.Arun Isaac
2025-04-22work/command-line-tool: Canonicalize secondary files too.Arun Isaac
2025-04-22work/command-line-tool: Handle absent path and location correctly.Arun Isaac
2025-04-22reader: Move location->path to work module.Arun Isaac
2025-04-22command-line-tool: Move canonicalize-file-value to work module.Arun Isaac
2025-04-17command-line-tool: Abstract out handling of SecondaryFile pattern.Arun Isaac
2025-04-17command-line-tool: Abstract out file staging into its own function.Arun Isaac
2025-04-14store: Intern secondary files.Arun Isaac
2025-04-14dir-locals: Indent call-with-atomic-output-file correctly.Arun Isaac
2025-03-18tests: Fix typo in test.Arun Isaac
2025-03-18tests: Tolerate only path or location in File type inputs.Arun Isaac
2025-03-18reader: Canonicalize File inputs completely in reader.Arun Isaac
2025-03-18reader: Spin off input normalization into separate function.Arun Isaac