[new release] cohttp-lwt-jsoo, cohttp, cohttp-lwt, cohttp-lwt-unix, cohttp-top, cohttp-async and cohttp-mirage (2.0.0)#13388
Merged
Conversation
…ohttp-top, cohttp-async and cohttp-mirage (2.0.0) CHANGES: Compatibility breaking interface changes: Async: Expert response action no longer writes empty HTTP body (mirage/ocaml-cohttp#647 by @andreas) In cohttp.0.99, a number of subpackages were turned into explicit opam packages to simplify dependency management. To aid migration, some compatability shims were left in place so that the old findlib names would continue to work. They have now been removed as of this release. If you were still using them, then please rename them as follows in your dune or ocamlbuild files: - `cohttp.lwt-core` -> `cohttp-lwt` - `cohttp.lwt` -> `cohttp-lwt-unix` - `cohttp.js` -> `cohttp-lwt-jsoo` - `cohttp.async` -> `cohttp-async` - `cohttp.top` -> `cohttp-top` Other changes and bugfixes: * Lwt, Mirage: Add log warnings for uncaught exceptions (mirage/ocaml-cohttp#592 by @ansiwen) * Log invalid client input and do not catch out of memory exceptions (mirage/ocaml-cohttp#652 @hannesm) * Port opam files to opam2 and add local synopsis and descriptions. * Lwt: Add Expert response action for servers (mirage/ocaml-cohttp#647 by @andreas) * Use the namespaced `js_of_ocaml` interfaces from 3.3.0 onwards (mirage/ocaml-cohttp#654 @avsm) * Use Base64 3.1.0 interfaces (mirage/ocaml-cohttp#655 @avsm) * Clean up redundant conflicts in the `opam` files (@avsm)
Member
Author
|
Let's take a careful look at the revdep breakage before merging this. The cstruct fallout was more than I expected in #13372 :-) |
Contributor
☀️ All lint checks passed 7a73e02
☀️ Installability check (10392 → 10399)
|
Member
|
Before I look at the revdeps, is this osx travis failure something already seen? Just lack of root permits? |
Member
Author
|
Yeah that error is due to opam2 sandboxing preventing network access during the tests running. We should probably fix that in the test suite to not fail hard if sandboxed |
avsm
added a commit
to avsm/opam-repository
that referenced
this pull request
Feb 4, 2019
cc @hcarty, found in ocaml#13388 revdeps
avsm
added a commit
to avsm/opam-repository
that referenced
this pull request
Feb 4, 2019
found in revdeps for ocaml#13388
avsm
added a commit
to avsm/opam-repository
that referenced
this pull request
Feb 5, 2019
part of revdeps for ocaml#13388
avsm
added a commit
to avsm/opam-repository
that referenced
this pull request
Feb 5, 2019
found in revdeps for ocaml#13388
avsm
added a commit
to avsm/opam-repository
that referenced
this pull request
Feb 5, 2019
avsm
added a commit
to avsm/opam-repository
that referenced
this pull request
Feb 5, 2019
Member
Author
Member
Author
|
dependent PR merged, so re-testing against master |
Member
|
Impressive! All green with the exception of the osx issue discussed above |
Member
|
Thanks |
Member
Author
|
Now the real fallout can be found :-) |
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:
Compatibility breaking interface changes:
Async: Expert response action no longer writes empty HTTP body (mirage/ocaml-cohttp#647 by @andreas)
In cohttp.0.99, a number of subpackages were turned into explicit
opam packages to simplify dependency management.
To aid migration, some compatability shims were left in place so that
the old findlib names would continue to work. They have now been removed
as of this release. If you were still using them, then please rename
them as follows in your dune or ocamlbuild files:
cohttp.lwt-core->cohttp-lwtcohttp.lwt->cohttp-lwt-unixcohttp.js->cohttp-lwt-jsoocohttp.async->cohttp-asynccohttp.top->cohttp-topOther changes and bugfixes:
js_of_ocamlinterfaces from 3.3.0 onwards (use namespaced jsoo interfaces mirage/ocaml-cohttp#654 @avsm)opamfiles (@avsm)