-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] git, git-mirage, git-paf and git-unix (3.7.0) #20304
Conversation
CHANGES: - Drop unneeded `mirage-protocols` dependency (@hannesm, mirage/ocaml-git#537) - Delete HTTP functor and use happy-eyeballs (@dinosaure, mirage/ocaml-git#539) - Be compatible with `mirage-protocols.7.0.0` (@dinosaure, mirage/ocaml-git#541) - Use `Lwt.pause` instead of `Lwt_unix.yield` (@dinosaure, mirage/ocaml-git#542) - Link with logs and `logs.fmt` (@MisterDA, mirage/ocaml-git#544)
There is a missing lower bound:
Otherwise looks good |
The error on MacOS is unrelated and it's more about
|
This comes from a bug in macOS’s |
Centos 7 and the corresponding oraclelinux have a failing test:
Is that expected? Besides that, it looks good to merge |
Just seen the new commit, great! |
Two lower bound tests (https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/bd6b0f0b24dd0a3cd9681fb3eb1d04c643f42336/variant/opam-2.1,compilers,4.11,cca.0.2,lower-bounds, https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/bd6b0f0b24dd0a3cd9681fb3eb1d04c643f42336/variant/opam-2.1,compilers,4.12,cca.0.4,lower-bounds) are failing with:
What is the lower bound that needs to be added to git-unix 3.3, mirage-clock 4 like above? |
Looks good now, thanks |
Git format and protocol in pure OCaml
CHANGES:
mirage-protocols
dependency (@hannesm, drop unneeded mirage-protocols dependency mirage/ocaml-git#537)mirage-protocols.7.0.0
(@dinosaure, Be compatible with mirage-protocols.7.0.0 mirage/ocaml-git#541)Lwt.pause
instead ofLwt_unix.yield
(@dinosaure, Use Lwt.pause instead of Lwt_unix.yield mirage/ocaml-git#542)logs.fmt
(@MisterDA, Link with logs and logs.fmt mirage/ocaml-git#544)