-
Notifications
You must be signed in to change notification settings - Fork 1.2k
2 packages from ocsigen/lwt at 6.0.0~alpha01 #28222
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
base: master
Are you sure you want to change the base?
2 packages from ocsigen/lwt at 6.0.0~alpha01 #28222
Conversation
It seems to break lwt_log, which has been deprecated for a while anyway so maybe that's ok, I'll add a constraint |
The (long deprecated) Lwt_main.exit_hooks have been removed in lwt.6.
I might have also broken some js uses, need to check if i broke all of them or just some e.g.,
|
A few packages broken by the removal of |
Could you send a PR with the necessary upper bounds? |
because `~` has a specific meaning in version comparison it turns out that `< "6"` includes `6…~…`
@@ -14,7 +14,7 @@ depends: [ | |||
"ocaml" {>= "4.11"} | |||
"base-unix" | |||
"curl" {= version} | |||
"lwt" | |||
"lwt" {<= "5.999"} |
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.
"lwt" {<= "5.999"} | |
"lwt" {<= "6~"} |
This would prevent it and not force a 5
bound
This pull-request concerns:
lwt.6.0.0~alpha01
: Promises and event-driven I/Olwt_direct.6.0.0~alpha01
: Direct-style control-flow andawait
for Lwt🐫 Pull-request generated by opam-publish v2.5.1