Louis

Results 56 issues of Louis

This is neither a bug report nor really a feature request at this point but more to start a discussion. It seems that depending on the situation, switching `--error-reporting` to...

``` $ make init opam switch create . 5.2.0 -y --deps-only Installing new switch packages Switch invariant: ["ocaml-base-compiler" {= "5.2.0"} | "ocaml-system" {= "5.2.0"}] The following actions will be performed:...

When an `opam update` sees that nothing changed in a repository the operation should be instantaneous instead of taking 20s. Also opam should check headers like `last-modified` so that it...

KIND: FEATURE WISH
AREA: PERFORMANCE

## Desired Behavior In a dune file, having a stanza `(formatting disabled)` would ensure that the file doesn't get touched when `dune build @fmt` runs. We have dune files where...

enhancement
help wanted

## Desired Behavior We would like to be able to format dune files using a different tool than dune but still have dune run that tool during `dune build @fmt`...

help wanted
proposal

## Desired Behavior We could imagine having an option in dune-project to configure the maximum line length used by dune to format its files. dune-project ``` (formatting (dune (margin 200)))...