Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
brr.0.0.7
home, doc, issuesBrowser programming toolkit for OCaml
brr
v0.0.7 2024-09-09 Zagrebwasm_of_ocaml
. Thanks to Jérôme Vouillonfor the patchset (#51).
Tarray.{get,set}
. These function become less efficientin order to support wasm_of_ocaml. Use
Tarray.to_bigarray1
toconvert to a bigarray and operate on that instead (#51).
Jstr.pad_{start,end}
specifying the [pad] optional argumentwas being ignored. Thanks to Valentin Gatien-Baron for noticing.
Jv.is_array
a binding toArray.isArray
which is therecommended way to test a value for an array. Thanks to
Valentin Gatien-Baron for the patch (#59).
Brr_webaudio.Audio.Node.Media_element_source.create
theMediaElementAudioSourceNode
property was mispelled. Thanksto Emile Trotignon for the report and the patch (#57).
Fut.tick
in the presence of effects compilation.At.download
attribute constructor.At.draggable
. It is enumerated not a boolean attribute. Thanksto Ulysse for the patch (#55).
At.class'
attribute values. Allow to specify multiple classes in asingle
At.t
value. This was not possible before which issurprising. Thanks to Basile Clément for noticing and patching
(#53).
Use
b0 -- .opam publish brr.0.0.7
to update the pull request.