Results 1654 comments of Gabriel Scherer

The use of `+ocamlbuild` is not recent. Could it be that your previous version of the 4.03 switch still had in-distribution ocamlbuild, and that this is the first time you...

This looks different, and it may be #59 if `ocamlfind` has been reinstalled but `ocamlbuild` hasn't -- try reinstalling `ocamlbuild`.

I looked at why the warning cannot be silenced with attributes. This is a general issue with warnings emitted during the typedtree->lambda phase. Currently we use `Builtin_attributes.warning_scope` to evolve the...

@dra27 I applied your suggestion so now the name is `degraded-to-partial-match`. But, come to think of it, I am thinking of changing to `match-degraded-to-partial` instead, I find that it reads...

@Octachron, @dra27: this is a ping, in case one of you would be willing to revisit -- I applied all review suggestions so far.

@Octachron the current wording of the documentation (which most people will never read, so maybe it's no big deal if there are two more paragraphs than you would have like)...

I agree, and I think that it would be nice to also include #13154, which is a relatively minor improvement, has already been reviewed and approved, and whose existence we...

I observe the following failure of the test memory-model/forbidden.ml (in bytecode) on MSVC 64 on this PR: ```diff -Observation MP+PA Never +Observation MP+PA Sometimes +Invalid behaviour on test MP+PA ```