mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Add future FIXME
This commit is contained in:
parent
57db3be9e4
commit
bcf5c31950
1 changed files with 1 additions and 0 deletions
|
@ -2461,6 +2461,7 @@ bool EvalState::eqValues(Value & v1, Value & v2, const PosIdx pos, std::string_v
|
||||||
|
|
||||||
case nPath:
|
case nPath:
|
||||||
return
|
return
|
||||||
|
// FIXME: compare accessors by their fingerprint.
|
||||||
v1._path.accessor == v2._path.accessor
|
v1._path.accessor == v2._path.accessor
|
||||||
&& strcmp(v1._path.path, v2._path.path) == 0;
|
&& strcmp(v1._path.path, v2._path.path) == 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue