Simon Cruanes
Simon Cruanes
## Expected Behavior I have a binary with `(promote (until-clean) (into ..))` (which copies the binary into the project main directory). I'm running the binary (a server) and using `dune...
some invariants might be hard to guess, eg. that shrink must only return strictly smaller elements. cc @bobot .
the binary string is just super ugly. We should be able to generate 4 bytes and get the int32 from there…
The compact runner is nice for large set of tests written using qtest, but with `--verbose` it should switch to the colorful, informative new display.
it would be nice to host the generated API documentation somewhere (I'm not aware of it being hosted anywhere right now, please correct me if I'm wrong). github pages should...
- [x] add int16/32/64 - [ ] read int16/32/64 - [ ] qtest for the above (conditionally? or do we add the `bytes` functions manually instead of depending on 4.08...
in the style following IntMap, with a generator of operations and a comparison with Buffer.t (compare `contents` after the series of operations)
seems like the trend is using `Syntax` (e.g in lwt), and it's more accurate than `Infix` for the new let operators.
Following [this discussion](https://github.com/c-cube/ocaml-containers/discussions/372) it makes sense to do the following changes: - `size` should more or less disappear in favor of just the array capacity - `equal`, etc. would ignore...
https://github.com/mjambon/ocaml-layer seems super nice to build a docker image with exactly what's needed on it (in our case: OCaml switches in `{4.03, 4.08, 4.11}` at least, with dune and the...