Update dependencies again, attempt to re-enable appveyor#552
Merged
djs55 merged 17 commits intomoby:masterfrom Jan 21, 2022
Merged
Update dependencies again, attempt to re-enable appveyor#552djs55 merged 17 commits intomoby:masterfrom
djs55 merged 17 commits intomoby:masterfrom
Conversation
See mirage/mirage-tcpip#463 Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org> ethernet Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
This has the potential to leak if the Hashtable keeps expanding. It looks like a layer of callbacks can be removed, see the `with_no_keepalives` function. Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
The source branch has disappeared, let's use the master commit! Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
Previously they were lowercased but this isn't guaranteed. Instead use the `get_multi` API to query the headers by key, leaving cohttp to handle the case itself. Also correct the order of arguments to alcotest: it's <expected> <actual> Signed-off-by: David Scott <dave@recoil.org>
Collaborator
Author
|
CI is green! Let's merge this to make |
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.
Update all the dependencies to latest, mostly minor changes:
Cstruct.lenis renamedCstruct.lengthFmt.strfis renamedFmt.strmirage-protocolshas been deprecated in favour of using libraries directly (Tcpip,Arp), removing a layer of indirectionThe most significant change is the removal of the
~listenersargument on the TCPinput. This has been replaced with alistenandunlisten. Currently I've not added any calls tounlistenso it's probably leaking.I've added an
appveyor.ymlbased on mirage/mirage-block, to see if the CI build can be restored.The minimum OCaml version needed by dependencies is now 4.08.
The remaining Windows package pins correspond to open PRs which I'd like to merge and release as soon as possible.