Skip to content

Commit f3a0c37

Browse files
committed
Address reviewer comments
1 parent a8138a6 commit f3a0c37

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 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/.
@@ -112,17 +111,17 @@ According to `git shortlog -sn --no-merges 0.3.0-RC1..0.4.0-RC1` these are:
112111
TODO
113112
```
114113

115-
If you want to get your hands dirty with any of this, now is a good moment to get involved!
116-
You can have a look at our [Getting Started page](http://dotty.epfl.ch/docs/contributing/getting-started.html),
117-
our [Awesome Error Messages](http://scala-lang.org/blog/2016/10/14/dotty-errors.html) or some of
114+
If you want to get your hands dirty and contribute to Dotty, now is a good time to get involved!
115+
You can have a look at our [Getting Started page for new contributors](http://dotty.epfl.ch/docs/contributing/getting-started.html),
116+
the [Awesome Error Messages](http://scala-lang.org/blog/2016/10/14/dotty-errors.html) project or some of
118117
the simple [Dotty issues](https://github.com/lampepfl/dotty/issues?q=is%3Aissue+is%3Aopen+label%3Aexp%3Anovice).
119118
They make perfect entry-points into hacking on the compiler.
120119

121120
We are looking forward to having you join the team of contributors.
122121

123122
## Library authors: Join our community build
124-
Dotty now has a set of libraries that are built against every nightly snapshot.
125-
Currently this includes ScalaPB, algebra, scalatest, scopt and squants.
123+
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
124+
snapshot. Currently this includes ScalaPB, algebra, scalatest, scopt and squants.
126125
Join our [community build](https://github.com/lampepfl/dotty-community-build)
127126
to make sure that our regression suite includes your library.
128127

0 commit comments

Comments
 (0)