Thomas Gazagnaire

Results 226 comments of Thomas Gazagnaire

If someone has time to adapt the new ocaml-git/irmin to canopy that would be super helpful. To get this going: ``` $ opam pin add git -n --dev $ opam...

I have a Canopy branch with compile with these patches: https://github.com/Engil/Canopy/pull/95 No idea if that works fine, I haven't even started the unikernel.

> No idea if that works fine, I haven't even started the unikernel. So there's an issue in resolving Git uris.

Same issue here: ``` $ dune-release -p repr,ppx_repr [-] Building source archive [+] Wrote archive _build/repr-fuzz-0.2.0.tbz ``` I would expect the archive name to be `repr-0.2.0.tbz` (as it is specified...

@kit-ty-kate do you think it would be possible to add `openssl@3` as a depext for homebrew? Otherwise it's still looks pretty broken?

Are we talking here about modifying the package contents or the package metadata? I don't think modifying the package contents without doing a new release has been done (or maybe...

I just add this issue when creating a fresh switch: ``` #=== ERROR while installing num.1.4 =========================================# # context 2.1.2 | macos/arm64 | ocaml.4.13.1 | https://opam.ocaml.org#27414071 # path ~/git/mirage-www/_opam/.opam-switch/build/num.1.4 #...

@kit-ty-kate is this deployed in production in opam-repo-ci? Could you rebase and use `Cstruct.lenght` (and the corrrect cstruct constraint?). Thanks!

Could you rebase again? And @talex5 what do you think about the PR?

`test_binary -e` should start by displaying the test name before the corresponding test logs (only for failed tests). I don't see how your solution would help to collect logs, if...