exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
94 stars 50 forks source link

Fix TravisCI by using prebuilt opam2 image #310

Closed marionebl closed 5 years ago

marionebl commented 5 years ago

As per #308

marionebl commented 5 years ago

The current error seems to stem from the breaking change in base 0.12 described in #301, this time the example implementation is affected.

I wonder what the reasoning behind this kind of change is - janestreet/base does not provide context for this change.

Are breaking changes to be expected from base? Are there any communication channels where one can ask for the context of such changes?

marionebl commented 5 years ago

The current error seems to stem from the breaking change in base 0.12 described in #301, this time the example implementation is affected.

Solved by pinning base to 0.11.1

stevejb71 commented 5 years ago

@marionebl Jane Street say not to rely on stability from base until its 1.0 release. See https://opensource.janestreet.com/base/

I don't know if any communication channels exist.

sshine commented 5 years ago

You're a hero, Mario!