-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update: chess_com_api, lichess_api, pgn_parser 1.0.2 #28521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
3b974b3
to
baca9d5
Compare
I think I specified the checksum correctly, what could be the problem? |
AFAICS, you've specified the wrong checksum:
which differs from |
baca9d5
to
4cf8a2f
Compare
4cf8a2f
to
d524ea6
Compare
There's progress: Now I see a bunch of lower-bounds failures:
Similarly
These kinds of cross-package incompatibilities are a source of red CI lights and time-consuming missing constraint hunting (both for you - and for opam-repo maintainers).
The lock-step constraints can be expressed with the
In a dune-project file you would need to prefix the
See also the first exception listed in https://github.com/ocaml/opam-repository/tree/master/governance/policies#5-strict-dependency-constraints-should-be-avoided---or-preventive-upper-bounds |
No description provided.