-
Notifications
You must be signed in to change notification settings - Fork 1k
Add the Scala 3 Migration Guide #1991
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
Conversation
Thanks @adpi2 for this enormous effort! Is the PR ready for review and should I review it? |
@b-studios Yes this PR is ready, and I would be grateful if you do the final review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great. Though, I have mostly reviewed for integration into the page and did not focus too much on the actual content.
There are two things:
- It seems you deleted
_overviews/scala3-macros/index.md
- Maybe you also want to update the
scala3/guides.md
file?
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js" type="text/javascript"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/scala.min.js" type="text/javascript"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/java.min.js" type="text/javascript"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js" type="text/javascript"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is difficult for me to verify that this doesn't break anything anywhere else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e6287e4
to
5df0083
Compare
Move the content from https://scalacenter.github.io/scala-3-migration-guide to docs.scala-lang.org:
Except:
Also contains a fix of the duplicated
index.md
file in the macro-tutorial.