-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] irmin (19 packages) (3.10.0) #27074
Conversation
CHANGES: ### Added - **irmin-git** - Expose `Content_addressable` type (mirage/irmin#2329, @art-w) ### Changed - **irmin** - Rename `Node.S.effect` to `read_effect` for OCaml 5.3 compatibility (mirage/irmin#2347, @art-w) ### Fixed - **irmin-client** - Fix a fd leak when using `clone` (mirage/irmin#2322, @samoht) - **irmin-git** - Fix git sync example (mirage/irmin#2327, @art-w) - Fixed issue with two subsequent `Irmin-git` repos, where one repo would lose the ability to find its root path (mirage/irmin#2326, @zazedd) - **irmin** - Fix CI, update dependencies (mirage/irmin#2321, @smorimoto) - Update documentation (mirage/irmin#2323, mirage/irmin#2324, mirage/irmin#2325, @christinerose) - **irmin-cli** - Fix uncaught exception (mirage/irmin#2326, @art-w) ### Removed - **irmin** - Removed `?allow_duplicate` parameter from the `Conf.key` function (mirage/irmin#2326, @zazedd)
I'm fixing the lint errors here: mirage/irmin#2350 |
The windows CI failures are from the (transitive) |
One CI failure that may of interest on https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/2ecf2dcedf527dc5dd5dd6fd8c1583505cdab018/variant/compilers,5.3~beta1,irmin-client.3.10.0,tests
Is this expected or accounted for? |
Ah, I see this is just a case of #14252 (comment) and only has to do with limits on the length of filenemes for sockets on certain platforms. So the CI looks good to me than. I think this is good to merge, if desired, future releases could try to generate shorter socket names for tests to avoid this noise. Thanks for the updates! |
Irmin, a distributed database that follows the same design principles as Git
CHANGES:
Added
Content_addressable
type (irmin-git: expose Content_addressable type mirage/irmin#2329, @art-w)Changed
Node.S.effect
toread_effect
for OCaml 5.3 compatibility (Rename Irmin.Node.S.effect type to read_effect mirage/irmin#2347, @art-w)Fixed
clone
(irmin-client: do not duplicate connections on clone mirage/irmin#2322, @samoht)Irmin-git
repos, where onerepo would lose the ability to find its root path (Fix root path issue with
Irmin-git
, and removeallow_duplicate
for root spec key mirage/irmin#2326, @zazedd)irmin-pack
Index Line Editing mirage/irmin#2324, Line Editing for Irmin README mirage/irmin#2325, @christinerose)Irmin-git
, and removeallow_duplicate
for root spec key mirage/irmin#2326, @art-w)Removed
?allow_duplicate
parameter from theConf.key
function (Fix root path issue withIrmin-git
, and removeallow_duplicate
for root spec key mirage/irmin#2326, @zazedd)