Vesa Karvonen

Results 109 issues of Vesa Karvonen

I noticed this happening on the CI: ``` 138 | (name test_io_cohttp) ^^^^^^^^^^^^^^ (cd _build/default/test && ./test_io_cohttp.exe) Fatal error: exception Unix.Unix_error(Unix.ECONNRESET, "close", "") Raised by primitive operation at Picos_std_finally.forbidden in...

The `picos_lwt` interface uses shallow handlers, but that is probably a mistake and it would be better to use deep handlers.

This changes the condition variable implementation of `Lock` and `Rwlock` to use an atomic counter to detect signals rather than use the ability of `Awaitable` to enqueue awaiters ahead of...

Current formatting (tested with version 0.27.0) treats the `not` operation differently from other unary functions in some contexts: ```ocaml let foo () = bax (bay ()) && baz () let...

Kind/style-suggestion