Antonio Nuno Monteiro
Antonio Nuno Monteiro
> the intention is to load a plain (non-template) SQL schema this is my use case. I currently have `.sql` files that represent migrations and may have multiple statements. On...
The example in this issue seems to be parsed differently than: ```rust (if (true) { false } else { true }) |> Js.log; ```
This happens because we accept ```reason $ refmt if (foo) bar else baz if (foo) {bar} else {baz}; ```
this seems to be an OCaml bug, opened issue upstream: https://github.com/ocaml/ocaml/issues/14027
@rgrinberg do you think this needs a changelog entry?
in ``[> `Foo | `Bar ]`` there's a type variable like there's a type variable in `'a StringMap.t`. it would be even nicer to provide the function for `'a` as...
> Hm... wondering what's the motivation for this restriction. probably a small optimization? if you don't allocate + create all ints + one string for the one with payload, you...
> What do you mean by snapshotting the tests ? I mean that there's a significant diff in the cram tests, likely because of OCamlformat versions, but I think that's...
> @anmonteiro could we test this one on nix? Naively this looks good to me but I still need to properly test it. Please allow a couple days for me...
kicked off a test run here: https://github.com/nix-ocaml/nix-overlays/pull/1717 we build a few packages that rely on pkg-config, also for x-compilation.