File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,27 @@ property can be done in two different ways:
390
390
Issues
391
391
======
392
392
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
+
393
414
Assertion failures in ` runtime/domain.c ` on trunk (new, fixed, runtime)
394
415
-----------------------------------------------------------------------
395
416
You can’t perform that action at this time.
0 commit comments