bisect_ppx icon indicating copy to clipboard operation
bisect_ppx copied to clipboard

Update ocamlformat version

Open gridbugs opened this issue 11 months ago • 3 comments

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.

gridbugs avatar Mar 19 '25 07:03 gridbugs

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

smorimoto avatar Jul 14 '25 12:07 smorimoto

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

gridbugs avatar Jul 15 '25 05:07 gridbugs

Indeed, I just opened a PR to fix it: https://github.com/aantron/bisect_ppx/pull/449

smorimoto avatar Jul 15 '25 15:07 smorimoto