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
Documentation on kind polymorphism lacks a "concise example" (it mentions a todo)
The documentation of implicit resolution uses implicit syntax (should it mention that this is deprecated?) -- it also has a todo "expand with precise rules".
update all of the documentation to indentation based syntax (once it has been formally accepted) to be consistent with the other resources (Scala 3 book etc.).
once we move the reference docs to another location, we also need to change the doc-comments (like the ones here)
The text was updated successfully, but these errors were encountered:
We need to make sure that the documentation at https://dotty.epfl.ch/docs/reference/overview.html is sound and complete with respect to the release candidate.
In this umbrella issue, we can collect necessary changes. Feel free to edit the issue text or add comments if you think something needs to be changed.
I propose the following categorisation of changes.
Incomplete / Incorrect Documentation
Features where some documentation is missing or need to be changed in details.
implicit
syntax (should it mention that this is deprecated?) -- it also has a todo "expand with precise rules".Missing Features
Features that are not documented at all.
@static
new {}
, see Decide on status ofnew {}
#10637extends ... , ...
: explained in Update syntax in docs #10635catch case ...
: explained in Update syntax in docs #10635Deprecated Features
Features that are documented but will not be part of the release.
Other Aspects
The text was updated successfully, but these errors were encountered: