Skip to content

Commit 2909901

Browse files
authored
Merge pull request #563 from ocaml-multicore/flush-issue-fixed
Mark flush issue as fixed
2 parents f898839 + 9fba093 commit 2909901

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ An assertion error during the upstreaming of [a mark-delay improvement](https://
462462
a problem](https://github.com/ocaml/ocaml/pull/13580#issuecomment-2478454501) [with the marking color of orphaned Ephemerons]( https://github.com/ocaml-flambda/flambda-backend/pull/3332).
463463

464464

465-
Parallel usage of `flush` may trigger `Sys_error` exception (new, runtime)
466-
--------------------------------------------------------------------------
465+
Parallel usage of `flush` may trigger `Sys_error` exception (new, fixed, runtime)
466+
---------------------------------------------------------------------------------
467467

468468
The `Out_channel` tests found that [`flush` may raise a `Sys_error`
469469
exception when used in parallel with a `close`](https://github.com/ocaml/ocaml/issues/13586).

0 commit comments

Comments
 (0)