From beb19678862d9047d39698f2bcd664f4fbbbfd3c Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Mon, 23 Sep 2024 14:14:36 +0200 Subject: [PATCH 1/2] Add latest Gc issues --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1cfe8cc4..26abb50b 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,20 @@ property can be done in two different ways: Issues ====== +Out of date `Gc.control` documentation (new, fixed, stdlib) +----------------------------------------------------------- + +Tests of the `Gc` module revealed that `Gc.control` records contain +[constant zero fields ignored by `Gc.set`](https://github.com/ocaml/ocaml/pull/13440) + + +Out of date `Gc.quick_stat` documentation (new, fixed, stdlib) +--------------------------------------------------------------- + +Tests of the `Gc` module revealed that `Gc.quick_stat` did not +return [a record with 4 zero fields as documented](https://github.com/ocaml/ocaml/pull/13424) + + Shared heap assertion failure (known, runtime) ---------------------------------------------- From 7941ce93e14d17f9650fa85d3247e610f8140b18 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Mon, 23 Sep 2024 14:18:19 +0200 Subject: [PATCH 2/2] Add Tarides at the bottom of the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 26abb50b..076d3569 100644 --- a/README.md +++ b/README.md @@ -837,3 +837,7 @@ Segmentation fault (core dumped) This does not happen when running a plain `ocaml` top-level though, so it seems `utop`-specific. + +--- + +This project has been created and is maintained by Tarides.