hydra/src/hydra-eval-jobs
John Ericson 3df8feb3a2 Add TODO about setting null instead of empty string in JSON
An empty string is a sneaky way to avoid hard failures --- things that
expect strings still get strings, but it does conversely open the door
up to soft failures (spooky-action-at-a-distance ones because the string
did not have the expected invariants).

"Fail fast" with null will ultimately make the system more robust, but
force us to fix more things up front, and I don't want to change this
without also fixing those things up front, especially as this commit is
for now just part of the the preparatory PR for which this is dead code.
2023-12-05 11:31:06 -05:00
..
hydra-eval-jobs.cc Add TODO about setting null instead of empty string in JSON 2023-12-05 11:31:06 -05:00
Makefile.am flake: Update Nix to 2.9.1 2022-06-16 14:54:57 +02:00