Mathieu Barbin
Mathieu Barbin
@nojb I am getting started with the testing. It's been a while since I built dune from source, I have some questions - hopefully this won't be too noisy for...
@nojb apart from the warning and/or the _build/log question, I report that this PR fixes the formatting issue encountered with dune.3.20 when [using dunolint as an Emacs reformatter](https://mbarbin.github.io/dunolint/docs/guides/reformatter/). I tested...
Great, thank you! Looking at your PR now, my take is that I am satisfied with it as far as the requirements I stated in #11605 so I will close...
By the way, I just saw @Khady express a desire to keep the formatting changes in `3.20`. Because this breaks my dunolint editor workflow, my perspective is that, whatever you...
Thank you all for the work on this PR! In the meanwhile, I have found great value in using https://github.com/kit-ty-kate/opam-alpha-repository Thanks! @kit-ty-kate may I request that you add a new...
> @mbarbin done: [kit-ty-kate/opam-alpha-repository@c9bdcd1](https://github.com/kit-ty-kate/opam-alpha-repository/commit/c9bdcd12a7ceec641ed54122bcee0c3b65980231) @kit-ty-kate Very nice. I re-run a few CIs to pick up this new pkg and I can confirm this fixed the bisect_ppx related issues with 5.4...
I just encountered a similar error. This is for the `windows-latest, 4.08.x` job of pp's CI in [PR 21](https://github.com/ocaml-dune/pp/pull/21). See for example [this run](https://github.com/ocaml-dune/pp/actions/runs/10790701911/job/29926483077?pr=21).
If this helps, I found trace of this error message in `packages/ocaml-base-compiler/ocaml-base-compiler.4.08.1/opam`'s `post-messages`, in this repository.
With the help of https://github.com/ocaml/setup-ocaml/issues/861 I understand it is not always simple to anticipate which architecture is going to be used when choosing an OS by name on GitHub workflow...
> Indeed that looks broken. OK, I'd be in favor of making the change then. In light of this I'll change my pp-wrapper to align with this new behavior (at...