Nathan Rebours

Results 36 issues of Nathan Rebours

@pascutto and I recently ran into a weird issue while trying to fuzz https://github.com/mirage/index. We tried fuzzing an uninstrumented binary by mistake and got a `Fork server handshake failed` error...

`OpamStd.Map` defines its own `update` function. This was totally justified back when there was no such function in the standard library `Map` functor but probably is not anymore. The signature...

Similarly to #5122, this happens when running opam-monorepo cram test suite from opam. It seems that even though we initialize opam in safe mode, simply loading opam's global state with...

KIND: BUG

We use `opam show` in opam-monorepo cram test suite to display the relevant parts of the opam files involved in the test and it's been quite convenient. We use `ocaml-ci`...

AREA: DOCUMENTATION

It would be nice to improve the error reporting of the derived `of_yojson` functions as it would really ease debugging errors in the parsed json or in hand written parsers...

enhancement

## The current situation At the moment, mostly because of delegates, dune-release tries to parse the `home`, `dev-repo` and `doc` fields on the to-be-released opam package. This overly complex logic...

We suppressed the terminal input feedback when the user pastes their github token in the terminal after being prompted for it. This is useful because the token is sensitive information,...

We recently added support for mli files in MDX which means that now you write ocaml toplevel blocks in your doc comments and have MDX verify that for you. This...

Kind/feature-request
Integration/mdx

Currenlty it seems that the location passed to the generator function ```ocaml loc: Location.t -> path: string -> `input_ast -> `output_ast ``` at least in the `str_type_decl` case is the...

It adds a `consistency_check` argument to `PublicKey.RSA.import_key` defaulting to `True` so it doesn't change the default behavior.