-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[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
Conversation
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)
Do you know what is needed to fix those two tests?
|
48fdb7b
to
cca36f3
Compare
Hello, my apologies for the delay, I pushed a new commit which should resolve the issues:
This should resolve the second issue you mentionned. |
As for the windows CI issue, it seems to come from C stubs including |
Thanks! No idea concerning windows, sorry |
Irmin, a distributed database that follows the same design principles as Git
CHANGES:
Added
Changed
Fixed
dune subst
mirage/irmin#2350, @samoht)mirage-crypto-rng
and relay onuse_default
mirage/irmin#2354, @xvw)