-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Links] Known incompatibilities with scalac #1473
Comments
I think it would make more sense to collect these in a wiki page. |
I would have agreed if people were reading wikis. My sample suggest that only a very small percentage of people does. |
That suggests that we should advertise it better :). But I think a wiki page among 20 wiki pages is going to be read more than one issue among 160 issues. |
Also, just as a sample point, the github statistics indicate that the "Getting Started" page of the wiki is read by slightly more unique visitors (100 vs 93) than the main "Issues" page: https://github.com/lampepfl/dotty/graphs/traffic |
Major changes are now documented in http://dotty.epfl.ch/docs/index.html Minor changes/incompatibilities now temporarily locate in wiki: https://github.com/lampepfl/dotty/wiki/Known-incompatibilities-with-scalac |
This issue is a list of issues where dotty by-design or by-intention does not support some of the code-patterns that were previously (partially) supported by scalac. Some of those features may be partially supported under
-language:Scala2
.Dependent method types:
disallowed dependent implicit methods Disallow dependent implicit methods. #1467Overloading:
Widening and constraint solving:
object
sSupercalls:
Early initialisers and DelayedInit:
Definitions:
Structural types:
Weak subtyping:
The text was updated successfully, but these errors were encountered: