-
Notifications
You must be signed in to change notification settings - Fork 82
small changes throughout release notes #233
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
typos, wording changes, formatting changes
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.
LGTM!
|
||
* compile under `-Xsource:2.11` | ||
* use an explicit call to the conversion method | ||
* disqualify the type from being a SAM (e.g. by adding a second abstract method). |
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.
need to check if this will work with scala-lang's markdown parser.. the rest of the file uses a different style for bullets.
@@ -1,93 +1,120 @@ | |||
We are very happy to announce the availability of Scala 2.12.0! | |||
|
|||
## Headline features | |||
|
|||
The Scala 2.12 compiler has been completely overhauled to make use of the new VM features available in Java 8: | |||
|
|||
- A trait [compiles directly to an interface](#trait-compiles-to-an-interface) with default methods. This improves binary compatibility and Java interoperability. |
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.
This link will need to be updated due to change to header below.
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.
#traits-compile-to-interfaces
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.
Very very nice! Needs small fix for broken link.
@@ -1,93 +1,120 @@ | |||
We are very happy to announce the availability of Scala 2.12.0! | |||
|
|||
## Headline features | |||
|
|||
The Scala 2.12 compiler has been completely overhauled to make use of the new VM features available in Java 8: | |||
|
|||
- A trait [compiles directly to an interface](#trait-compiles-to-an-interface) with default methods. This improves binary compatibility and Java interoperability. |
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.
#traits-compile-to-interfaces
While you're at it, could you add a reference to the removal of the rewrite from |
typos, wording changes, formatting changes, some reordering towards the top
review by @adriaanm
if merged, I'll take care of propagating the changes to the blog post and the GitHub milestone
this is a lot easier to review with
git show --word-diff