about summary refs log tree commit diff
path: root/tests/lang/eval-okay-dynamic-attrs-2.exp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-12-31 Fold dynamic binds handling into addAttrShea Levy1-0/+1
Since addAttr has to iterate through the AttrPath we pass it, it makes more sense to just iterate through the AttrNames in addAttr instead. As an added bonus, this allows attrsets where two dynamic attribute paths have the same static leading part (see added test case for an example that failed previously). Signed-off-by: Shea Levy <shea@shealevy.com>