polars-ocaml
polars-ocaml copied to clipboard
Default panic hook prints things out to stderr, which is unexpected
The default panic hook prints out a backtrace to stderr, which is the case even if we catch panics, which is unexpected (especially if we're catching the exception on the OCaml side). We probably should not be calling the panic handler by default.