David Allsopp
David Allsopp
The plan here: - Double-check the lack of use and add an `opam lint` warning (all versions) - When the opam file format itself is updated, remove the field The...
> Please notice that while I am facing the issue on a PPC system, this error is not arch- or OS-specific and has been reported for later versions of macOS...
Agreed (having just also been stung by this). It's surprising that `let split_on_char c = Re.(split (compile (char c))` is _not_ equivalent to OCaml's `String.split_on_char` (not only the above examples,...
Ah, it's gcc rather than clang - that was a bit too subtle beforehand (I think the only clue in the report is the presence of `collect2` in an error!)....
Oops, I seem to have dropped this one: > Suggestion: `Check no ignored files committed`: how about using singular (file) rather than plural (files) andadding "is" before committed? Agree with...
> As a last suggestion, which is slightly orthogonal to the previous one, I'd like to suggest to isolate the test in its own script under `tools/` to make it...
This just needs: - Changes entry updating, as it got out of sync with the PR - An issue to be opened to track adding a new lint warning for...
Repository SHA for the various tests updated, so GHA at least passes. AppVeyor is failing from the good ol' timeouts from the 2.1 reftests. No idea what to do about...
In https://github.com/ocaml/opam-repository/pull/25474#issuecomment-1992058287: > Well there was never any Windows users using opam-repository as opam-repository is not currently available on Windows. People currently use forks that are not currently updated. There...
I can do, though do we want to expand the entire table to include the `os` value as well? The Cygwin part becomes very confusion here, as it's both an...