-
Notifications
You must be signed in to change notification settings - Fork 791
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
Replace with CIString from case-insensitive library #3390
Conversation
@@ -1837,7 +1837,7 @@ This release is identical to v0.19.0-M4. We mistagged it. Please proceed to th | |||
implementors, with more to follow. Added an `HttpCodecLaws` to http4s-testing. | |||
* `Uri.Scheme` is now its own type instead of a type alias. | |||
* `TransferCoding` is no longer a case class. Its `coding` member is now a | |||
`String`, not a `CaseInsensitiveString`. Its companion is no longer a | |||
`String`, not a `CIString`. Its companion is no longer a |
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.
I guess these historical changes should not refer to the new name,
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.
Oh, good catch. You caught my overzealous search and replace.
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.
Do you want to merge it now, or wait until it's moved under typelevel?
It's probably better to make only one breaking change. There hasn't been much response on the Typelevel ticket. If they don't want it, we could also transfer it to http4s. I just thought I'd offer it up higher since it's not HTTP. |
Force-push was just a scalafmt I cleaned up after the fact. |
Replace with CIString from case-insensitive library
Replace with CIString from case-insensitive library
Replace with CIString from case-insensitive library
Part of the effort to move non-HTTP things out of http4s.
I'd like to replace com.rossabaker.ci with org.typelevel (see typelevel/general#102), but it will look something like this. I don't think the
.ci
syntax carries its weight, and would like to phase it out.