Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: brr.0.0.7 #26517

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Add: brr.0.0.7 #26517

merged 1 commit into from
Sep 10, 2024

Conversation

dbuenzli
Copy link
Contributor

@dbuenzli dbuenzli commented Sep 9, 2024

  • Add: brr.0.0.7 home, doc, issues
    Browser programming toolkit for OCaml

brr v0.0.7 2024-09-09 Zagreb

  • Add support for wasm_of_ocaml. Thanks to Jérôme Vouillon
    for the patchset (#51).
  • Deprecate Tarray.{get,set}. These function become less efficient
    in order to support wasm_of_ocaml. Use Tarray.to_bigarray1 to
    convert to a bigarray and operate on that instead (#51).
  • Fix Jstr.pad_{start,end} specifying the [pad] optional argument
    was being ignored. Thanks to Valentin Gatien-Baron for noticing.
  • Add Jv.is_array a binding to Array.isArray which is the
    recommended way to test a value for an array. Thanks to
    Valentin Gatien-Baron for the patch (#59).
  • Fix Brr_webaudio.Audio.Node.Media_element_source.create the
    MediaElementAudioSourceNode property was mispelled. Thanks
    to Emile Trotignon for the report and the patch (#57).
  • Fix Fut.tick in the presence of effects compilation.
  • Add At.download attribute constructor.
  • Fix At.draggable. It is enumerated not a boolean attribute. Thanks
    to Ulysse for the patch (#55).
  • At.class' attribute values. Allow to specify multiple classes in a
    single At.t value. This was not possible before which is
    surprising. Thanks to Basile Clément for noticing and patching
    (#53).

Use b0 -- .opam publish brr.0.0.7 to update the pull request.

@dbuenzli
Copy link
Contributor Author

dbuenzli commented Sep 9, 2024

There are these two timeouts:

extras
opam-2.0-ocaml-4.14
[brr.0.0.7 (failed: Sorry, resolution of the request timed out.)](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/6b693b80759fdb691b3c97cefbd5ee58f804d58a/variant/extras,opam-2.0-ocaml-4.14,brr.0.0.7)
opam-2.1-ocaml-4.14
[brr.0.0.7 (failed: Sorry, resolution of the request timed out.)](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/6b693b80759fdb691b3c97cefbd5ee58f804d58a/variant/extras,opam-2.1-ocaml-4.14,brr.0.0.7)

I tried to rebuild but that persists. Other than that it's all green.

@mseri
Copy link
Member

mseri commented Sep 10, 2024

This is a known issue, the CI team is looking into it: ocaml/infrastructure#147

@mseri
Copy link
Member

mseri commented Sep 10, 2024

Thanks

@mseri mseri merged commit dff9d3d into ocaml:master Sep 10, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants