Results 192 comments of Raphaël Proust

macos seems to alsoi fail (from the same PR) ``` #=== ERROR while compiling conf-mariadb.2 =====================================# # context 2.3.0 | macos/x86_64 | ocaml-base-compiler.4.14.2 | file:///Users/mac1000/opam-repository # path ~/.opam/4.14.2/.opam-switch/build/conf-mariadb.2 # command...

as per offband discussion: let's merge

Thanks, I'll make a 5.8.1 and mark 5.8 as `avoid-version` in opam-repository.

I've made https://github.com/ocaml/opam-repository/pull/27204 for https://github.com/ocsigen/lwt/tree/5.8.1

doesn't seem to fix the ocamlfind version… I'll investigate when I have time

trying to add the package version information right into the dune-project file now

works for 5.8.1 I'll mark 5.8.0 as avoid-version, and do the same for 5.9

AFAICT this is fixed on 5.8 via 5.8.1, and nearly fixed (waiting for PR merge) for 5.9. We could mark 5.8.0 and 5.9.0 as `avoid-version`, or we could mark them...

The only CI errors I see are: - some misc revdeps (curl timeout, hash mismatch, generic build fail, etc.) - some jailing issue in macos (networking syscalls failing during the...

@hannesm thanks for pointing this error out. I notice that lambda-term `#include ` so it gets the new macro that was introduced in [`#1022](https://github.com/ocsigen/lwt/pull/1022)'s `0da9177c79`. I don't know to what...