Announcing Dotty 0.11.0-RC1

Today, we are excited to release Dotty version 0.11.0-RC1!

Blog Post: https://dotty.epfl.ch/blog/2018/11/30/11th-dotty-milestone-release.html

Notable Changes

Tooling

  • IDE: New shiny Worksheet mode for VS Code #5102, #5230, #5238, #5277, #5320, #5380
  • IDE: Improved completions for imports #5476
  • IDE: Added support for Signature Help #5395
  • IDE: Added support for Jump to Definition in imports #4199
  • IDE: Added support for Go to Implementation #5401
  • IDE: Improve display of documentation on hover #5394
  • IDE: Support for multi-projects Find all References #5209
  • REPL: History now persists across sessions #5252
  • REPL: Syntax highlighting of comments is now supported #5301
  • TASTY files can now be the input of dotc -from-tasty #5325

Language

Platforms

As well as many bug fixes and other improvements!

Contributors

Thank you to all the contributors who made this release possible :tada:

According to git shortlog -sn --no-merges 0.10.0..0.11.0-RC1 these are:

   143  Martin Duhem
   104  Nicolas Stucki
    82  Martin Odersky
    60  Guillaume Martres
    35  Allan Renucci
    21  poechsel
    12  Olivier Blanvillain
    10  Liu Fengyun
     8  Aleksander Boruch-Gruszecki
     6  Tobias Bordenca
     5  Sébastien Doeraene
     4  Stéphane Micheloud
     3  João Pedro Evangelista
     3  Miles Sabin
     3  Neeraj Jaiswal
     3  Abel Nieto
     2  Ólafur Páll Geirsson
     2  Fengyun Liu
     2  veera venky
     1  mikhail
     1  Glavo
     1  0xflotus
     1  Paolo G. Giarrusso

Reporting Bugs

If you encounter a bug, please open an issue! :pray:

6 Likes