8000 Merge pull request #146 from xeno-by/master · weih/scala.github.com@58a7eb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58a7eb2

Browse files
committed
Merge pull request scala#146 from xeno-by/master
stub of the reflection guide
2 parents e28ae17 + 1e49a4e commit 58a7eb2

13 files changed

+122
-31
lines changed

overviews/core/_posts/2012-12-20-macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ title: Macros
44
disqus: true
55
partof: macros
66
overview: macros
7-
label-color: success
8-
label-text: New in 2.10
7+
label-color: warning
8+
label-text: Experimental
99
---
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: overview
3+
title: Reflection
4+
disqus: true
5+
partof: reflection
6+
overview: reflection
7+
label-color: warning
8+
label-text: Experimental
9+
---

overviews/macros/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ partof: macros
88
num: 1
99
outof: 4
1010
---
11+
<span class="label warning" style="float: right;">EXPERIMENTAL</span>
1112

1213
** ED4F Eugene Burmako**
1314

overviews/macros/paradise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ partof: macros
88
num: 2
99
outof: 4
1010
---
11-
<span class="label warning" style="float: right;">MACRO PARADISE</span>
11+
<span class="label important" style="float: right;">MACRO PARADISE</span>
1212

1313
**Eugene Burmako**
1414

overviews/macros/quasiquotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ partof: macros
88
num: 4
99
outof: 4
1010
---
11-
<span class="label warning" style="float: right;">MACRO PARADISE</span>
11+
<a href="/overviews/macros/paradise.html"><span class="label important" style="float: right;">MACRO PARADISE</span></a>
1212

1313
**Eugene Burmako**
1414

overviews/macros/typemacros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ partof: macros
88
num: 3
99
outof: 4
1010
---
11-
<span class="label warning" style="float: right;">MACRO PARADISE</span>
11+
<a href="/overviews/macros/paradise.html"><span class="label important" style="float: right;">MACRO PARADISE</span></a>
1212

1313
**Eugene Burmako**
1414

overviews/reflection/architecture.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

overviews/reflection/environment-universes-mirrors.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
layout: overview-large
33
title: Environment, Universes, and Mirrors
44

5+
disqus: true
6+
57
partof: reflection
68
num: 2
9+
outof: 6
710
---
811

9-
Coming soon!
12+
<span class="label warning" style="float: right;">EXPERIMENTAL</span>
13+
14+
This document is in progress and should be ready soon.
1015

11-
## Universes
16+
In the meanwhile, to get an overview of reflection please follow our slides at [http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf](http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf).
1217

13-
## Mirrors
18+
Scaladoc pages relevant to this topic:
19+
* [Universe](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Universe)
20+
* [Mirror](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Mirror)
21+
* [Mirrors](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Mirrors)

overviews/reflection/names-exprs-scopes-more.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,28 @@
22
layout: overview-large
33
title: Names, Exprs, Scopes, and More
44

5+
disqus: true
6+
57
partof: reflection
6-
num: 5
8+
num: 4
9+
outof: 6
710
---
811

9-
Coming soon!
12+
<span class="label warning" style="float: right;">EXPERIMENTAL</span>
13+
14+
This document is in progress and should be ready soon.
15+
16+
In the meanwhile, to get an overview of reflection please follow our slides at [http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf](http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf).
1017

11-
## Annotations
18+
Scaladoc pages relevant to this topic:
19+
* [Annotations](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Annotations)
20+
* [Constants](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Constants)
21+
* [Exprs](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Exprs)
22+
* [FlagSets](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.FlagSets)
23+
* [Importers](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Importers)
24+
* [Names](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Names)
25+
* [Positions](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Positions)
26+
* [Printers](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Printers)
27+
* [Scopes](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Scopes)
28+
* [StandardDefinitions](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.StandardDefinitions)
29+
* [StandardNames](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.StandardNames)

overviews/reflection/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
layout: overview-large
33
title: Overview
44

5+
disqus: true
6+
57
partof: reflection
68
num: 1
79
outof: 6
810
---
911

10-
This document is in progress and will be ready in a few days.
12+
<span class="label warning" style="float: right;">EXPERIMENTAL</span>
13+
14+
This document is in progress and should be ready soon.
1115

1216
In the meanwhile, to get an overview of reflection please follow our slides at [http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf](http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf).

0 commit comments

Comments
 (0)
0