-
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] websocket, websocket-lwt-unix and websocket-async (2.13) #13681
Conversation
☀️ All lint checks passed db7d5af
☀️ Installability check (10930 → 10933)
|
"org:mirage" | ||
"org:xapi-project" | ||
] | ||
build: [ "dune" "build" "-j" jobs "-p" name "@install" ] |
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 a blocker at all but just for the information "@install"
is not necessary
build: [ "dune" "build" "-j" jobs "-p" name "@install" ] | ||
depends: [ | ||
"dune" {build & >= "1.1.1"} | ||
"websocket" {= "2.12"} |
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 doesn't seem to be the right version number
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.
you can now use {=version}
to make the constraint track the current package version
And
|
7ef9798
to
7a607ce
Compare
There is an issue on 4.04 and 4.05:
|
ping @vbmithr |
7a607ce
to
9a4c062
Compare
Could you have a look at the revdeps failures for |
CHANGES: - Async: use logs_async - Async: upgrade_connection API (@kkazuo) - Lwt: fix upgrade_connection for TLS (API change) - Upgrade Base64 support to 3.1.0
9a4c062
to
5beed09
Compare
@kit-ty-kate disml is fixed no, gimini is still failing with some async-related error. @vbmithr, do you know if this is related to this PR? Maybe it can be enough to add an upper bound to gimini opam files. |
Yes gemini needs an upper bound… |
Would you mind adding it to this PR? Otherwise we could merge and add it separately |
Done… hope this is fine this time… |
Thanks a lot! |
Websocket library
CHANGES: