Skip to content

Commit 7a6d15b

Browse files
committed
Update release announcement with feedback.
1 parent 501d3ea commit 7a6d15b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/blog/_posts/2017-07-11-second-dotty-milestone-release.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This release is based on [previous milestone](/blog/2017/05/31/first-dotty-miles
1414
The highlights of this release are:
1515
- substantial improvement of quality of generated code for pattern matching
1616
- improvements in VS Code IDE stability
17+
- support Windows in VS Code IDE
1718
- improved compatibility with scalac
1819
- initial support for reproducible builds
1920

@@ -39,6 +40,7 @@ This technology preview is geared towards improving stability and reliability. I
3940
- [Faster Base class sets](https://github.com/lampepfl/dotty/pull/2676) by ([@odersky](https://github.com/odersky) and ([@darkdimius](https://twitter.com/darkdimius)
4041
- Huge number of fixes to IDE and Dotty Language Server covering:
4142

43+
- [Windows support for VS Code plugin](https://github.com/lampepfl/dotty/pull/2776)
4244
- [Fix hover-on-type for implicitly converted expressions](https://github.com/lampepfl/dotty/pull/2836)
4345
- [Fixes to find all references in external projects](https://github.com/lampepfl/dotty/pull/2810), [2773](https://github.com/lampepfl/dotty/pull/2773/files)
4446
- [Fix conflict with dragos-vscode-scala](https://github.com/lampepfl/dotty/pull/2777)
@@ -320,6 +322,12 @@ We also provide a [homebrew](https://brew.sh/) package that can be installed by
320322
brew install lampepfl/brew/dotty
321323
```
322324

325+
In case you have already installed Dotty via brew, you should instead update it:
326+
327+
```
328+
brew upgrade dotty
329+
```
330+
323331
### Scastie
324332

325333
[Scastie], the online Scala playground,
@@ -334,6 +342,7 @@ Over the coming weeks and months, we plan to work on the following topics:
334342
- [Add support for using Dotty generated classes with Scala 2.12](https://github.com/lampepfl/dotty/pull/2827)
335343
- [Add Language-level support for HMaps and HLists](https://github.com/lampepfl/dotty/pull/2199);
336344
- Upstream more optimizations from Dotty Linker
345+
- [Add support for existing in the same classpath with Scala 2.12](https://github.com/lampepfl/dotty/pull/2827)
337346

338347
If you want to get your hands dirty with any of this, now is a good
339348
moment to get involved! Join the team of contributors, including

0 commit comments

Comments
 (0)