Skip to content

Commit

Permalink
Merge pull request #465 from ocaml-multicore/add-flexdll-issue
Browse files Browse the repository at this point in the history
Add the Dynlink/flexdll issue and the Sys.rename regression issue
  • Loading branch information
jmid committed Jul 5, 2024
2 parents 9ff123b + fa6c7a2 commit f29c645
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,21 @@ property can be done in two different ways:
Issues
======

Parallel `Dynlink` tests under Windows could deadlock or crash (known, fixed, flexdll)
--------------------------------------------------------------------------------------

Tests of `Dynlink` on Windows revealed that [the underlying FlexDLL was
unsafe for parallel usage](https://github.com/ocaml/ocaml/issues/13046)


`Sys.rename` regression under MinGW/MSVC (new, fixed, runtime)
--------------------------------------------------------------

Earlier fixes to bring Windows behaviour closer to other platforms introduced
[an unfortunate cornercase regression](https://github.com/ocaml/ocaml/pull/13166)
if attempting to `Sys.rename` a parent directory to an empty child directory


Regression causing a Cygwin configure to fail (new, fixed, configure)
---------------------------------------------------------------------

Expand Down

0 comments on commit f29c645

Please sign in to comment.