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

Update ocaml-boxroot-sys requirement from 0.3.1 to 0.4.0 #161

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

Updates the requirements on ocaml-boxroot-sys to permit the latest version.

Changelog

Sourced from ocaml-boxroot-sys's changelog.

ocaml-boxroot 0.4.0

General changes

  • Support for OCaml ≥ 5.3 (no longer assume a low max number of domains). (Guillaume Munch-Maccagnoni, review by Gabriel Scherer)

  • Add support for including the headers from C++, and add a C++ smart pointer Boxroot based on unique_ptr in cpp/boxroot.h. (Guillaume Munch-Maccagnoni)

  • Add function boxroot_error_string. (Guillaume Munch-Maccagnoni)

  • Simplified constraints for calling boxroot_setup with OCaml 4. Rust crate users now only need to call boxroot_setup appropriately, regardless of whether systhread is linked. boxroot_setup_systhreads is deprecated in favour of boxroot_setup in OCaml 4. boxroot_setup is still obsolete for OCaml 5. (Guillaume Munch-Maccagnoni, review by Konstantin Olkhovskiy)

Internal changes

  • Improve stat collection. (Guillaume Munch-Maccagnoni, review by Gabriel Scherer)

Experiments

  • Add a bitmap allocator inspired by the Hotspot VM implementation of JNI global references, for benchmarking purposes. (Guillaume Munch-Maccagnoni)

  • Add a new parallel producer-consumer synthetic benchmark. (Gabriel Scherer, review by Guillaume Munch-Maccagnoni)

Packaging

  • Use weak linking to offer uniform setup procedure in OCaml 4 regardless of whether systhreads is linked. (Guillaume Munch-Maccagnoni, suggestion by Konstantin Olkhovskiy)

  • Fix clang compatibility (Guillaume Munch-Maccagnoni, report and tests by Zach Shipko)

ocaml-boxroot 0.3.1

Bug fixes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ocaml-boxroot-sys](https://gitlab.com/ocaml-rust/ocaml-boxroot) to permit the latest version.
- [Changelog](https://gitlab.com/ocaml-rust/ocaml-boxroot/blob/main/Changes.md)
- [Commits](https://gitlab.com/ocaml-rust/ocaml-boxroot/compare/v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: ocaml-boxroot-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2025
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2025

Looks like ocaml-boxroot-sys is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 6, 2025
@dependabot dependabot bot deleted the dependabot/cargo/ocaml-boxroot-sys-0.4.0 branch February 6, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants