polars-ocaml icon indicating copy to clipboard operation
polars-ocaml copied to clipboard

Default panic hook prints things out to stderr, which is unexpected

Open mt-caret opened this issue 1 year ago • 0 comments

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.

mt-caret avatar Sep 12 '23 11:09 mt-caret