-
Notifications
You must be signed in to change notification settings - Fork 899
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
[WIP] Fix warnings raised by URI 1.0.1 #23261
base: master
Are you sure you want to change the base?
Conversation
1ea126b
to
35bd2c9
Compare
733c1f4
to
e4e6169
Compare
From Pull Request: ManageIQ/manageiq#23261
ok, cross repo: ManageIQ/manageiq-cross_repo-tests#928 is green other than an issue requiring qpid_proton in nuage and openstack:
@agrare Have you seen this before? |
e4e6169
to
b1a2248
Compare
Looks like legit issues with nuage, openstack: number of args to constructor |
yeah, thanks, I was meaning to look at those again today |
I wonder if the warnings about uri 1.0.1 are an indicator it's related to 1.0.1
|
b1a2248
to
8b65989
Compare
@jrafanie What is the impetus to upgrade to 1.0? (I noticed that the default gem in Ruby 3.3.6 is 0.13, and in Ruby 3.4.0 preview, it's also 0.13) |
We didn't previously have a version constraint on it and upgrading to 1.0 broke developers locally. There isn't a real backward compatible way to make pre-1.0 changes work without warnings in 1.0 so I was going to upgrade after backports were dying down. |
WIP:
Related to:
https://www.github.com/ruby/uri/issues/125
#23260