David Allsopp

Results 504 comments of David Allsopp

The versioning issue here will be dealt with as part of the relocatable compiler (stub libraries get the same treatment as `ocamlrun` under that, so in this misconfigured state you...

Patch set which addresses this is in progress…

PRs for this are actually due soon (there’s a talk on the whole relocatable compiler at this year’s OCaml Workshop)

Quoting [CONTRIBUTING.md](https://github.com/ocaml/ocaml/blob/trunk/CONTRIBUTING.md#coding-guidelines), "there are no strongly enforced guidelines specific to the compiler" - this would be a huge change, even if it were only applied to the Standard Library to...

Fix in the same area as #10258

> But then, shouldn't the test in configure use the very same CFLAGS > the compiler will? This would be better, yes, but it's orthogonal to this (in fact, I...

This was discussed this morning. Steps: - [ ] https://github.com/ocaml/opam/issues/4490#issuecomment-762339185 needs to be triaged/reproduced/fixed - [ ] We need to verify that `OPAMMERGEOUT=0` is behaving correctly w.r.t. the logs _written_...

That's embarrassing, the manual is wrong! It should be `beta=git+https://`. @AltGr - is repo type inference supposed to work here?

Re-opening - the docs are fixed; but it's inconsistent that `opam repo add beta https://github.com/ocaml/ocaml-beta-repository.git` works but `opam switch create foo beta=https://github.com/ocaml/ocaml-beta-repository.git --empty` doesn't.