Results 112 comments of Vasil Vasilev

Hi there. We had a user report in the Scala plugin for IntelliJ Discord server about the compiler seemingly deadlocking trying to derive an instance of `Json.reads` for a Scala...

FWIW, [dynamicTest](https://junit.org/junit5/docs/current/api/org.junit.jupiter.api/org/junit/jupiter/api/DynamicTest.html#dynamicTest(java.lang.String,org.junit.jupiter.api.function.Executable)) `displayName` is also not supported. It is correctly shown in `TreePrintingTestListener`. It is not shown at all in `FlatPrintingTestListener` and of course not shown in XML reporting (an...

> I guess we both started working on it at the same time. Feel free to scrap mine if not needed. Not at all! Thank you for opening this PR....

I see. I think these are recent changes with which we have broken compilation in the community repo. Sorry about that. Commenting out the lines seems like a good solution...

> I've just realized idea itself is using XCollection annotation for serialization. Should I also use it? The array mapper result in XML looks a bit weird compared to IJ...

Please rebase on the latest `idea242.x`, the community repo can now be correctly built once again. Sorry for the inconvenience.

Hi @andrzejressel , sorry for the delay. I was waiting for IDEA 2024.3 EAP to become available. It is available from today. Can you please rebase this PR on top...

Great work @andrzejressel ! Thank you very much. Please do not make any changes to this PR in the next few hours. I've scheduled a build on our internal CI...

The commit was just merged in `idea243.x`. I'm not sure why this PR wasn't automatically closed. https://youtrack.jetbrains.com/issue/SCL-22463 This PR implemented `.env` file support for sbt and Scala test framework run...

Hi, thanks for your contribution. We tried doing this a while ago. Unfortunately, new scalafmt versions (after 3.1.0) require manually specifying a Scala dialect. https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects You would essentially have to...