Etienne Millon

Results 92 issues of Etienne Millon

This supports things like `dune exec time %{bin:e}`. The syntax is consistent with what support in `dune build` and backwards compatible in cases where no arguments start with `%`. The...

This adds a prefix that is executed instead of the command itself. This is useful to run a command under tools like time or perf. Closes #2691

Hi, `dune exec` can be used to build an executable and run it, with optional arguments. But it's not possible to execute in a way where it's not the main...

This controls the syntax of the output. Closes #1117

odoc

The "configure-style" field is parsed but ignored: https://github.com/ocaml/opam/blob/4d9db690420e36d995e6a0afe18660bcb45bea49/src/format/opamFile.ml#L2780 Since it's been deprecated and ignored for a long time it looks like it should be removed in 2.1 or 2.2.

The "libraries" field is supported but does not seem that anything in the ecosystem is using it: https://github.com/ocaml/opam/blob/4d9db690420e36d995e6a0afe18660bcb45bea49/src/format/opamFile.mli#L460-L461 Might be worth deprecating it in 2.1 or 2.2.

The "syntax" field is supported but does not seem that anything in the ecosystem is using it: https://github.com/ocaml/opam/blob/4d9db690420e36d995e6a0afe18660bcb45bea49/src/format/opamFile.mli#L463-L464 Might be worth deprecating it in 2.1 or 2.2.

The "features" field is accepted in opam files: https://github.com/ocaml/opam/blob/4d9db690420e36d995e6a0afe18660bcb45bea49/src/format/opamFile.mli#L457-L458 It is documented as an experiment but it looks like the feature was never used. Something similar is likely to be...

Hi! Hi had a go at running the test suite for core v0.14 under `4.12.0+domains`. This is a bit involved because the tests are stripped from the public releases. I'm...

ecosystem/broken

Hi, When the client is on a different origin than the server, the client sends a preflight OPTIONS request to OGS, which returns a 404: https://github.com/andreas/ocaml-graphql-server/blob/940e86f9ff1a017be2ff64b3a35c71804d9a4729/graphql-cohttp/src/graphql_cohttp.ml#L188 That prevents directly using...