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-interop requirement from 0.8.8 to 0.9.2 #146

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Updates the requirements on ocaml-interop to permit the latest version.

Changelog

Sourced from ocaml-interop's changelog.

[0.9.2] - 2023-07-27

Fixed

  • Expansion of bytecode-callable functions (PR #53, reported and debugged by @​mt-caret in #52).

[0.9.1] - 2023-07-12

Fixed

  • Expansion of bytecode-callable functions.

[0.9.0] - 2023-07-12

Added

  • Support for OCaml Bigarray.Array1 values (PR #26 by @​g2p)
  • Support for callable closure values with more automatic conversion between Rust and OCaml values (PR #44 and PR #45 by @​sebastiencs)
  • Conversions for <Box<[u8]> (PR #47 by @​sebastiencs)
  • Support for defining bytecode-callable wrappers for functions with ocaml_export! macro (PR #50)

[0.8.8] - 2022-03-23

Fixed

  • Fixed compilation issue in some environments (PR #43 by @​c-cube)

[0.8.7] - 2021-10-12

Added

  • Conversion for tuples of 10 elements.

Changed

  • Internal changes to tuple conversion handling to use a slightly safer version of store_field to construct the tuples.

[0.8.6] - 2021-10-12

Fixed

  • Bug in the conversion of Result<T, E> (Rust->OCaml) values that could result in memory corruption if the OCaml garbage collector happened to run during the conversion.

[0.8.5] - 2021-08-16

Added

  • no-caml-startup feature flag that disables calls to caml_startup when initializing the runtime. This makes OCamlRuntime::init_persistent() a noop. It is useful for being able to load code that uses ocaml-rs in an utop toplevel (for example, when running dune utop). Will be enabled if the environment variable OCAML_INTEROP_NO_CAML_STARTUP is set. This is a temporary option that is likely to be removed in the future once a better solution is implemented.

[0.8.4] - 2021-05-18

... (truncated)

Commits
  • 7359290 Update changelog and bump version to 0.9.2
  • f0e25c7 Merge pull request #53 from tizoc/fix-bytecode-functions
  • 825695f In bytecode functions expansion, add clippy annotation to allow the unsafe po...
  • 7cb78ba Update CHANGELOG
  • aa58239 Fix argument types in expansion of bytecode-callable functions (fixes #52)
  • 1980c8b Merge pull request #51 from szabgab/patch-1
  • deef684 Update Cargo.toml http => https
  • 221dec7 Fix function name order in test for bytecode functions
  • 150b920 Update changelog and bump version to 0.9.1
  • b2b590f Fix expansion of bytecode function wrapper
  • Additional commits viewable in compare view

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-interop](https://github.com/tizoc/ocaml-interop) to permit the latest version.
- [Changelog](https://github.com/tizoc/ocaml-interop/blob/master/CHANGELOG.md)
- [Commits](tizoc/ocaml-interop@v0.8.8...v0.9.2)

---
updated-dependencies:
- dependency-name: ocaml-interop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
@zshipko zshipko closed this Mar 22, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 22, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/ocaml-interop-0.9.2 branch March 22, 2024 20:25
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.

1 participant