Skip to content

Conversation

@gridbugs
Copy link

This fixes a problem where the project cannot be solved when with-test is true. It depended on ocamlformat.0.16.0 which in turn depends on ppxlib < 0.22, but this project also depends on ppxlib >= 0.28.0, so no solution was possible.

I came across this problem when trying to solve the project's dependencies with dune package management, which becomes possible after this change.

@smorimoto
Copy link
Contributor

Can we re-push the commit to re-trigger the CI for this?

This fixes a problem where the project cannot be solved when `with-test`
is true. It depended on ocamlformat.0.16.0 which in turn depends on
ppxlib < 0.22, but this project also depends on ppxlib >= 0.28.0, so no
solution was possible.

Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
@gridbugs gridbugs force-pushed the update-ocamlformat branch from 9f57082 to 5a17b12 Compare July 15, 2025 05:45
@gridbugs
Copy link
Author

I tried but it didn't fix the issue. I don't think it's related to my change.

@smorimoto
Copy link
Contributor

Indeed, I just opened a PR to fix it: #449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants