mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Update snapshots
This commit is contained in:
parent
91e89628fd
commit
fe6408b5df
3 changed files with 21 additions and 0 deletions
|
@ -41,4 +41,11 @@ error:
|
||||||
| ^
|
| ^
|
||||||
5| if n > 0
|
5| if n > 0
|
||||||
|
|
||||||
|
… while calling the 'throw' builtin
|
||||||
|
at /pwd/lang/eval-fail-duplicate-traces.nix:7:10:
|
||||||
|
6| then throwAfter (n - 1)
|
||||||
|
7| else throw "Uh oh!";
|
||||||
|
| ^
|
||||||
|
8| in
|
||||||
|
|
||||||
error: Uh oh!
|
error: Uh oh!
|
||||||
|
|
|
@ -27,4 +27,11 @@ error:
|
||||||
| ^
|
| ^
|
||||||
6|
|
6|
|
||||||
|
|
||||||
|
… while calling the 'throw' builtin
|
||||||
|
at /pwd/lang/eval-fail-foldlStrict-strict-op-application.nix:5:9:
|
||||||
|
4| null
|
||||||
|
5| [ (_: throw "Not the final value, but is still forced!") (_: 23) ]
|
||||||
|
| ^
|
||||||
|
6|
|
||||||
|
|
||||||
error: Not the final value, but is still forced!
|
error: Not the final value, but is still forced!
|
||||||
|
|
|
@ -54,4 +54,11 @@ error:
|
||||||
|
|
||||||
(21 duplicate frames omitted)
|
(21 duplicate frames omitted)
|
||||||
|
|
||||||
|
… while calling the 'throw' builtin
|
||||||
|
at /pwd/lang/eval-fail-mutual-recursion.nix:34:10:
|
||||||
|
33| then throwAfterB true 10
|
||||||
|
34| else throw "Uh oh!";
|
||||||
|
| ^
|
||||||
|
35| in
|
||||||
|
|
||||||
error: Uh oh!
|
error: Uh oh!
|
||||||
|
|
Loading…
Reference in a new issue