Adrien Piquerez

Results 262 comments of Adrien Piquerez

~~Some of the tests are broken because the Scala 3 compiler does not declare any products when compiling to jar, which I fixed in https://github.com/scala/scala3/pull/20592. Those products are needed for...

@eed3si9n this is definitelty not ready for merging but it is ready for a review if you have time.

Thanks for reporting. It would be good to have a repro though.

> It seems that even when running test without debug on it takes a large amount of time to start the tests. This could be quicker and DAP is not...

It would be useful to trace the BSP and DAP sequence to see what is so slow.

> It would be useful to trace the BSP and DAP sequence to see what is so slow. The whole process takes about 1-2 seconds on my laptop and I...

This looks like a bug in the compiler. @xuwei-k have you tried to reproduce it without the dependency to sbt?

That probably means you don't have the same `crossScalaVersions` in `module1` and `module2`. They should both have 2.13.x and 3.3.y.

> Notice that it only shows the badges for the first artifact from the list of artifacts ("sbt-declarative-core"): It shows the badge of the default artifact, which you can set...