1.2 KiB
1.2 KiB
args, should_fail, files
| args | should_fail | files | ||||
|---|---|---|---|---|---|---|
|
True |
|
Lix VERSION
Type :? for help.
info: breakpoint reached
Added 1 variables.
the with caused a crash with empty things
:quit
error:
… while evaluating the file '/pwd/regression_l592.nix':
… while calling the 'seq' builtin
at /pwd/regression_l592.nix:1:15:
1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
| ^
2|
… from call site
at /pwd/regression_l592.nix:1:32:
1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
| ^
2|
… while calling anonymous lambda
at /pwd/regression_l592.nix:1:33:
1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
| ^
2|
… while calling the 'break' builtin
at /pwd/regression_l592.nix:1:36:
1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
| ^
2|
error: breakpoint reached