Skip to content

Commit 15bf856

Browse files
authored
Merge pull request #434 from ocaml-multicore/add-more-issues
Add the latest batch of issues
2 parents a571972 + 7f34090 commit 15bf856

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,27 @@ property can be done in two different ways:
390390
Issues
391391
======
392392

393+
Regression on output to closed `Out_channel`s (new, runtime)
394+
------------------------------------------------------------
395+
396+
While revising out `Out_channel` tests we discovered [a regression when
397+
outputting to a closed `Out_channel`](https://github.com/ocaml/ocaml/issues/12898)
398+
399+
400+
Failure to build `dune` with trunk (new, fixed, dune)
401+
-----------------------------------------------------
402+
403+
A change to the OCaml compiler's internals revealed that `dune` was [not
404+
using `CAML_INTERNALS` according to the OCaml manual](https://github.com/ocaml/dune/pull/9733)
405+
406+
407+
Hard abort regression on 'failure to create domains' (new, fixed, runtime)
408+
--------------------------------------------------------------------------
409+
410+
The tests found a regression where a failure to create a domain [would trigger an
411+
abort rather than an exception](https://github.com/ocaml/ocaml/pull/12855)
412+
413+
393414
Assertion failures in `runtime/domain.c` on trunk (new, fixed, runtime)
394415
-----------------------------------------------------------------------
395416

0 commit comments

Comments
 (0)