more catchability bugs exist
#338
Opened by amjoseph at
tvix -E '(builtins.tryEval ((throw "x") < 3)).success' => error[E007]: can not compare a internal[catchable] with a int
but
nix eval --expr '(builtins.tryEval ((throw "x") < 3)).success' => false
Fixed by https://cl.tvl.fyi/c/depot/+/10221
amjoseph at 2023-12-09T09·18+00
- tazjin closed this issue at 2024-02-02T07·33+00