mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Output line number on infinite recursion
This commit is contained in:
parent
76cc8e97a2
commit
75837651f1
4 changed files with 17 additions and 13 deletions
|
@ -136,7 +136,7 @@ public:
|
|||
of the evaluation of the thunk. If `v' is a delayed function
|
||||
application, call the function and overwrite `v' with the
|
||||
result. Otherwise, this is a no-op. */
|
||||
inline void forceValue(Value & v);
|
||||
inline void forceValue(Value & v, const Pos & pos = noPos);
|
||||
|
||||
/* Force a value, then recursively force list elements and
|
||||
attributes. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue