Gabriel Scherer
Gabriel Scherer
> Is anyone using OCaml marshaling for RPCs? I was going to write "I don't know", but looking for `input_value` on Github seems to return a few hits. For example,...
I had the chance to run into @damiendoligez again and ask for more information on what we should do with this PR. @damiendoligez clarified that the pacing work he is...
Since last september, I tried to make the unmarshalling behavior customizable (account the work to speed up the GC or not? That is, long-lived or not?), and I did not...
I'm still confused, but I think that this also comes from the rest of the documentation, which I read to understand the context for your own paragraph. - What does...
I understand, and I think this is very helpful -- as my own comments suggest, I am myself a bit lost in the available document comments regarding continuations. (And I...
I agree that reordering is not so important in full tuples and full record expressions, but we do probably want to keep partial patterns which are a form of reordering...
We discussed this syntax at the maintainer meeting. The general consensus was to stick with a tuple-like syntax, in particular because the intended use-case is to make it easy to...
I'm not sure either. (Maybe @panglesd has an idea, as the author of this CI check?) I added the `parsetree-change` label, as the parsetree indeed changes with this PR.
I started looking at the code again. Most of it is fine, but the complexity of the parser changes is giving me pause. There is a lot of very clever...
My inclination would be to ask a parsing expert if they have an idea on how to do better (I mentioned @fpottier earlier and I may ask him if we...