Anil Madhavapeddy
Anil Madhavapeddy
Tests should be fixed now as I've pushed a fix to ignore ENOPROTOOPT errors for IP_LOCAL IP sockopts that only work on Linux >6.3
Squashed commits, should be ready for merge.
It's somewhat worrying to see that test case segfaulting. Do you have a backtrace for that, @edwintorok?
Thank you Edwin for the fixes to Angstrom! Now released into opam repo as 0.16.1
It's about time to remove Uri_re -- it's been deprecated for some years now, and the older version will still be available in opam.
You haven't elaborated on your usecase, but you could just do a `Uri.of/to_string` roundtrip and compare with the original string, if performance is not an issue.
You'll need to apply https://github.com/ocaml/ocaml/pull/13023 -- you almost certainly have a modern Intel CPU that's enforcing control flow integrity.
We will have a window to fix this over the coming months when we roll out the "mainline opam repository only supports OCaml 4.08 or higher", as discussed in https://discuss.ocaml.org/t/raising-the-minimum-tested-version-of-ocaml-to-4-05-or-4-08-from-4-02/12464...
This looks like its passing tests after your last push @jonsterling; is it good to go?
Do you specifically need to build on the older version of macOS? It's just likely too old a toolchain for OCaml 5.0.0. You might have some luck setting MACOS_DEPLOYMENT_TARGET, but...