Results 508 comments of hhugo

I like that but aiming at `never` moving comments seems hard (especially with parens)

What's the status here ? Is the list of issue up to date ?

I'm surprised by the amount of "ast changed" in the report above. I wonder if we've introduced regressions since the initial report.

Has anyone looked at this since my last comment ?

I cannot reproduce this issue ``` $ echo 'let x = [%expr "test"]' > a.ml $ ocamlc -c -ppx ~/opam/4.08.0/lib/ppx_tools/ppx_metaquot a.ml -I +compiler-libs -dsource let x = { Parsetree.pexp_desc =...

Cross referencing https://github.com/ocaml-ppx/ocamlformat/pull/246

`quiet` was implemented this way on purpose. see https://github.com/ocaml-ppx/ocamlformat/pull/243 Maybe another option should be introduced. (`quiet-warn` / `quiet-error`)

also RTLD_DEEPBIND is not available on OSX. I've managed to make it work on OSX by either - hiding ocaml symbol in the dll: passing the option '--export-symbol' to the...