-
I just cloned the kafka-manager and started to build. While packaing I got this error.
Is it something wrong
[info] LESS compiling on 1 source(s)
[info] Compiling 122 Scala sources and 2 Jav…
-
## Compiler version
3.2.0, regression
## Description
Because `TupleMirror` uses `runtime.Tuples.fromProduct`, Scala.JS brings `Tuple1` ... `Tupe21` into the source code, and that ends up cons…
-
Below are parts of compiler logs for `sbt clean +jsoniter-scala-coreNative/test` with `nativeMode := "release-full"` in the [jsoniter-scala](https://github.com/plokhotnyuk/jsoniter-scala) project.
…
-
See: http://stackoverflow.com/questions/24851454/presentation-compiler-type-completion-in-method-call-with-more-than-one-argumen#comment38591097_24851454
And: https://github.com/retronym/scala/comm…
-
## Compiler version
I've compared a simple peace of code performance running with Scala 2 and Scala 3 and faced with performance regression. In this case Scala 2 generated program is more than 7 ti…
-
## Compiler version
3.4.0 Next, 3.3.2 LTS, 2.13.12
## Minimized code
```Scala
//import scala.language.reflectiveCalls
import scala.reflect.Selectable.reflectiveSelectable
class Funct…
-
Works properly in Scala 2.13.10 (with `-Xlint:unused`)
## Compiler version
v3.3.0-RC5
## Minimized code
```scala
//> using scala "3.3.0-RC4"
//> using option "-Wunused:all"
import scala.a…
-
**Version(s)**
0.1.14
**Describe the bug**
Passing `-O -color` is only respected for raw `scalac` unaltered scala compiler outputs.
It is ignored in all other cases.
**To Reproduce**
```
▶ …
-
After I built scaled from scratch, I get this exception when opening scala files. And features of scala mode are not working. Could it be a classpath issue? Can you give some help on debugging it? I t…
-
Hi! Thank you so much for forking this and trying to keep it up to date.
How would you go about actually running this fork in or on an existing maven project?
Thanks!