Gabriel Scherer
Gabriel Scherer
Suggesting to have this in the file directly is related to https://github.com/ocaml/RFCs/pull/26 , a RFC discussing how to put information for the whole compilation unit at the top of a...
Consensus from the maintainer meeting: okay, let's have this feature in! (@nojb asked whether we could get a version that warns, instead of erroring, on the additional keywords in the...
Je trouve personellement que cette proposition est d'un goût douteux, et j'hésiterais fort à utiliser bitoduc.fr dans un contexte professionnel si elle était acceptée. **Edit**: ce message était une réaction...
C'est un détail, mais on dirait que le nouveau commit propose toujours l'ancienne traduction.
(My understanding is that we are waiting for @stedolan to take review comments into account. Note: @dra27 if you want to play the role of joint-author here I can also...
The proposed fix does not work in general: essentially the main thing it does is to override the rule that produces the `.cmxs` from the `.mldylib` file (where the problem...
I would say that the renaming was intended (the new names are arguably nicer) but we forgot to preserve backwards-compatibility by keeping the old names around. Would you want to...
My opinion: not adding support for new stuff in Makefile.config is fine, but breaking stuff that worked in the past should be avoided unless we have a good justification (when...
For the record, the proposed function has the following signature: ```ocaml val map_append : ('a -> 'b) -> 'a list -> 'b list -> 'b list ```
(Note: Xavier's suggestion above has been applied in ocamltest, which now prints a single line unless a failure happened, thanks to the work of @nojb in #12895.)