mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
This commit is contained in:
parent
fdc2686460
commit
b378df6484
4 changed files with 54 additions and 50 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue