The latest serapi (coq-serapi.8.16+rc1+0.16.0) requires (again) a downgrade of ppxlib and sexplib:
- downgrade sexplib0 v0.15.1 to v0.14.0 [required by ppx_sexp_conv, sexplib]
- downgrade ppxlib 0.27.0 to 0.25.1 [required by ppx_import, ppx_deriving_yojson, ppx_sexp_conv]
Is this really required?
@Enrico Tassi : do you see issues with these versions for elpi?
(Elpi compiles fine with these versions).
Elpi's use of ppx is very mild, if it compiles it is fine.
Also, it is only used for debugging, and I've recently added tests for these prints as well, so if the tests pass, there should really be no problem.
Last updated: Jun 03 2023 at 05:01 UTC