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

[new release] res (5.0.2) #26793

Merged
merged 1 commit into from
Oct 29, 2024
Merged

[new release] res (5.0.2) #26793

merged 1 commit into from
Oct 29, 2024

Conversation

mmottl
Copy link
Contributor

@mmottl mmottl commented Oct 27, 2024

RES - Library for resizable, contiguous datastructures

CHANGES:
  • Switched to OPAM file generation via dune-project.

  • Used packed float array implementation for resizable float arrays.

  • Removed bytes dependency (thanks to Marek Kubica).

  • Fixed closure allocation due to match on mutable (thanks to Luke Palmer).

  • Used ocamlformat to format code, and fixed OCaml doc problems.

  • Added GitHub workflow for CI.

CHANGES:

- Switched to OPAM file generation via `dune-project`.

- Used packed float array implementation for resizable float arrays.

- Removed `bytes` dependency (thanks to Marek Kubica).

- Fixed closure allocation due to match on mutable (thanks to Luke Palmer).

- Used ocamlformat to format code, and fixed OCaml doc problems.

- Added GitHub workflow for CI.
@mseri
Copy link
Member

mseri commented Oct 29, 2024

Thanks. The failures are independent of this.

@mseri mseri merged commit 211b1df into ocaml:master Oct 29, 2024
2 of 3 checks passed
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