mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 15:02:42 +01:00
findAlongAttrPath(): Return position
This commit is contained in:
parent
84a3a5c3cd
commit
0b013a54dc
9 changed files with 17 additions and 14 deletions
|
|
@ -9,7 +9,7 @@ namespace nix {
|
|||
|
||||
MakeError(AttrPathNotFound, Error);
|
||||
|
||||
Value * findAlongAttrPath(EvalState & state, const string & attrPath,
|
||||
std::pair<Value *, Pos> findAlongAttrPath(EvalState & state, const string & attrPath,
|
||||
Bindings & autoArgs, Value & vIn);
|
||||
|
||||
/* Heuristic to find the filename and lineno or a nix value. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue