Skip to content

Commit 3ea75ed

Browse files
committed
Address reviewer comments
1 parent a8138a6 commit 3ea75ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/blog/_posts/2017-10-02-fourth-dotty-milestone-release.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ to provide syntax highlighting, multi-line editing, history, etc.
4747
Since our first release, it has been possible to use Scala 2 libraries in a
4848
Dotty project as explained in the
4949
[dotty-example-project](https://github.com/smarter/dotty-example-project#getting-your-project-to-compile-with-dotty).
50-
Previously, we supported libraries compiled Scala 2.11, but starting with this
50+
Previously, we supported libraries compiled by Scala 2.11, but starting with this
5151
release we support Scala 2.12 instead. If your Dotty project has Scala 2
5252
dependencies this change should be transparent for you assuming all your
5353
dependencies have been published for 2.12.
5454

5555
### Performance work
56-
Over the last few weeks, we have begun work on improving compilation bit by bit
57-
with some good results:
56+
Over the last few weeks, we started working on compilation speed with some good results:
5857
compiling [ScalaPB](https://github.com/dotty-staging/scalapb) is now 20% faster
5958
than with Dotty 0.3.0-RC2. You can follow along our progress on
6059
http://dotty-bench.epfl.ch/.

0 commit comments

Comments
 (0)