Skip to content

Add page on compiler options #60

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

Closed
adpi2 opened this issue Sep 22, 2020 · 1 comment · Fixed by #123
Closed

Add page on compiler options #60

adpi2 opened this issue Sep 22, 2020 · 1 comment · Fixed by #123
Labels

Comments

@adpi2
Copy link
Member

adpi2 commented Sep 22, 2020

When migrating a Scala 2 project, it is useful to configure the compiler properly. The compiler pages will be dedicated to this matter.

It will contain a table of all Scala 2 compiler options, their Scala 3 equivalence, NA if missing and all other Scala 3 options.
Each row could be commented if relevant:

  • reason why it is removed
  • related discussions, issue or PR
  • links to other pages of the guide (dotty migration mode, syntax rewrites...)

It can also include a short paragraph to show how to set the compiler options in sbt based on the scala version.

@SethTisue
Copy link
Contributor

Unfortunately, on the Scala 2 side the documentation on flags is rather out of date, as per scala/docs.scala-lang#1711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants