Jan Midtgaard
Jan Midtgaard
Here's a recent one from Discuss also related to constructor arguments: - https://discuss.ocaml.org/t/baffled-by-this-compile-error/11767
Here's another one for signatures: https://github.com/ocaml/ocaml/issues/12280
Here's a classic, caused by confusing the two `let`-forms: https://discuss.ocaml.org/t/syntax-error-on-in/12297 (if nothing else, it would be nice to confirm that it is handled nicely)
I came across another one, involving a trailing function semi-colon: https://github.com/ocaml/ocaml/pull/102#issuecomment-56207467
Another one - giving a nice error message on #require and friends: https://github.com/ocaml/ocaml/issues/12554
A fresh one from Gabriel: https://github.com/ocaml/ocaml/issues/12808
I somehow managed to include illegal white chars again... :facepalm: I've therefore checked that all 4 four opam files lint locally. `lbvs_consent.2.1.1/opam` and `lbvs_consent.2.1.2/opam` trigger a lint warning locally (and...
I see FreeBSD failures on `conf-python-3.9.0.0` ``` #=== ERROR while compiling conf-python-3.9.0.0 ================================# "python3": command not found. ``` which should be solved by #24652
9c86a07 adds a lower bound on `cpm` which seems to have restructured to have a `Cpm` module with the 4.0.0 release.
- 92fdc8e adds a lower bound for minivpt (only a dep for 2.1.1 and 2.1.2) - 2cf1ce6 adds a lower bound for `batteries` which added `BatString.split_on_string` in 2.11.0