Gabriel Scherer
Gabriel Scherer
I have nothing against `Args`, and @dbuenzli likes it better. Should we just ask for this change and move on? @Octachron, do you also support this, or do you have...
Consensus! @zazedd, could you rename `Args_list` into just `Args`, in both Printf and Format?
Edwin points out in https://github.com/ocaml/ocaml/pull/13284#discussion_r1669357921 that some of his analysis was wrong. I wonder if the PR is entirely without object, or if some changes remain useful/necessary. I also still...
@nojb do you know why Dune would enforce a different label application order? (Is this a difference in warn-error setting? I never heard of it.) If it's easy to tweak...
Merged. Thanks @butterunderflow! I find the situation with Dune and per-file warnings unfortunate. I wish we could make progress on https://github.com/ocaml/RFCs/pull/26, which would let us specify some OCAML options at...
I don't know about C compilers enough to comment on this particular change. I think @xavierleroy is more likely to have an opinion. At a meta-level: - I'm not sure...
Question: a natural extension of the language would be to allow `let`-binding in signatures, restricted to a name or a value. ```ocaml module _ : sig type t let int_of_t...
For Pparse I wonder (but I have not tried) whether it is possible to keep most of the file working on `structure` and `signature` as before, and have just the...
Another thing that makes me nervous with the pparse change is that some input modes of the compiler take serialized AST instead of source file, and I am not sure...
Also, I don't know if the change is actually useful for people that uses ppxes or provide serialized AST. Would they benefit from the extra location information, or is it...