Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let ppx_tools build on OCaml 4.08/9/10/11 from one repository #85

Closed
wants to merge 4 commits into from

Commits on Apr 22, 2020

  1. OCaml 4.11 support

    Port work from Richard W.M. Jones. See ocaml-ppx#81
    kit-ty-kate committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    01b279d View commit details
    Browse the repository at this point in the history
  2. Switch CI to OCaml 4.11

    kit-ty-kate committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c691826 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Literal quotations for OCaml 4.11

    Implements (partially) ocaml-ppx#83.
    thierry-martinez committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e4d9303 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. build under OCaml 4.08, 4.09, 4.10 and 4.11 from one repo

    This switches the repository to be buildable using multiple
    versions of OCaml, in a manner similar to that used by Merlin
    and other compiler-dependent tools.
    
    As a result, we can release a single ppx_tools package for
    multiple compiler versions. This in turn makes it much easier
    to use ppx_tools in dune monorepos, which makes life easier for
    benchmarking systems such as Sandmark used in multicore OCaml.
    avsm committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ab0a7d0 View commit details
    Browse the repository at this point in the history