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

Add syntax related fixes for Scala3 cross build #479

Merged

Conversation

tototoshi
Copy link
Member

I know there are already some people working on cross-building in Scala3. But I'm going to try it too.

The following fixes have been added with this PR.

  • Specify the return type for "implicit def
  • Stop calling methods without "()".

We probably have a lot more work to do for the Scala3 cross-build,
I think it's better to get these fixes in first.
It will reduce noise and make it easier to work and review code.

The following fixes have been added
- Specify the return type for "implicit def
- Stop calling methods without "()".

We probably have a lot more work to do for the Scala3 cross-build,
I think it's better to get these fixes in first.
It will reduce noise and make it easier to work and review code.
@mkurz
Copy link
Member

mkurz commented Jan 29, 2022

👍

@mkurz mkurz merged commit 16e5c0f into playframework:main Jan 29, 2022
@ihostage ihostage added this to the 1.6.0 milestone Apr 14, 2022
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.

3 participants