Skip to content

Commit 31c9a30

Browse files
committed
Merge pull request #7 from xeno-by/master
Reflection & macros: description for 2.10.0-final
2 parents df4b385 + 50d453a commit 31c9a30

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

hand-written.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ In the mean time, here's an overview of the most prominent new features and impr
5959
The following exciting -- experimental -- features are part of 2.10.0:
6060

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

6666
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!
6767
A lot of developers have already come up with very cool applications for them.
68+
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).
6869

6970
### Scala IDE for Eclipse
7071

@@ -79,4 +80,4 @@ Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettin
7980
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).
8081

8182
### All Fixed Issues
82-
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).
83+
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).

0 commit comments

Comments
 (0)