Metals v0.11.1 - Aluminium
· 2 min read
Metals v0.11.1 is a bugfix release needed to fix a couple of performance regressions caused by some of the recent changes.
Commits since last release | 43 |
Merged PRs | 21 |
Contributors | 6 |
Closed issues | 3 |
New features | 0 |
For full details: https://github.com/scalameta/metals/milestone/46?closed=1
Metals is a language server for Scala that works with VS Code, Vim, Emacs, Sublime Text and Eclipse. Metals is developed at the Scala Center and VirtusLab with the help from Lunatech along with contributors from the community.
TL;DR
Check out https://scalameta.org/metals/, and give Metals a try!
- Reenabled test explorer as the default in Visual Studio Code (thanks kpodsiad for the quick fix!)
Miscellaneous
- Fix test explorer performance issues. kpodsiad
- Fix performance in large files. tgodzik
- fix user config for java formatting. Arthurm1
- Call javap with
-private
flag. durban - Fix issues when using Metals analyze with inner classes. durban
Contributors
Big thanks to everybody who contributed to this release or reported an issue!
$ git shortlog -sn --no-merges v0.11.0..v0.11.1
Scala Steward
Tomasz Godzik
Kamil Podsiadlo
Vadim Chelyshov
Arthur McGibbon
Daniel Urban
Merged PRs
v0.11.1 (2022-01-17)
Merged pull requests:
- Revert scribe update #3529 (tgodzik)
- refactor: Print path for which snapshot couldn't be loaded #3525 (kpodsiad)
- docs: Test Explorer #3528 (kpodsiad)
- Fix ClassFinder bug with inner classes #3522 (durban)
- Call javap with -private flag #3523 (durban)
- Update ammonite-util to 2.5.1 #3516 (scala-steward)
- Fix test explorer performance issues #3510 (kpodsiad)
- Update scalafix-interfaces to 0.9.34 #3521 (scala-steward)
- Update flyway-core to 8.4.1 #3520 (scala-steward)
- Update scribe, scribe-file, scribe-slf4j to 3.6.9 #3519 (scala-steward)
- Update ujson to 1.4.4 #3518 (scala-steward)
- Update mill-contrib-testng to 0.10.0 #3517 (scala-steward)
- Update metaconfig-core to 0.9.16 #3514 (scala-steward)
- Update sbt-scalafix, scalafix-interfaces to 0.9.34 #3513 (scala-steward)
- Use ArraySeq instead of List for Diffutils #3512 (tgodzik)
- fix user config for java formatting #3504 (Arthurm1)
- [JavaInteractiveSemanticdb] Fix Jdk version parsing #3505 (dos65)
- JavaInteractiveSemanticDb - plugin version fix #3499 (dos65)
- [Github] switch to the latest release in bug reports and workflows #3502 (dos65)
- Add release notes for Metals 0.11.0 #3493 (tgodzik)
- Remove workaround for the wrong Java semanticdb md5 hash #3498 (tgodzik)