You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
probably it works anyway with withDottyCompat, but:
adding withDottyCompat is a bit of extra hassle
even if withDottyCompatappears to work, we don't want users to be wondering whether it really works or just, like, usually works
it would be good to get an early start on making the code compilable on Scala 3, and perhaps the Scala 3 compiler will find issues the Scala 2 compiler missed
it would permit adding the repo to the Dotty community build, to increase the chances of catching compiler regressions
and so on.
volunteer?
note that there is almost no code at all in compat/src/main/scala-2.13, nearly all of the code in this repo is for 2.11/2.12 only, so the likelihood of running into any difficulty here is pretty small
once done, I'd be happy to take care of adding it to the Dotty community build.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
probably it works anyway with
withDottyCompat
, but:withDottyCompat
is a bit of extra hasslewithDottyCompat
appears to work, we don't want users to be wondering whether it really works or just, like, usually worksand so on.
volunteer?
note that there is almost no code at all in
compat/src/main/scala-2.13
, nearly all of the code in this repo is for 2.11/2.12 only, so the likelihood of running into any difficulty here is pretty smallonce done, I'd be happy to take care of adding it to the Dotty community build.
The text was updated successfully, but these errors were encountered: