brr icon indicating copy to clipboard operation
brr copied to clipboard

Change caml_string_of_array jsoo primitive name after jsoo 6.0 is released

Open hhugo opened this issue 1 year ago • 1 comments

https://github.com/ocsigen/js_of_ocaml/pull/1798 introduced a new primitive caml_string_of_uint8_array to replace caml_string_of_array. Working with typedarray only allows the primitive to not allocate intermediate arrays.

hhugo avatar Jan 16 '25 12:01 hhugo

Will do. Thanks!

dbuenzli avatar Jan 16 '25 12:01 dbuenzli

@dbuenzli, shouldn't this be closed ?

hhugo avatar Jul 21 '25 11:07 hhugo

I think you are perfectly right, thanks @hhugo. This was fixed by https://github.com/dbuenzli/brr/commit/db4953bb08e461777c06d3c775bc0357a2b8f85a

dbuenzli avatar Jul 21 '25 11:07 dbuenzli