-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Make Play compatible with latest Scala #13020
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
base: main
Are you sure you want to change the base?
Conversation
a3d8cf0
to
51e41c2
Compare
b6cc31c
to
c88ad73
Compare
c88ad73
to
69b1d25
Compare
69b1d25
to
ce3fb23
Compare
ce3fb23
to
0747899
Compare
This comment was marked as outdated.
This comment was marked as outdated.
423c0fb
to
34fe59b
Compare
@mkurz hi! I’m interested in working on these issues and would love to help make twirl templates more scala3 friendly. If you have any guidance or suggestions on how to get started, I’d really appreciate it! 🥰 regarding this issue, my current thinking is to somehow check whether the definition site uses what would be the ideal way to approach this? (LSP support for play specific files like twirl and routes are a part of my summer project so I have vested interest in making the experience better 😅) |
All tests and scripted tests pass with 3.7.2-RC1 |
This is not intended to be merged; however, we want Play to be compatible with newer Scala versions.
Implicit parameters should be provided with a using clause
warning since Scala 3.7 twirl#894Footnotes
https://www.scala-lang.org/news/next-scala-lts-jdk.html ↩