Adrien Piquerez

Results 112 issues of 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...

tutorial

Add a specific page to explain how to use Scalafix during the migration. This page will be first based on sbt.

tutorial

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

incompatibility

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...

Meta task

### Describe the bug I am in a weird situation that when I run a test nothing happens. It just returns: ![image](https://github.com/scalameta/metals/assets/13123162/2896a384-83fe-4827-8ccc-c17dbc7aa7cf) I have to go to the `bsp.trace.json` to...

debug

### 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...

bug
completions
debug
java support
hover