-
Notifications
You must be signed in to change notification settings - Fork 1k
Add code tabs to type checker page #2726
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
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.
Hey @Dedelweiss, thank you for all these PRs.
I started reviewing but I see that you not only added code tabs, but you also changed other things. I think in this page (and in the other pages about the migration from Scala 2 to Scala 3), we should keep the {% highlight diff %}
sections because they show clearly the steps to make Scala 2 code compile with Scala 3. Could you please restore these sections?
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.
Thank you Lucas, this looks much better! I’ve noticed a couple of minor issues to fix and then we will be good to merge.
- Change the spelling of the sentence line 35 - Change the tab line 122 to Scala 2 and 3 - Put the sentence line 129 outside the tab
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.
Thank you Lucas!
Here is my PR to add code tabs to the type checker page
Ref: #2481