This website requires JavaScript.
Explore
Help
Sign In
cafkafk
/
lix
Watch
1
Star
0
Fork
You've already forked lix
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
0a8888d1c7
lix
/
tests
/
functional
/
lang
/
eval-fail-dupAttr-deep.nix
2 lines
30 B
Nix
Raw
Normal View
History
Unescape
Escape
diagnose duplicated attrs at correct path diagnose attr duplication at the path the duplication was detected, not at the path the current attribute wanted to place. doing the latter is only correct if a leaf attribute was duplicated, not if an attrpath was set to a non-attrset in one binding and a (potentially implied) attrset in another binding. fixes #124 Change-Id: Ic4aa9cc12a9874d4e7897c6f64408f10aa36fc82
2024-03-16 21:29:52 +01:00
{
a
.
b
.
c
=
1
;
a
.
b
.
c
.
a
.
a
=
1
;
}
Reference in a new issue
Copy permalink