Antonin Décimo

Results 158 issues of Antonin Décimo

The plain `ci_ref` returns only the list of commits which are HEADs of references (like the last commit of a PR). This lower-level function exposes bindings between the reference and...

Dropping XDG doesn't mean we cannot override the default state directory. Does switching to a `ref` introduce an annoying side effect (if the caller changes the root state directory)? Should...

[`Current.Job`](https://github.com/ocurrent/ocurrent/blob/1be4fea132bd3fb5b3e4de75fadd6830019f67f3/lib/current.mli#L233-L237) provides two functions to log output: ```ocaml val write : t -> string -> unit (** [write t data] appends [data] to the log. *) val log : t...

I'm disabling a set of tests that should run e.g., on Windows, using the `filter` parameter from `'a with_options`. I've discovered that this `filter` parameter is overridden by the CLI...

When a build fails 😞 alcotest shows a message to tell the user where to find the log file: ``` Logs saved to `~\Tarides\obuilder\_build\default\test\_build\_tests\MJ8871ZU\manifest.000.output'. ``` The tilde `~` as an...

Hi all, I have this function to format timestamps to dates that got ocamlformat'ed. To me, it seems a bit silly that the `months` lists gets "expanded" whilst the `days`...

Kind/style-suggestion

Follow-up to my #2053. OCamlFormat has: > val parse_and_format : > [Syntax.t](https://v3.ocaml.org/p/ocamlformat/0.21.0/doc/Ocamlformat/Syntax/index.html#type-t) -> > ?output_file:[Ocamlformat_stdlib.string](https://v3.ocaml.org/p/ocamlformat/0.21.0/doc/Ocamlformat_stdlib/index.html#type-string) -> > input_name:[Ocamlformat_stdlib.string](https://v3.ocaml.org/p/ocamlformat/0.21.0/doc/Ocamlformat_stdlib/index.html#type-string) -> > source:[Ocamlformat_stdlib.string](https://v3.ocaml.org/p/ocamlformat/0.21.0/doc/Ocamlformat_stdlib/index.html#type-string) -> > [Conf.t](https://v3.ocaml.org/p/ocamlformat/0.21.0/doc/Ocamlformat/Conf/index.html#type-t) -> > ( [Ocamlformat_stdlib.string](https://v3.ocaml.org/p/ocamlformat/0.21.0/doc/Ocamlformat_stdlib/index.html#type-string), [Error.t](https://v3.ocaml.org/p/ocamlformat/0.21.0/doc/Ocamlformat/Translation_unit/Error/index.html#type-t) )...

Kind/feature-request
Good-first-issue :green_heart:

I'm starting to write readmes and manuals for my opam packages written in mld, that odoc/odig pick up and render nicely. The documents typically contain embedded OCaml code in the...

Kind/Feature-request

This code was written by @christf some time ago. I forgot about it, but now it’s here so we can keep track and see what to do.