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

Header cleanups #4352

Merged
merged 2 commits into from Feb 6, 2021
Merged

Header cleanups #4352

merged 2 commits into from Feb 6, 2021

Conversation

rossabaker
Copy link
Member

@rossabaker rossabaker commented Feb 6, 2021

Some quick wins while we get the header working on Dotty:

  • GetT is vestigial.
  • get(`Set-Cookie`) has been deprecated since 0.16!
    * The signature of default unapply methods changes in Scala 3, and we're not using the one on HeaderKey anyway.

@rossabaker
Copy link
Member Author

Well, well, look who only compiled core before opening a PR.

@rossabaker
Copy link
Member Author

The signature of default unapply methods changes in Scala 3, and we're not using the one on HeaderKey anyway.

Actually we do use that, and the one that changes in Scala 3 does not take a Header argument. Removing this change from the PR.

@SystemFw SystemFw merged commit 8ae8ddd into http4s:series/0.22 Feb 6, 2021
@rossabaker rossabaker deleted the header-cleanup branch February 6, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants