lix/src
Eelco Dolstra a588b6b19d Print only one error message if a build fails
E.g. instead of

  error: --- BuildError ----------------------------------------------- nix
  builder for '/nix/store/03nk0a3n8h2948k4lqfgnnmym7knkcma-foo.drv' failed with exit code 1
  error: --- Error ---------------------------------------------------- nix
  build of '/nix/store/03nk0a3n8h2948k4lqfgnnmym7knkcma-foo.drv' failed

we now get

  error: --- Error ---------------------------------------------------- nix
  builder for '/nix/store/03nk0a3n8h2948k4lqfgnnmym7knkcma-foo.drv' failed with exit code 1
2020-06-15 19:35:31 +02:00
..
build-remote Remove trailing whitespace 2020-06-15 14:12:39 +02:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Give better error message about <...> in pure eval mode 2020-06-15 16:12:27 +02:00
libfetchers Use std::string_view in a few more places 2020-06-12 21:32:30 +00:00
libmain Include only the base name of the program in error messages 2020-06-15 19:35:31 +02:00
libstore Print only one error message if a build fails 2020-06-15 19:35:31 +02:00
libutil Respect terminal width printing error messages 2020-06-15 19:35:31 +02:00
nix Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-build Get rid of explicit ErrorInfo constructors 2020-06-15 14:06:58 +02:00
nix-channel Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
nix-collect-garbage Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-copy-closure Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-daemon Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-env Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-instantiate remove 'format' from Error constructor calls 2020-04-21 17:07:07 -06:00
nix-prefetch-url Merge remote-tracking branch 'upstream/master' into errors-phase-2 2020-06-11 14:06:35 -06:00
nix-store Remove trailing whitespace 2020-06-15 14:12:39 +02:00
resolve-system-dependencies Remove trailing whitespace 2020-06-15 14:12:39 +02:00