Skip to content

[new release] irmin (19 packages) (3.11.0) #28048

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

Merged
merged 2 commits into from
Jun 23, 2025

Conversation

clecat
Copy link
Contributor

@clecat clecat commented Jun 19, 2025

Irmin, a distributed database that follows the same design principles as Git

CHANGES:

Added

Changed

Fixed

CHANGES:

### Added

- **irmin**
  - Add x-maintenance-intent to opam files (mirage/irmin#2353, @art-w)

### Changed

- **irmin**
  -  Update Cmdliner usage for 2.0 (mirage/irmin#2356, @art-w)

### Fixed

- **irmin**
  - Fix CI issues (mirage/irmin#2358, mirage/irmin#2359, @clecat)
- **irmin-client**
  - Fix dubious use of dune subst (mirage/irmin#2350, @samoht)
  - Upgrade to mirage-crypto-rng and relay on use_default (mirage/irmin#2354, @xvw)
- **irmin-pack**
  - Improve parts of the documentation for readability (mirage/irmin#2332, mirage/irmin#2333, @christinerose)
@mseri
Copy link
Member

mseri commented Jun 23, 2025

Do you know what is needed to fix those two tests?

@clecat clecat force-pushed the release-irmin-3.11.0 branch from 48fdb7b to cca36f3 Compare June 23, 2025 14:18
@clecat
Copy link
Contributor Author

clecat commented Jun 23, 2025

Hello, my apologies for the delay, I pushed a new commit which should resolve the issues:

  • Setting the cmdliner lower-bound to 1.3.0 as recommended here (thank you for your proposition).
  • Adding a dependency to Mirage-crypto-rng in irmin-cli.

This should resolve the second issue you mentionned.

@clecat
Copy link
Contributor Author

clecat commented Jun 23, 2025

As for the windows CI issue, it seems to come from C stubs including <sys/resource.h>, which appears to be a Posix file. Should I add a dependency somewhere in order to solve it ?

@mseri
Copy link
Member

mseri commented Jun 23, 2025

Thanks!

No idea concerning windows, sorry

@mseri mseri merged commit 8c282dd into ocaml:master Jun 23, 2025
1 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