mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
AttrCursor: Remove forceErrors
Instead, force evaluation of the original value only if we need to show the exception to the user.
This commit is contained in:
parent
8b86f415c1
commit
2c88930ef2
5 changed files with 58 additions and 20 deletions
|
@ -43,7 +43,6 @@ MakeError(Abort, EvalError);
|
|||
MakeError(TypeError, EvalError);
|
||||
MakeError(UndefinedVarError, EvalError);
|
||||
MakeError(MissingArgumentError, EvalError);
|
||||
MakeError(CachedEvalError, EvalError);
|
||||
MakeError(InfiniteRecursionError, EvalError);
|
||||
|
||||
struct InvalidPathError : public EvalError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue