-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Document Scala compiler error codes #24734
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
|
is there an automated process to check for addition of new error codes? |
Not yet but I'll add one |
|
We could also link to these pages from DiagnosticRelatedInformation, it's available in the sbt interfaces. |
|
Ach, no that would have to be another field, which is not exposed here :/ |
|
We could anyway link the codes in metals automatically once this is merged, which will work on all Scala 3 versions |
…om messages.scala
…erateReferenceDocumentation` (crashed)


Resolves #24720
Piggy backs fixes that would be required to have correct assertions in generated scaladoc (would be most likelly cherry-picked before merge):
sc-opts:<scala-options>*to pass specify scalacOptions that would be passed to the snippetCompilerTODO: