Skip to content
Snippets Groups Projects
  1. Nov 19, 2013
  2. Nov 18, 2013
  3. Nov 14, 2013
  4. Nov 12, 2013
  5. Oct 28, 2013
  6. Oct 24, 2013
  7. Oct 23, 2013
  8. Oct 22, 2013
  9. Oct 18, 2013
  10. Oct 17, 2013
    • Eelco Dolstra's avatar
      Fold two stack trace messages in derivations · 792fd51f
      Eelco Dolstra authored
      Combined with the previous changes, stack traces involving derivations
      are now much less verbose, since something like
      
        while evaluating the builtin function `getAttr':
        while evaluating the builtin function `derivationStrict':
        while instantiating the derivation named `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3':
        while evaluating the derivation attribute `propagatedNativeBuildInputs' at `/home/eelco/Dev/nixpkgs/pkgs/stdenv/generic/default.nix:78:17':
        while evaluating the attribute `outPath' at `/nix/store/212ngf4ph63mp6p1np2bapkfikpakfv7-nix-1.6/share/nix/corepkgs/derivation.nix:18:9':
        ...
      
      now reads
      
        while evaluating the attribute `propagatedNativeBuildInputs' of the derivation `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3':
        ...
      792fd51f
Loading