paurkedal / ppx_regexp

Matching Regular Expressions with OCaml Patterns
GNU Lesser General Public License v3.0
56 stars 3 forks source link

Extend compiler support. #9

Closed paurkedal closed 4 years ago

paurkedal commented 4 years ago

As you can see, I intend to extend compiler support for ppx_type down to 4.02.3. The way I did it, means ppx_tyre depends on cppo, which but we could use the custom List.init function independent of ocaml version, if you prefer. I needed it also as a {with-tests} dependency to support newer compilers.

A intend to make a release after this due to a fix in ppx_regexp. I can include ppx_tyre, as well, if we want the extended compiler support right away.

paurkedal commented 4 years ago

I pushed another commit to upgrade to AST 4.09 to allow using the PPXes with new features, like the let-operators. With this, I think it's definitely worth making another ppx_tyre release, as well.

Drup commented 4 years ago

Looks good, Thanks for the release!

paurkedal commented 4 years ago

Hopefully soon also in opam: https://github.com/ocaml/opam-repository/pull/15394