mirror of
https://github.com/NixOS/nix
synced 2025-06-26 03:21:16 +02:00
Revert "Throw a specific error for incomplete parse errors."
This reverts commit 6498adb002
. We don't
actually use IncompleteParseError in 'nix repl'.
This commit is contained in:
parent
2b3c1b3a88
commit
f3c85f9eb3
3 changed files with 1 additions and 11 deletions
|
@ -11,7 +11,6 @@ namespace nix {
|
|||
|
||||
MakeError(EvalError, Error)
|
||||
MakeError(ParseError, Error)
|
||||
MakeError(IncompleteParseError, ParseError)
|
||||
MakeError(AssertionError, EvalError)
|
||||
MakeError(ThrownError, AssertionError)
|
||||
MakeError(Abort, EvalError)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue