Adrien Piquerez
Adrien Piquerez
Doc: http://dotty.epfl.ch/docs/reference/changed-features/compiler-plugins.html
Add a FAQ page to answer the most frequently asked questions.
Add a "Dotty 3.1 Migration Mode" page to document the `-source:3.1-migration` incompatibilities. Move each description from [this page](https://scalacenter.github.io/scala-3-migration-guide/docs/incompat-3.1) to the corresponding readme in [incompat-3.1](https://github.com/scalacenter/scala-3-migration-guide/tree/master/incompat-3.1) then include it in the "Dotty...
Add a specific page to explain how to use Scalafix during the migration. This page will be first based on sbt.
Validate the following rule by testing it extensively. Then move it to the [scala-rewrites](https://github.com/scala/scala-rewrites) repository: - fix.scala213.ParensAroundLambda rule of [ohze/scala-rewrites](https://github.com/ohze/scala-rewrites/tree/dotty/#fixscala213parensaroundlambda) The [incompatibility](https://scalacenter.github.io/scala-3-migration-guide/docs/incompatibilities/syntactic-changes.html#parentheses-around-lambda-parameter) description should be updated accordingly.
As a continuation to lampepfl/dotty-knowledge#4 Compare merge and migrate to the migration guide: - https://github.com/lampepfl/dotty/wiki/Known-incompatibilities-with-scalac - https://github.com/lampepfl/dotty/blob/master/docs/docs/contributing/scala2-vs-scala3.md - https://github.com/scala/scala-dev/issues/374
When compilation fails, Zinc throws a `xsbti.CompileFailed` which contains: - `arguments: Array[String]` - `problems: Array[Problem]` Based on the previous analysis and the `CompileFailed` instance I am trying to build an...
I once wrote a list of follow-up tasks in https://github.com/sbt/sbt/pull/6746 but it mysteriously disappeared. So I am copying it here, to keep track of the progress: - [X] Update to...
### Describe the bug I am in a weird situation that when I run a test nothing happens. It just returns:  I have to go to the `bsp.trace.json` to...
### Describe the bug - On Java 8 - Import a project - Open a Java file There is no hovering and no auto-completion. - Start the debugger - Pause...