Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 1c94524458fda335739b163a76aedeb7bcc5f43a
      
https://github.com/NixOS/nix/commit/1c94524458fda335739b163a76aedeb7bcc5f43a
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M src/libstore/build.cc

  Log Message:
  -----------
  Fix an uninitialised variable

The variable ‘useChroot’ was not initialised properly.  This caused
random failures if using the build hook.  Seen on Mac OS X 10.7 with Clang.
Thanks to KolibriFX for finding this :-)


  Commit: 8afd28a922c8d3a0113abad2b8071465c2d77fe9
      
https://github.com/NixOS/nix/commit/8afd28a922c8d3a0113abad2b8071465c2d77fe9
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M src/libstore/local-store.cc

  Log Message:
  -----------
  Remove dependency on sqlite3_table_column_metadata

Not all SQLite builds have the function sqlite3_table_column_metadata.
We were only using it in a schema upgrade check for compatibility with
databases that were probably never seen in the wild.  So remove it.


Compare: https://github.com/NixOS/nix/compare/6fe13e6...8afd28a
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to