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

Link with logs and logs.fmt #544

Merged
merged 1 commit into from
Dec 13, 2021
Merged

Link with logs and logs.fmt #544

merged 1 commit into from
Dec 13, 2021

Conversation

MisterDA
Copy link
Contributor

There are a couple of places where the link with logs or logs.fmt was forgotten in 3.6.0. This breaks the package installation in my opam switch :/

@dinosaure
Copy link
Member

LGTM but how you get the linking problem?

@MisterDA
Copy link
Contributor Author

Just compiling ocaml-git in my switch or installing it as a dependency via opam install --deps-only . of my project raises this problem

@dinosaure
Copy link
Member

Just compiling ocaml-git in my switch or installing it as a dependency via opam install --deps-only . of my project raises this problem

That weird that the CI did not catch it. Let's merge, thanks!

@dinosaure dinosaure merged commit cfcb2b9 into mirage:master Dec 13, 2021
@MisterDA MisterDA deleted the logs.fmt branch December 13, 2021 14:39
dinosaure added a commit to dinosaure/opam-repository that referenced this pull request Dec 13, 2021
… git-mirage (3.7.0)

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)
dinosaure added a commit to dinosaure/opam-repository that referenced this pull request Dec 15, 2021
…nd git-unix (3.7.0)

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)
dinosaure added a commit to dinosaure/opam-repository that referenced this pull request Dec 23, 2021
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)
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