-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ppx_sexp_conv v0.11.1 #11901
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
ppx_sexp_conv v0.11.1 #11901
Conversation
✅ All lint checks passed 7142f8f
✅ Installability check (8793 → 8794)
|
thanks. are the revdeps failures expected? I suggest we merge this, and afterwards a PR similar to #11898 which (a) conflicts with |
Looking at the errors, some of them should already occur with ppx_sexp_conv v0.11.0, I'll add some constraints. Some are just missing a dependency on sexplib. Basically, the runtime dependency of
|
For @avsm and @let-def, after this PR, |
Not sure what's going on with the CI here, I constrained things more so there should be less failures... The new errors look unrelated to this PR |
189b89c
to
8ac2ff7
Compare
Ok, it looks better now. I tested manually and ocaml-topexpect 0.1, 0.2 and 0.3 don't build with OCaml >= 4.05, so I added more constraints. The last two failures - qcow 0.6 and 0.7 - are unrelated. I think this PR is good to merge. |
Actually I added the missing dependency on |
Agreed that this seems ready to merge. @hannesm Do you want to take a look since you were reviewing this? |
Ping, it would be nice to unsplit the world ASAP. (x-ref mirage/ocaml-uri#120 ) |
Forget about the "unsplit the world part", apparently my opam has just gone crazy on its own. |
sorry for the late reply. This is good to go. to unsplit the universe we'll still need to carefully adapt packages to the new ppx_sexp_conv world (thanks @diml for explaining the design considerations). |
Remove the dependency from
ppx_sexp_conv.runtime-lib
to base