1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Use 'errorCtx' name everywhere

This commit is contained in:
Guillaume Maudoux 2022-03-04 22:55:14 +01:00
parent 57684d6247
commit cbbbf36881
2 changed files with 6 additions and 6 deletions

View file

@ -217,8 +217,8 @@ public:
/* Evaluation the expression, then verify that it has the expected
type. */
inline bool evalBool(Env & env, Expr * e, const Pos & pos, const std::string & location);
inline void evalAttrs(Env & env, Expr * e, Value & v, const Pos & pos, const std::string & location);
inline bool evalBool(Env & env, Expr * e, const Pos & pos, const std::string & errorCtx);
inline void evalAttrs(Env & env, Expr * e, Value & v, const Pos & pos, const std::string & errorCtx);
/* If `v' is a thunk, enter it and overwrite `v' with the result
of the evaluation of the thunk. If `v' is a delayed function