Skip to content

Commit

Permalink
fix: update the signature for ByteLabels to match upstream (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Dec 5, 2023
1 parent 6de05fc commit fe43c4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,6 @@ val of_seq : char Seq.t -> t

(** {2:utf_8 UTF-8} *)

#ifdef BS
#else

val get_utf_8_uchar : t -> int -> Uchar.utf_decode
(** [get_utf_8_uchar b i] decodes an UTF-8 character at index [i] in
[b]. *)
Expand Down Expand Up @@ -740,8 +737,6 @@ val set_int64_le : bytes -> int -> int64 -> unit
starting at byte index [i] to [v].
@since 4.08
*)
#endif



(** {1:bytes_concurrency Byte sequences and concurrency safety}
Expand Down
6 changes: 0 additions & 6 deletions jscomp/stdlib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@
(action
(run cppo -D=BS %{env:CPPO_FLAGS=} %{deps} -o %{target})))

(rule
(deps bytesLabels.cppo.mli)
(target bytesLabels.mli)
(action
(run cppo -D=BS %{env:CPPO_FLAGS=} %{deps} -o %{target})))

(rule
(deps buffer.cppo.ml)
(target buffer.ml)
Expand Down

0 comments on commit fe43c4f

Please sign in to comment.