Open talex5 opened 1 year ago
cf. https://github.com/ocurrent/ocaml-version/issues/58#issuecomment-1399270623. There's an open question as to what this function means for 5.x. In the past, it was referring to if there was a multicore variant of OCaml, but OCaml 5.x is multicore.
The doc comment says:
(* [is_multicore t] is [true] if this version is a multicore-capable release. )
Releases.v5_0_0
is surely a multicore-capable release.
Yes, indeed - I'm not arguing, it's just that the function isn't actually used that way (even in ocaml-version - see later in the opam package selection) so it's just not an instantly obvious fix (I thought there was a workaround for this in ocaml-ci in progress?)
There is a fix in progress for this. Antonin was looking into it.
On Mon, 6 Feb 2023 at 12:36 am, David Allsopp @.***> wrote:
Yes, indeed - I'm not arguing, it's just that the function isn't actually used that way (even in ocaml-version - see later in the opam package selection) so it's just not an instantly obvious fix (I thought there was a workaround for this in ocaml-ci in progress?)
— Reply to this email directly, view it on GitHub https://github.com/ocurrent/ocaml-version/issues/59#issuecomment-1417861254, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJXONKSLPW42CLZ7DYIZTWV6UENANCNFSM6AAAAAAUQPWVYQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
ocaml-version claims that 5.0.0 isn't multicore:
This is causing CI to fail (e.g. https://github.com/mirage/mirage-crypto/issues/169#issuecomment-1416072152).