scala
scala copied to clipboard
Typelevel Scala, a fork of Scala
Not a _huge_ deal but it would be very helpful because constraint-solving with macro-paradise means that unless a 2.12.8 is released, users of both are stuck on 2.12.2. Ref https://github.com/typelevel/scala/issues/180
When referring to a type alias defined in another project, the compiler crashes with errors like ```scala [error] (b/compile:compileIncremental) malformed Scala signature of package at 139; bad constant tag: 37...
The following example yields a type mismatch: ```scala class StringSingletonList[T
``` bash git clone https://github.com/Atry/Expressions.scala.git --branch=crash-on-typelevel-scala && cd Expressions.scala && sbt ++2.11.12 clean test:compile && sbt ++2.12.4 clean test:compile && sbt ++2.11.11-bin-typelevel-4 clean test:compile && sbt ++2.12.4-bin-typelevel-4 clean test:compile ```...
Hi guys, I am trying to compile this particular file [1] but I encounter the following [2] error. This actually compiles in the usual scala compiler without any error. What...
Via @nigredo-tori here is a reproduction that shows both libs being pulled in. ``` tmp$ mkdir tls-test tmp$ cd !$ cd tls-test tls-test$ cat - > build.sbt scalaVersion in ThisBuild...
This change is due to to the documentation URL not being properly formed depending on the base href. By setting it as root-relative, we can be totally sure where we...
I'd like to use `scala.Predef.valueOf` in scala.js but it is not present on their `scala.Predef` since it follows the LB compiler Would it be possible to have another implementation of...