Krzysztof Romanowski

Results 48 comments of Krzysztof Romanowski

> Current test frameworks detect runnable tests via reflection. If we want Zinc to know what it's runnable and what it's not, we can: I was sure that APIs generated...

Zinc generates api representation of all classes. E.g. #264 changing type representation there. @eed3si9n commented there: >I agree that it's not a breaking change to the public Zinc API, but...

Suggestion from @lwronski : > coursier stores the binary file under the name .scala-cli-sip.aux, therefore the sip detection mechanism does not work. If we strip suffix .aux [here](https://github.com/VirtusLab/scala-cli/blob/d0ad22e74220e792e6b2d6a84cf30f54afc957da/modules/cli/src/main/scala/scala/cli/ScalaCli.scala#L28) - it...

We will present the idea as an additional step (to add alias) or as an alternative solution to renaming. For any further discussion, I think we should use mentioned discussion...

Thank you @bjaglin for opening the issue. We have got an issue open for adding support for scalafix for quite a while (see #15) but yours has much better motivation...

> why isn't the delivery of scala-cli managed by coursier? It can be. Scala CLI is designed to be installed using a method native to most users (brew, apt-get etc.)...

We have discussed a bit about the scope of doctor command and we decided that it should provide the following information: - current version / latest version + potentially information...

I think we should also expand this issue to all cases where the compiler prints information, e.g. when users want to print trees after certain phases. cc @KacperFKorban

> Is it still valid https://contributors.scala-lang.org/t/pre-sip-using-directives/5700 except it's in //> Yes, grammar is the same it is only included in the comments. Under the hood, processing using directives is a...