Skip to content

Commit 1603949

Browse files
authored
Merge pull request #479 from ocaml-multicore/add-gc-issues
Add Gc issues
2 parents 7476d63 + 7941ce9 commit 1603949

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,20 @@ property can be done in two different ways:
407407
Issues
408408
======
409409

410+
Out of date `Gc.control` documentation (new, fixed, stdlib)
411+
-----------------------------------------------------------
412+
413+
Tests of the `Gc` module revealed that `Gc.control` records contain
414+
[constant zero fields ignored by `Gc.set`](https://github.com/ocaml/ocaml/pull/13440)
415+
416+
417+
Out of date `Gc.quick_stat` documentation (new, fixed, stdlib)
418+
---------------------------------------------------------------
419+
420+
Tests of the `Gc` module revealed that `Gc.quick_stat` did not
421+
return [a record with 4 zero fields as documented](https://github.com/ocaml/ocaml/pull/13424)
422+
423+
410424
Shared heap assertion failure (known, runtime)
411425
----------------------------------------------
412426

@@ -823,3 +837,7 @@ Segmentation fault (core dumped)
823837

824838
This does not happen when running a plain `ocaml` top-level though, so it
825839
seems `utop`-specific.
840+
841+
---
842+
843+
This project has been created and is maintained by <a href="https://tarides.com/">Tarides</a>.

0 commit comments

Comments
 (0)