Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-15 | * Basic work on allowing derive expressions to build multiple paths. | Eelco Dolstra | 1 | -17/+20 | |
This is not entirely trivial since this introduces the possibility of mutual recursion. * Made normal forms self-contained. * Use unique ids, not content hashes, for content referencing. | |||||
2003-07-10 | * Get `nix-push' working again. It now uses Nix/Fix to create Nix | Eelco Dolstra | 1 | -0/+2 | |
archives (using the package in corepkgs/nar). * queryPathByHash -> expandHash, and it takes an argument specifying the target path (which may be empty). * Install the core Fix packages in $prefix/share/fix. TODO: bootstrap Nix and install Nix as a Fix package. | |||||
2003-07-09 | * Outline of the new scheme for derivate distribution. | Eelco Dolstra | 1 | -0/+15 | |
2003-07-08 | * Get rid of the `netsources' database. | Eelco Dolstra | 1 | -15/+4 | |
* Rename the `refs' database to `hash2paths'. | |||||
2003-07-04 | * Cleanup. | Eelco Dolstra | 1 | -1/+7 | |
2003-07-04 | * Caching of expression successors. | Eelco Dolstra | 1 | -9/+7 | |
2003-06-27 | * Realisation of File(...) expressions. | Eelco Dolstra | 1 | -13/+8 | |
2003-06-17 | * Derefencing of hashed expressions. | Eelco Dolstra | 1 | -3/+7 | |
2003-06-16 | * Started implementing the new evaluation model. | Eelco Dolstra | 1 | -0/+60 | |
* Lots of refactorings. * Unit tests. |