Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions hand-written.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ In the mean time, here's an overview of the most prominent new features and impr
The following exciting -- experimental -- features are part of 2.10.0:

* Scala Reflection
* [Overview](http://docs.scala-lang.org/overviews/reflection/overview.html)
* [http://docs.scala-lang.org/overviews/reflection/overview.html](http://docs.scala-lang.org/overviews/reflection/overview.html)
* Macros
* [Self-cleaning macros SIP](http://docs.scala-lang.org/sips/pending/self-cleaning-macros.html)
* [http://docs.scala-lang.org/overviews/macros/overview.html](http://docs.scala-lang.org/overviews/macros/overview.html)

The API is subject to (possibly major) changes in the 2.11.x series, but don't let that stop you from experimenting with them!
A lot of developers have already come up with very cool applications for them.
Some examples can be seen at [http://scalamacros.org/news/2012/11/05/status-update.html](http://scalamacros.org/news/2012/11/05/status-update.html).

### Scala IDE for Eclipse

Expand All @@ -79,4 +80,4 @@ Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettin
Please have a look at these critical/blocker issues scheduled [for 2.10.1](https://issues.scala-lang.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SI+AND+fixVersion+%3D+%22Scala+2.10.1-RC1%22+AND+resolution+%3D+Unresolved+AND+priority+%3E%3D+Critical+ORDER+BY+priority+DESC%2C+key+DESC) (RC1 out by mid-February).

### All Fixed Issues
Here's a comprehensive list of [the issues fixed since 2.9.2](https://issues.scala-lang.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SI+AND+fixVersion+%3C%3D+%22Scala+2.10.0%22+AND+fixVersion+%3E%3D+%22Scala+2.10.0-M1%22+AND+resolution+%3D+Fixed+ORDER+BY+fixVersion+ASC%2C+priority+DESC%2C+key+DESC).
Here's a comprehensive list of [the issues fixed since 2.9.2](https://issues.scala-lang.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SI+AND+fixVersion+%3C%3D+%22Scala+2.10.0%22+AND+fixVersion+%3E%3D+%22Scala+2.10.0-M1%22+AND+resolution+%3D+Fixed+ORDER+BY+fixVersion+ASC%2C+priority+DESC%2C+key+DESC).