File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ languages: [ja]
15
15
Macro paradise is a plugin for several versions of Scala compilers.
16
16
It is designed to reliably work with production releases of <code >scalac</code >,
17
17
making latest macro developments available way before they end up in future versions Scala.
18
- Refer to the roadmap for [ the list of supported features and versions] ( /overviews/macros/roadmap.html ) .
18
+ Refer to the roadmap for [ the list of supported features and versions] ( /overviews/macros/roadmap.html )
19
+ and visit [ the paradise announcement] ( http://scalamacros.org/news/2013/08/07/roadmap-for-macro-paradise.html )
20
+ to learn more about our support guarantees.
19
21
20
22
~/210x $ scalac -Xplugin:paradise_*.jar -Xshow-phases
21
23
phase name id description
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ languages: [ja]
13
13
14
14
** Eugene Burmako**
15
15
16
+ Scala team is currently busy with the release of Scala 2.11.0-final, and at the moment we don't have concrete plans for Scala 2.12.
17
+ Consequently, roadmaps for Scala 2.12 and Paradise 2.12 don't exist yet. We will update this page once the information becomes available.
18
+
16
19
| Feature | Scala 2.10 | [ Paradise 2.10] ( /overviews/macros/paradise.html ) | [ Paradise 2.11] ( /overviews/macros/paradise.html ) | Scala 2.11 |
17
20
| -----------------------------------------------------------------------------------| --------------------| ------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------| -----------------|
18
21
| [ Blackbox/whitebox separation] ( /overviews/macros/blackbox-whitebox.html ) | No | No <sup >1</sup > | Yes <sup >1</sup > | Yes |
You can’t perform that action at this time.
0 commit comments