Results 192 comments of Raphaël Proust

FWI, the package `conf-secp256k1` already exists. Considering the error message, I'd guess this is the system library you need to depend on.

On OCaml 5.[012], there is no native compilation support for 32-bit plateforms. I think that's why `dune` can't build a `.exe`. You can - Either: Add an opam conflict with...

I think that removing the `(modes native)` part will make it possible to ask dune to build the bytecode version of it (something like `dune build mkshims.bc`) but it won't...

Baisc benchmarks look promising I used httpaf's benchmarks ``` vanilla lwt, vanilla httpaf $ wrk -t8 -c64 http://localhost:8080/ Running 10s test @ http://localhost:8080/ 8 threads and 64 connections Thread Stats...

Thanks! I'll have a look at the dune version thing this week

> I'll need to rebase on master once that is merged in you can go ahead @shonfeder

Ready to merge unless the CI shows I messaed up something with my suggested+applied changes

Thanks for the contribution!!

> Do we want another policy than latest for Lwt? not sure… so just to make things clear: `latest` means that for each compiler version from 4.08 to 5.4, we...

if it's to accompany other error messages then one possibility I hadn't considered is that `--display=quiet` could make the entering/leaving messages only appear if there are error messages (so produce...