robur-coop / happy-eyeballs

An implementation of happy eyeballs (RFC 8305) in OCaml with lwt
ISC License
22 stars 4 forks source link

Upgrade to fmt.0.8.7 and ipaddr.5.2.0 #14

Closed dinosaure closed 2 years ago

dinosaure commented 2 years ago

A gentle patch to upgrade the code with fmt.0.8.7 and ipaddr.5.2.0

dinosaure commented 2 years ago

Hmmhmm, the dependency path is a bit weird... I'm not sure how to fix that but, at least, the code works in my computer!

hannesm commented 2 years ago

thanks, the fmt deprecations are in 64ef17bc4dcc599dfc2dded313d2ad226daf434a. the changes due to the upcoming dns release will need to wait until dns is released (and can be further simplified, the fold is no longer needed since both dns and happy-eyeballs use a Ipaddr.V4.Set.t :)

hannesm commented 2 years ago

thanks, #15 included the dns 6.0.0 changes :)