ocaml-ppx / ppx_import

Less redundancy in type declarations and signatures
MIT License
89 stars 28 forks source link

A new opam release of `ppx_import` #95

Open mt-caret opened 5 months ago

mt-caret commented 5 months ago

Hi, I ran into https://github.com/ocaml-ppx/ppx_import/issues/89 as well, and I was able to resolve it by side-stepping the issue by pinning the package off of the latest git revision.

Would it be possible to release a new version of ppx_import to opam so that opam install ppx_import will work out of the box for folks? I assume a newer release will also make it easier for folks to release packages which depend on newer versions of ppx_import.

chetmurthy commented 4 months ago

I'll second this. The change in how ppx_import is pretty significant, and since the former syntax is no longer supported, I think basically any package that wants to support or use ppx_import has to wait until a new release comes out with this new syntax.

Alternatively, if the old syntax could still be supported in the new release, that'd be sufficient.