Paul Tsnobiladzé
Paul Tsnobiladzé
@bloodyowl if calls to `Js.Dict.fromArray` with a literal array would be compiled directly to the given json object then it would totally make sense to have a dedicated syntax. But...
Local open adds parenses and indentation, overall quite a lot of noise in my opinion. I usually prefer to use `open` but refmt transforms it back to a local open...
> let x = { > Module.a: 1, > b: 2 > } Annotating keys in record has always looked clumsy to me. But for this case I guess you...
This solution is quite interesting but I'm actually not sure it solves all the use cases, for example we were building docker base images of our project with just the...
> What is you usecase exactly? We have a monorepo with many libs and executables in it. We've found [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) action to be quite slow to build and not very...
wow thanks a lot for all your answers, I'm going to experiment with those different solutions then :)
any update about when this could be merged? I'm interested too!
As an additional remark, when I tried to reproduce with opam 2.0.10 it would work, so I guess it's a rather recent regression.
is there any plan to merge this PR?
I think we can close this issue thanks to optional fields in records (#5423)