-
Notifications
You must be signed in to change notification settings - Fork 86
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 Scala 3 support #598
Comments
@SethTisue As you probably have noticed, #590 got merged. |
@xuwei-k Do you can/want to help? |
Could not compile play-ws with Scala 3 due to scala/scala3#12731 😢 play-ws/play-ws-standalone/src/main/scala/play/api/libs/ws/StandaloneWSRequest.scala Line 23 in c842903
|
I thought this was very clever of me at the time (it was mostly actually Adriaan) |
@xuwei-k @SethTisue did you see these 2 comments? Replacing F-bounds by intersection types? WDYT? Also see scala/scala3#13133 and scala/scala3#10638 (comment)
|
@mkurz I'm sorry but I don't know what to think about that, and I don't feel that have time to dig into it. :-/ |
@SethTisue Currently not so much time as well (coming weeks)... |
Was implemented in #604 but has some comments #604 (review) from @mkurz |
would a volunteer like to attempt this? it would be helpful even just to have a failing draft PR that shows where the next roadblock is, and then we could chip away it from there
I published ssl-config and cachecontrol today for Scala 3, so that helps
#590 should be merged before any attempt is made at this
The text was updated successfully, but these errors were encountered: