aboutsummaryrefslogtreecommitdiff
path: root/nix/AUTHORS
blob: fc2279d6287ad507cea9e45c43f2b0fa9cfc4c77 (about) (plain)
1
2
Most of the code is this directory was written by several people for
the Nix project (http://nixos.org/nix).  Thanks!
an>Ludovic Courtès 2022-05-26cuirass: Fork inferior processes before creating threads....Works around <https://issues.guix.gnu.org/55441#12>. Start from commit bd86bbd300474204878e927f6cd3f0defa1662a5, 'open-inferior' uses 'primitive-fork' instead of 'open-pipe*'. As a result, child process could potentially hang before calling 'execl' due to undefined behavior when forking a multi-threaded process. * build-aux/cuirass/evaluate.scm <top level>: Call 'open-inferior' before 'n-par-for-each'. Ludovic Courtès 2022-05-20cuirass: Close each inferior upon completion....* build-aux/cuirass/evaluate.scm <top level>: Add 'close-inferior' call. Ludovic Courtès