8000 more wording fixes for paradise · awl/scala.github.com@feeee2f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit feeee2f

Browse files
committed
more wording fixes for paradise
1 parent e9ffc12 commit feeee2f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

overviews/macros/paradise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ languages: [ja]
1313

1414
**Eugene Burmako**
1515

16-
Macro paradise is a plugin to the 2.10.x series of Scala compilers,
16+
Macro paradise is a plugin for several versions of Scala compilers.
1717
It is designed to reliably work with production releases of <code>scalac</code>,
1818
making latest macro developments available way before they end up in future versions Scala.
19-
Refer to the roadmap for [the list of supported features](/overviews/macros/roadmap.html).
19+
Refer to the roadmap for [the list of supported features and versions](/overviews/macros/roadmap.html).
2020

2121
~/210x $ scalac -Xplugin:macro-paradise_*.jar -Xshow-phases
2222
phase name id description
@@ -47,4 +47,4 @@ To use macro paradise in Maven follow the instructions provided at Stack Overflo
4747
</compilerPlugins>
4848

4949
Sources of macro paradise are available at [https://github.com/scalamacros/paradise](https://github.com/scalamacros/paradise).
50-
There are branches that support the latest stable 2.10.3, the upcoming 2.10.4, the upcoming 2.11.0 and Scala virtualized.
50+
There are branches that support the latest stable 2.10.3, the upcoming 2.11.0 and Scala virtualized.

overviews/macros/roadmap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ languages: [ja]
2525
| [Type macros](/overviews/macros/typemacros.html) | No | [Discontinued](http://scalamacros.org/news/2013/08/05/macro-paradise-2.0.0-snapshot.html) | No |
2626
| [Untyped macros](/overviews/macros/untypedmacros.html) | No | [Discontinued](http://scalamacros.org/news/2013/08/05/macro-paradise-2.0.0-snapshot.html) | No |
2727
| [Macro annotations](/overviews/macros/annotations.html) | No | Yes | No |
28+
29+
At the moment, macro paradise is only available for 2.10.x compilers, but immediately after the official release of Scala 2.11.0, a version that supports 2.11.0 will be published.

0 commit comments

Comments
 (0)
0