more catchability bugs exist

#338
Opened by amjoseph at 2023-12-09T07·20+00

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

  1. Fixed by https://cl.tvl.fyi/c/depot/+/10221

    amjoseph at 2023-12-09T09·18+00

  2. tazjin closed this issue at 2024-02-02T07·33+00