-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
aws-s3 needs bounds on base #27312
aws-s3 needs bounds on base #27312
Conversation
Signed-off-by: Marcello Seri <[email protected]>
packages/aws-s3/aws-s3.4.8.1/opam
Outdated
@@ -19,6 +19,7 @@ depends: [ | |||
"ptime" | |||
"uri" | |||
"ezxmlm" {>= "1.1.0"} | |||
"base" {>= "v0.16.0"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this is needed. Aws-s3 ought not to depend directly on base (or at least that's the intention).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May have been my mistake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this - I was just about to make a PR with (almost) the same changes!
Going through the failures on CI, the packages
I've created a PR against |
aws-s3 needs bounds on ocaml and uri
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only CI failures left are either lints not relevant for a a bounds update or solver timeouts on older opam version.
Thanks for the fixes here!
Fails with
Seen on #27300