Cohttp 5.0.0 upper bounds#20250
Merged
Merged
Conversation
Contributor
|
Approved and applied to the ocsigenserver repository. |
Member
Author
|
Same for h1parser (ping @anuragsoni ) |
Contributor
|
Thanks @mseri I can propose an upper bound to cohttp later today (if you don't get around to it before me), and I probably won't be making new releases of h1_parser so there is no upstream change to make as of now. |
and cohttp-lwt-unix 5.0.0 as a consequence:
Error: This expression has type
Conduit_lwt_unix.ctx Lazy.t = Conduit_lwt_unix.ctx lazy_t
but an expression was expected of type Conduit_lwt_unix.ctx
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Error: This expression has type string but an expression was expected of type string list File src/server/ocsigen_cohttp.ml, line 35, characters 10-16 Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
they rely on headers string ordering, which changed in 5 Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
incompatible with the new headers in cohttp 5 Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
f37f1a2 to
3768770
Compare
anuragsoni
reviewed
Dec 15, 2021
Comment on lines
+23
to
+25
| conflicts: [ | ||
| "cohttp-lwt-unix" {with-test & >= "5.0.0"} | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #20246
The extra
zeitfailure is due to tests relying on incorrect headers ordering (ping @emillon)But not really an incompatibility, so I did not touch it.