Closed kit-ty-kate closed 9 months ago
@kit-ty-kate Due to the experimental nature of asai
, I am happy to quickly release a new version for OCaml 5.2.0 that uses Format.pp_infinity
. For obvious reasons I really don't want to hard-code the constant 1_000_000_000
. Will a new version now with ocaml >= 5.2
solve the problem?
Let me tag @jonsterling as well.
Will a new version now with
ocaml >= 5.2
solve the problem?
yes. The current code should be good
@kit-ty-kate BTW I realized pp_infinity
would not work. It has to be pp_infinity-1
.
ah, good point
See https://github.com/ocaml/ocaml/discussions/12986 Otherwise the code fails with: