-
```scala
import stainless.lang.*
def test1(): String = {
val a = "hello"
a.bigSubstring(1, 3)
}
def test2(): String = {
val a = "hello"
a.bigSubstring(1)
}
```
```
[ …
-
aside https://github.com/lampepfl/dotty/issues/17330 , I'm seeing differences in the tasty segments of Scala 3 artifacts.
`HttpEntity.tasty` seems to refer to different source paths:
```
sourc…
-
This issue was copied over from: [https://github.com/disneystreaming/weaver-test/issues/698](https://github.com/disneystreaming/weaver-test/issues/698)
It was opened by: [epifab](https://github.com/e…
-
Migrated from [rt.perl.org#120272](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=120272) (status was 'new')
Searchable as RT120272$
-
The official GitHub hosted Scala 3 `scalac` script for versions `3.0.0` and higher scans the flags to pick which main class to run, for example:
- `scalac -print-tasty` is meant to run `dotty.tools.d…
-
Importing Top level type aliases (defined in dotty) doesn't seem to work when compiling with `scala-2.13.2-SNAPSHOT-withtastyreader`. [This](https://github.com/ashwinbhaskar/tasty-reader-compat-testki…
-
@adamgfraser https://github.com/zio/zio-prelude/pull/246#discussion_r487353697 https://github.com/lampepfl/dotty/issues/9778#issuecomment-691390362
> I think that is right. Equality for contravaria…
-
I have a quite large closed source project which I am gradually migrating to Scala 3. I get exception when compiling with Scala 3 with some of my decoders. The exception is:
```text
Exception occu…
-
Compiling:
``` scala
package test
object HoistUpNestedIfElses {
def main(args: Array[String]): Unit = {
sealed trait Animal
case class Cat(name: String) extends Animal
case class Cow(…
-
Testing Infrastructure:
----------------------
- [x] Test that go-to-definition, renaming, completion, … work @nicolasstucki
- WIP PR: https://github.com/lampepfl/dotty/pull/3766
- May be han…