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

dotty build #28835

Closed
giabao opened this issue Mar 28, 2020 · 7 comments
Closed

dotty build #28835

giabao opened this issue Mar 28, 2020 · 7 comments
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted 3 - in progress Someone is working on this ticket

Comments

@giabao
Copy link
Contributor

giabao commented Mar 28, 2020

  • Some akka modules, ex akka-testkit can not be used with dotty even if using .withDottyCompat(scalaVersion.value).
  • dotty is now feature complete, less break changes.
  • We can make many changes in akka now that is full akka-backward-compatible and dotty-compatible, ex: Remove procedure syntax, make implicit val/def type explicit, dont use auto application,...
  • If things go well, we can even provide a experiment akka build for dotty.
@patriknw
Copy link
Member

Sounds great if you can help making those changes. Note that Akka is required to be binary backwards compatible, and we currently support Scala 2.12 and 2.13 builds.

The binary compatibility is for public (user) APIs, so internals can be changed.

If there are things that can’t be done in source compatible ways 2.12, 2.13, 3 we might have the option to use separate source directories for some classes, but that should be minimized to avoid having to maintain copies.

@johanandren johanandren added the 3 - in progress Someone is working on this ticket label Mar 30, 2020
@He-Pin
Copy link
Member

He-Pin commented May 12, 2020

@ohze Any update for this?

@chbatey chbatey added the 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted label May 18, 2020
@SethTisue
Copy link
Contributor

there is a WIP PR at #29929 (and @smarter has suggested there that the effort be merged with @ohze's)

@SethTisue
Copy link
Contributor

SethTisue commented Jan 5, 2021

as for using Akka with withDottyCompat, I don't think there is any centralized discussion of how much does or doesn't work, but apparently core functionality is there — @eloots did a proof-of-concept at https://github.com/eloots/akka-typed-on-scala-3 . it's on a now rather outdated Dotty version — someone might like to try to update it to Scala 3.0.0-M3?

@Sciss
Copy link

Sciss commented Apr 22, 2021

is there any path to Akka Stream on Scala 3?

@SethTisue
Copy link
Contributor

there is some WIP at #30174

@raboof
Copy link
Member

raboof commented Oct 31, 2021

Futher work in this is ongoing and tracked under the t:scala-3 label - I think this issue can be closed since there are more specific issues for the remaining issues - feel free to open more if things are missing!

@raboof raboof closed this as completed Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted 3 - in progress Someone is working on this ticket
Projects
None yet
Development

No branches or pull requests

8 participants