mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41: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
|
@ -99,7 +99,6 @@ template class EvalErrorBuilder<TypeError>;
|
|||
template class EvalErrorBuilder<UndefinedVarError>;
|
||||
template class EvalErrorBuilder<MissingArgumentError>;
|
||||
template class EvalErrorBuilder<InfiniteRecursionError>;
|
||||
template class EvalErrorBuilder<CachedEvalError>;
|
||||
template class EvalErrorBuilder<InvalidPathError>;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue