Nicolás Ojeda Bär

Results 54 issues of Nicolás Ojeda Bär

Currently `dune` supports (via `dune build @fmt`) formatting of Reason code using `refmt`, OCaml code using `ocamlformat` and `dune` files. Dialects can also provide a custom formatting action and if...

postponed
feature-request

Repro: ```bash $ mkdir test && cd test $ cat >dune-project EOF $ cat >dune (executable (name main2)) > EOF $ touch main1.ml main2.ml $ dune build @check File "main2.ml",...

bug

Tiny tweak to make it compile with MSVC.

forwarded-to-js-devs

Attempt to address #14376. I used the formulation "module-level let-binding" to exclude bindings introduced by "let-in" expressions, but perhaps there is something clearer that could be used. Suggestions welcome! Fixes...

no-change-entry-needed
documentation
CI: Skip testsuite