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

make bam compatible with OCaml 5.2.0 #10

Conversation

mathiasbourgoin
Copy link

This pull request includes several updates to dependencies and minor code improvements to ensure compatibility and enhance readability. The most important changes include updating the OCaml version constraints, modifying the bool function signature, and updating the .ocamlformat version.

Dependency updates:

  • bam-ppx.opam: Updated the OCaml version constraints to be inclusive of version 5.2.0. ("ocaml" {>= "4.14" & <= "5.2.0"})
  • dune-project: Updated the OCaml version constraints to be inclusive of version 5.2.0. ((<= 5.2.0))

Code improvements:

  • lib_ppx/runtime.ml: Modified the bool function signature to explicitly include the shrinker parameter. (let bool : shrinker:expression option -> expression =)

Version updates:

  • .ocamlformat: Updated the .ocamlformat version from 0.26.1 to 0.26.2. (version=0.26.2)

Signed-off-by: Mathias Bourgoin <[email protected]>
@francoisthire francoisthire mentioned this pull request Oct 25, 2024
2 tasks
@francoisthire
Copy link
Owner

Thanks for your contribution. I have cherry-picked your commit in #11. I will close this MR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants