1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 04:30:59 +01:00
This commit is contained in:
Wouter den Breejen 2007-07-09 21:30:11 +00:00
parent fdc2686460
commit b378df6484
4 changed files with 54 additions and 50 deletions

View file

@ -134,6 +134,7 @@ PathSet scanForReferences(const string & path, const PathSet & paths)
throw Error(format("bad reference `%1%'") % *i);
string s = string(baseName, 0, pos);
assert(s.size() == refLength);
//printMsg(lvlError, format("BACKMAP[%1%] = '%2%'") % s % *i);
assert(backMap.find(s) == backMap.end());
// parseHash(htSHA256, s);
ids.insert(s);