Skip to content

Commit

Permalink
add immediate attribute (#10622)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzhang committed Sep 13, 2021
1 parent 0f2cbf6 commit 61ecb07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Working version

### Standard library:

* #10622: Annotate `Uchar.t` with immediate attribute
(Hongbo Zhang, reivew by Gabriel Scherer and Nicolás Ojeda Bär)

* #7812, #10475: `Filename.chop_suffix name suff` now checks that `suff`
is actually a suffix of `name` and raises Invalid_argument otherwise.
(Xavier Leroy, report by whitequark, review by David Allsopp)
Expand Down
1 change: 1 addition & 0 deletions stdlib/uchar.mli
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@since 4.03 *)

type t
[@@immediate]
(** The type for Unicode characters.
A value of this type represents a Unicode
Expand Down

0 comments on commit 61ecb07

Please sign in to comment.