The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update changelog

+7 -2
+7 -2
vendor/opam/uring/CHANGES.md
··· 1 - ## dev 1 + ## v0.6 2 + 3 + - Fix SIGSEGV on `Uring.wait` (@edwintorok #89). 4 + `io_uring_submit_and_wait_timeout` can return a success status but with a NULL `cqe`. 5 + 6 + - Remove unused variable in C stub (@talex5 #87). 2 7 3 - - Use `caml_enter_blocking_section` when calling `io_uring_submit` (@TheLortex #86). 8 + - Use `caml_enter_blocking_section` when calling `io_uring_submit` (@TheLortex #86). 4 9 5 10 ## v0.5 6 11