Closed paurkedal closed 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.
Looks good, Thanks for the release!
Hopefully soon also in opam: https://github.com/ocaml/opam-repository/pull/15394
As you can see, I intend to extend compiler support for
ppx_type
down to 4.02.3. The way I did it, meansppx_tyre
depends on cppo, which but we could use the customList.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 includeppx_tyre
, as well, if we want the extended compiler support right away.