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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,18 @@
1
-
## Changes
2
-
3
1
Our [benchmarks](https://scala-ci.typesafe.com/grafana/dashboard/db/scala-benchmark?var-branch=2.12.x&from=1501580691158&to=1507711932006) show a further reduction in compile times since 2.12.3 of 5-10%.
4
2
5
3
We'd like to highlight a few of the excellent contributions by @hrhino and @TomasMikula:
6
4
-#5867 Include the parts of a compound/refinement type in implicit scope
7
5
-#6074 Resolve implicit instances for abstract types, according to the spec
8
6
-#6069 Higher-kinded type variable unification
9
7
10
-
Improved jdk9 friendliness, with more to come!
8
+
Improved Java 9 friendliness, with more to come!
11
9
-#6097 Fix runtime reflection of empty package members under Java 9
12
10
-#6098 Adapt to change in Java 9 classloader hierarchy
13
11
14
12
For Spark, with love:
15
13
-#6101 Make Lazy* classes serializable
16
14
17
-
Note that named arguments will be simplified in 2.13:
15
+
Preparing for simplification of named arguments in 2.13:
0 commit comments