@@ -47,14 +47,13 @@ to provide syntax highlighting, multi-line editing, history, etc.
47
47
Since our first release, it has been possible to use Scala 2 libraries in a
48
48
Dotty project as explained in the
49
49
[ 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
51
51
release we support Scala 2.12 instead. If your Dotty project has Scala 2
52
52
dependencies this change should be transparent for you assuming all your
53
53
dependencies have been published for 2.12.
54
54
55
55
### 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:
58
57
compiling [ ScalaPB] ( https://github.com/dotty-staging/scalapb ) is now 20% faster
59
58
than with Dotty 0.3.0-RC2. You can follow along our progress on
60
59
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:
112
111
TODO
113
112
```
114
113
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
118
117
the simple [ Dotty issues] ( https://github.com/lampepfl/dotty/issues?q=is%3Aissue+is%3Aopen+label%3Aexp%3Anovice ) .
119
118
They make perfect entry-points into hacking on the compiler.
120
119
121
120
We are looking forward to having you join the team of contributors.
122
121
123
122
## 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.
126
125
Join our [ community build] ( https://github.com/lampepfl/dotty-community-build )
127
126
to make sure that our regression suite includes your library.
128
127
0 commit comments