ocaml-ppx / ppx_tools

Tools for authors of ppx rewriters
MIT License
134 stars 39 forks source link

Handle additional location information in 4.05. #57

Closed yallop closed 7 years ago

yallop commented 7 years ago

ppx_tools doesn't build with current OCaml trunk, due to https://github.com/ocaml/ocaml/commit/a424f0aae15c925f4deb0dadf4fcd6dcf2fae604#diff-4ad74ad5150866759d376ef8457d147e

alainfrisch commented 7 years ago

Thanks. Cf #56.

I've adjusted the travis config for the project to test master against trunk. I'll will close/reopen this PR to trigger travis again.

alainfrisch commented 7 years ago

Do you know how to adapt .travis.yml to test against OCaml trunk? I've tried with OCAML_VERSION=4.05 but this fails with Unknown OCAML_VERSION=4.05 OPAM_VERSION=1.2.2; and with OCAML_VERSION=latest which seems to use OCaml 4.02.

yallop commented 7 years ago

I don't know; I'd recommend asking here: https://github.com/ocaml/ocaml-ci-scripts/issues

There's some discussion of the problems with latest already: https://github.com/ocaml/ocaml-ci-scripts/issues/110