summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-16 08:08:42 -0400
committerSeth Tisue <seth@tisue.net>2015-07-16 08:08:42 -0400
commitf9ca6863d46ede2b8ce4b7753c5c54120c0864ad (patch)
tree17f4dcdc6aabac5496819b3249cdeb723f7ec707 /README.md
parent80e98b03a1cf2cc332e65c80f0d0baf49621b3df (diff)
downloadscala-f9ca6863d46ede2b8ce4b7753c5c54120c0864ad.tar.gz
scala-f9ca6863d46ede2b8ce4b7753c5c54120c0864ad.tar.bz2
scala-f9ca6863d46ede2b8ce4b7753c5c54120c0864ad.zip
readme/contributor's guide tweaks
based on feedback from lrytz
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 74a4ce97a8..45138a281b 100644
--- a/README.md
+++ b/README.md
@@ -25,20 +25,18 @@ If you need some help with your PR at any time, please feel free to @-mention an
additional reviewer suggestions:
-* library: @phaller (Philipp Haller), @axel22 (Aleksander Prokopec -- concurrent & collection)
+* library: @axel22 (Aleksander Prokopec -- concurrent & collection)
* specialisation: @axel22 (Aleksander Prokopec), @vladureche (Vlad Ureche), @dragos (Iulian Dragos)
* named / default args, annotations, plugins: @lrytz (Lukas Rytz)
-* macros, reflection, manifests, string interpolation: @xeno-by (Eugene Burmako), @cvogt (Christopher Vogt)
-* type checker, inference: @odersky (Martin Odersky), @adriaanm (Adriaan Moors)
-* language specification, value classes: @odersky (Martin Odersky)
+* macros, reflection, manifests, string interpolation: @xeno-by (Eugene Burmako)
+* type checker, inference: @adriaanm (Adriaan Moors)
+* language specification: @adriaanm (Adriaan Moors)
* new pattern matcher, implicit search: @adriaanm (Adriaan Moors)
-* partest: @phaller (Philipp Haller)
-* error handling, lazy vals: @hubertp (Hubert Plociniczak)
* backend: @lrytz (Lukas Rytz), @retronym (Jason Zaugg), @dragos (Iulian Dragos)
* repl, compiler performance: @retronym (Jason Zaugg)
* scaladoc: @dickwall (Dick Wall), @vladureche (Vlad Ureche)
* optimizer: @vladureche (Vlad Ureche), @lrytz (Lukas Rytz)
-* build: @jsuereth (Josh Suereth)
+* build: @SethTisue
* random compiler bugs: @retronym, @lrytz, @adriaanm
* documentation: @heathermiller (Heather Miller), @dickwall (Dick Wall)