Skip to content

Commit daaaccb

Browse files
committed
Merge pull request #169 from xeno-by/master
clarified the wording of the runtime expansion warning
2 parents b486329 + c51f7e6 commit daaaccb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gsoc/2014.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Scala features XML literals which desugar to calls of the XML
231231
library. The support for XML literals is part of the parser and the
232232
compiler, and are bound to a single desugared API. Scala 2.10 added
233233
support for generic, customizable string interpolators. Standard ones
234-
are `s"foo = $foo"` or `f"bar = $bar%.2f"`.
234+
are `s"foo = $foo"` or `f"bar = $bar%.2f"`.
235235
[Quasi-quotes](http://docs.scala-lang.org/overviews/macros/quasiquotes.html),
236236
added in Scala 2.11, show that these interpolators can be implemented by
237237
macros to support compile-time checking of the syntax inside an
@@ -324,7 +324,8 @@ When working on the project you will:
324324
necessary to enable runtime macro expansion
325325
- Experiment with and deliver runtime macro expansion for Scala macros
326326

327-
*The project is already taken, but there are other macro-related options.
327+
*Beware! There's already been a lot of applications for this project!
328+
Luckily there are other macro-related ideas to hack on during GSoC.
328329
Contact Eugene for more information.*
329330

330331
Mentored by [Eugene Burmako](http://people.epfl.ch/eugene.burmako)

0 commit comments

Comments
 (0)