[new release] cohttp-lwt-jsoo, cohttp, cohttp-lwt, cohttp-lwt-unix, cohttp-top, cohttp-async and cohttp-mirage (2.5.4)#16849
Merged
mseri merged 1 commit intoocaml:masterfrom Jul 23, 2020
Conversation
Contributor
|
Commit: aa72418 A pull request by opam-seasoned @mseri. ☀️ All lint checks passed aa72418
☀️ Installability check (+7)
|
Member
|
Looks like a failure in the core package on some OCaml versions |
Member
Author
|
Argh, well spotted @avsm. |
Member
Author
|
I will update the release once the PR to add support for older compilers (mirage/ocaml-cohttp#703) is merged |
…ohttp-top, cohttp-async and cohttp-mirage (2.5.4) CHANGES: - cohttp: a change in mirage/ocaml-cohttp#694 modified the semantics of Header.replace. The semantics change is reverted, and a new Header.update function is introduced, following the semantics of Map.update. (mirage/ocaml-cohttp#702 @mseri) - cohttp: reimplement update to support compilers that are older than OCaml 4.06 (mirage/ocaml-cohttp#703 @mseri)
1c3707c to
aa72418
Compare
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.
CoHTTP implementation for the Js_of_ocaml JavaScript compiler
CHANGES:
The semantics change is reverted, and a new Header.update function
is introduced, following the semantics of Map.update. (cohttp: revert change to Header.replace, add Header.update mirage/ocaml-cohttp#702 @mseri)
OCaml 4.06 (Improve Header.update mirage/ocaml-cohttp#703 @mseri)