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

Write scalafix upgrade for 1.0 to 1.1/2.0 #1511

Closed
mpilquist opened this issue Jun 15, 2019 · 1 comment
Closed

Write scalafix upgrade for 1.0 to 1.1/2.0 #1511

mpilquist opened this issue Jun 15, 2019 · 1 comment

Comments

@mpilquist
Copy link
Member

The 1.1.0-M1 (soon to be relabeled as 2.0) release is mostly source compatible with 1.0.x, with a handful of exceptions:

  • replaced use of blocking execution contexts with cats.effect.Blocker
  • changed TCP/UDP support to use SocketGroup
  • maybe changed Pull#stream and Pull#streamNoScope to require result type to be Unit

A scalafix upgrade script that automates as much of those as possible would be fantastic.

@fthomas
Copy link
Member

fthomas commented Jul 2, 2019

It would be twice as fantastic if the Scalafix migration would then be added to Scala Steward before the final release. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants