-
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
Lwt 4.2.1 #13804
Lwt 4.2.1 #13804
Conversation
☀️ All lint checks passed a46e6a0
☀️ Installability check (10920 → 10921)
|
"seq" # seq is needed as long as Lwt supports OCaml < 4.07.0. | ||
|
||
"bisect_ppx" {dev & >= "1.3.0"} | ||
"ocamlfind" {dev & >= "1.7.3-1"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not blocker at all but I'm curious why there is still a dependency on ocamlfind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PPX expect tests use it as an easy way of invoking the compiler.
"cppo" {build & >= "1.1.0"} | ||
"dune" {build} | ||
"mmap" # mmap is needed as long as Lwt supports OCaml < 4.06.0. | ||
"ocaml" {>= "4.02.0"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this release also compatible with OCaml 4.08?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is since 4.2.0 (https://github.com/ocsigen/lwt/releases/tag/4.2.0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nevermind I didn't see the 4.2 release
Revdeps failures don't look too bad, some might be related but as it's only a small release I'm merging this now. Thanks! |
Thank you! |
Just a small bugfix release.