Skip to content
Success

Changes

Summary

  1. fix memory model for Weak.set (commit: 0f6fbae) (details)
  2. refactor weak.c/do_set to look more like memory.c/modify (commit: 0b00bf9) (details)
  3. Changes (commit: 72e8a48) (details)
  4. Fix typos in comment (#14194) (commit: 144463d) (details)
  5. Elide duplicate ephemeron status check (#14175) (commit: 333a539) (details)
  6. Recognize %identity as nonexpansive (#14029) (commit: 57fcefe) (details)
The file was modifiedruntime/weak.c (diff)
Commit 0b00bf94a224c5902a67ac18967c44d9d836e97b by damien.doligez
refactor weak.c/do_set to look more like memory.c/modify
(commit: 0b00bf9)
The file was modifiedruntime/weak.c (diff)
The file was modifiedChanges (diff)
Commit 144463d346054ad202e72ca4dcd59ded2d0d17ea by noreply
Fix typos in comment (#14194)

(commit: 144463d)
The file was modifiedstdlib/format.ml (diff)
Commit 333a5398ffe5292b45bbcae64fe3acbe1a22ecbe by noreply
Elide duplicate ephemeron status check (#14175)

(commit: 333a539)
The file was modifiedruntime/major_gc.c (diff)
Commit 57fcefed333210bf441bba0f1eaf592c623ca61f by noreply
Recognize %identity as nonexpansive (#14029)

Co-authored-by: Stephen Dolan <sdolan@janestreet.com>
(commit: 57fcefe)
The file was addedtestsuite/tests/typing-misc/magic_is_a_value.ml
The file was modifiedstdlib/fun.ml (diff)
The file was modifiedChanges (diff)
The file was modifiedtyping/typecore.ml (diff)
The file was modifiedstdlib/fun.mli (diff)