You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hand-written.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ Significant changes since 2.11.7 include:
5
5
* The Scala REPL now has robust and flexible tab-completion (details below)
6
6
* An assortment of bugs have been fixed
7
7
8
-
Compared to 2.11.7, this release resolves [43 issues](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20%28%22Scala%202.11.8%22%29%20ORDER%20BY%20component%20ASC%2C%20priority%20DESC). We merged [170 pull requests](https://github.com/scala/scala/pulls?q=is%3Apr+is%3Amerged+milestone%3A2.11.8).
8
+
Compared to 2.11.7, this release resolves [44 issues](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20%28%22Scala%202.11.8%22%29%20ORDER%20BY%20component%20ASC%2C%20priority%20DESC). We merged [175 pull requests](https://github.com/scala/scala/pulls?q=is%3Apr+is%3Amerged+milestone%3A2.11.8).
9
9
10
10
As usual for minor releases, Scala 2.11.8 is binary compatible with other releases in the Scala 2.11 series.
11
11
12
12
The last planned 2.11.x release will be 2.11.9 in late 2016.
13
13
14
14
### New tab-completion in the Scala REPL
15
15
16
-
The implementation of tab-completion in the Scala REPL has been rewritten and now uses the same infrastructure as for example ScalaIDE and ENSIME.
16
+
The implementation of tab-completion in the Scala REPL has been rewritten and now uses the same infrastructure as for example Scala IDE and ENSIME.
17
17
18
18
There are a number of improvements:
19
19
@@ -25,14 +25,13 @@ There are a number of improvements:
25
25
* Complete non-qualified names, including types: try `def f(s: Str<TAB>`
26
26
* Press tab twice to see the method signature: try `List(1,2,3).part<TAB>`, which completes to `List(1,2,3).partition`; press tab again to display `def partition(p: Int => Boolean): (List[Int], List[Int])`
27
27
28
-
Thanks to @retronym and @som-snytt for their fruitful collaboration on
29
-
this work!
28
+
Thanks to @retronym and @som-snytt for their fruitful collaboration on this work!
30
29
31
30
### Contributors
32
31
33
32
A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in mailing lists and other public fora, and submitting and reviewing pull requests! You are all magnificent.
34
33
35
-
According to `git shortlog -sn --no-merges v2.11.7..v2.11.8`, 43 people contributed to this minor release: Seth Tisue, Jason Zaugg, Janek Bogucki, Lukas Rytz, Stefan Zeiger, A. P. Marki, Rex Kerr, Performant Data LLC, wpopielarski, Adriaan Moors, Vlad Ureche, martijnhoekstra, Rui Gonçalves, vsalvis, Michał Pociecha, Frank S. Thomas, Igor Racic, Kenji Yoshida, Li Yao, todesking, Mariot Chauvin, Marconi Lanna, Parambir Singh, Paul Draper, Linas Medziunas, Kirill Khazan, JoeRatt, Ryan Zhang, Jan Bessai, Simon Schäfer, Gerard Basler, Sébastien Doeraene, Tim Vergenz, Tomas Janousek, Eitan Adler, dk14, jvican, kirillkh, Arnout Engelen, stusmall, Alexey Romanov, Antoine Gourlay, Michael.
34
+
According to `git shortlog -sn --no-merges v2.11.7..v2.11.8`, 44 people contributed to this minor release: Seth Tisue, Jason Zaugg, Janek Bogucki, Lukas Rytz, Stefan Zeiger, A. P. Marki, Rex Kerr, Performant Data LLC, wpopielarski, Adriaan Moors, Vlad Ureche, Rui Gonçalves, vsalvis, martijnhoekstra, todesking, Li Yao, Frank S. Thomas, Igor Racic, Michał Pociecha, Kenji Yoshida, Tomas Janousek, dk14, jvican, stusmall, kirillkh, Alexey Romanov, Antoine Gourlay, Arnout Engelen, Eitan Adler, Felix Mulder, Gerard Basler, Jan Bessai, JoeRatt, Kirill Khazan, Linas Medziunas, Marconi Lanna, Mariot Chauvin, Michael, Parambir Singh, Paul Draper, Ryan Zhang, Simon Schäfer, Sébastien Doeraene, Tim Vergenz.
0 commit comments