-
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
Cohttp 5.0.0 upper bounds #20250
Cohttp 5.0.0 upper bounds #20250
Conversation
Approved and applied to the ocsigenserver repository. |
Same for h1parser (ping @anuragsoni )
|
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
conflicts: [ | ||
"cohttp-lwt-unix" {with-test & >= "5.0.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.
Thank you!
Related to #20246
The extra
zeit
failure is due to tests relying on incorrect headers ordering (ping @emillon)But not really an incompatibility, so I did not touch it.