Skip to content
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

Regression of URI.parse in 0.12.0 #47

Closed
shioyama opened this issue Dec 8, 2022 · 2 comments
Closed

Regression of URI.parse in 0.12.0 #47

shioyama opened this issue Dec 8, 2022 · 2 comments

Comments

@shioyama
Copy link

shioyama commented Dec 8, 2022

We noticed this issue bumping URI from 0.11.0 to 0.12.0:

# ruby/uri 0.12.0
URI.parse("https://").host
#=> ""

# ruby/uri 0.11.0
URI.parse("https://").host
=> nil

The issue seems to be 81263c9. Is this an intentional change? If so it should be mentioned in the release notes for 0.12.0 no?

@casperisfine
Copy link

I believe this was intentional 81263c9

@hsbt
Copy link
Member

hsbt commented Dec 12, 2022

It's intentional changes. I added entry to https://github.com/ruby/uri/releases/tag/v0.12.0

@hsbt hsbt closed this as completed Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants