dream icon indicating copy to clipboard operation
dream copied to clipboard

Fix tests on Linux

Open beajeanm opened this issue 3 years ago • 0 comments

  • The pin of reason is no longer necessary as reason 3.8 supports ocaml 4.13
  • Fix a higher bond to caqti. Caqti 1.8 introduces new deprecations that would require code change.
  • The behavior of Printexec.to_string (Failure "msg") has changed from 4.09 to 4.10. It used to be (Failure "write to a read-only stream") but it's now Failure ("write to a read-only stream"). Since we already know the exception's type, I figure it would be enough to match on the message itself.

beajeanm avatar Jun 10 '22 22:06 beajeanm