Skip to content

Conversation

gasche
Copy link
Member

@gasche gasche commented Dec 20, 2017

CI results from #11076
seem to indicate that older cohttp versions still get selected by the
dependency solver, and are incompatible with recent OCaml version: the
only thing I know for sure is that 0.20.1 is incompatible with both
4.05 and 4.06. This tentative PR touches a range of cohttp versions
(restrict them to < 4.06, which seems correct given the bound on 0.99)
to check them against OCaml versions -- it may turn out that they are
all incompatible with 4.05 as well, in which case they would all be
restricted.

(I didn't do it on all older cohttp version to avoid CI overload.)

@camelus
Copy link
Contributor

camelus commented Dec 20, 2017

✅ All lint checks passed ba83c95
  • These packages passed lint tests: cohttp.0.20.0, cohttp.0.20.1, cohttp.0.20.2, cohttp.0.21.0, cohttp.0.21.1, cohttp.0.22.0

✅ Installability check (8011 → 8011)

CI results from ocaml#11076
seem to indicate that older cohttp versions still get selected by the
dependency solver, and are incompatible with recent OCaml version: the
only thing I know for sure is that 0.20.1 is incompatible with both
4.05 and 4.06. This tentative PR touches a range of cohttp versions
(restrict them to < 4.06, which seems correct given the bound on 0.99)
to check them against OCaml versions -- it may turn out that they are
all incompatible with 4.05 as well, in which case they would all be
restricted.

(I didn't do it on *all* older cohttp version to avoid CI overload.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants