xapi-project / xcp-idl

Interface descriptions for services running on an XCP host.
Other
9 stars 41 forks source link

maintenance: replace references to pervasives module #301

Closed psafont closed 4 years ago

psafont commented 4 years ago

It's been markes as deprecated and throws warnings

lindig commented 4 years ago

Travis complains:

lib/.xcp.objs/native/debug.cmx -c -impl lib/debug.pp.ml)
814- File "lib/debug.ml", line 30, characters 25-28:
815- Error: Unbound module Int
lindig commented 4 years ago

This is because travis.yml hard-codes the compiler to OCaml 4.07 - we should use the environment from xs-opam.

psafont commented 4 years ago

I'm sure that by the time we're done updating all the travis configurations something newer will make us change the CI of all the repos again :p