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: docs/blog/_posts/2017-07-11-second-dotty-milestone-release.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This release is based on [previous milestone](/blog/2017/05/31/first-dotty-miles
14
14
The highlights of this release are:
15
15
- substantial improvement of quality of generated code for pattern matching
16
16
- improvements in VS Code IDE stability
17
+
- support Windows in VS Code IDE
17
18
- improved compatibility with scalac
18
19
- initial support for reproducible builds
19
20
@@ -39,6 +40,7 @@ This technology preview is geared towards improving stability and reliability. I
39
40
-[Faster Base class sets](https://github.com/lampepfl/dotty/pull/2676) by ([@odersky](https://github.com/odersky) and ([@darkdimius](https://twitter.com/darkdimius)
40
41
- Huge number of fixes to IDE and Dotty Language Server covering:
41
42
43
+
-[Windows support for VS Code plugin](https://github.com/lampepfl/dotty/pull/2776)
42
44
-[Fix hover-on-type for implicitly converted expressions](https://github.com/lampepfl/dotty/pull/2836)
43
45
-[Fixes to find all references in external projects](https://github.com/lampepfl/dotty/pull/2810), [2773](https://github.com/lampepfl/dotty/pull/2773/files)
44
46
-[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
320
322
brew install lampepfl/brew/dotty
321
323
```
322
324
325
+
In case you have already installed Dotty via brew, you should instead update it:
326
+
327
+
```
328
+
brew upgrade dotty
329
+
```
330
+
323
331
### Scastie
324
332
325
333
[Scastie], the online Scala playground,
@@ -334,6 +342,7 @@ Over the coming weeks and months, we plan to work on the following topics:
334
342
-[Add support for using Dotty generated classes with Scala 2.12](https://github.com/lampepfl/dotty/pull/2827)
335
343
-[Add Language-level support for HMaps and HLists](https://github.com/lampepfl/dotty/pull/2199);
336
344
- 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)
337
346
338
347
If you want to get your hands dirty with any of this, now is a good
339
348
moment to get involved! Join the team of contributors, including
0 commit comments