-
## Compiler version
`3.6.0-RC1-bin-20240718-bd84584-NIGHTLY`, `3.4.2`
## Minimized code
```Scala
//> using scala 3.nightly
// opaqueobject.scala
object Sth:
opaque type A = Int
```
…
-
The environment is Ubuntu 16.04 with Cuda/7.5 and one GeForce GTX 680.
```
$ mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[…
-
Simplified case:
```
test(s"Test running at ${System.currentTimeMillis()}"){
fail()
}
```
When I try to run tests using gradle, this test is not executed when using junit5 platform with …
uhla updated
6 months ago
-
Given scala's popularity, it makes sense to improve scala support as there is not a single decent Eclipse dark color theme for Scala IDE.
If you see there are quite a few things in white, I humbly re…
-
# Checklist
- [ ] **Core**
- [ ] **Type**
- [x] **Leibniz**
- [x] **Liskov**
- [x] **AList**
- [ ] ...
- [ ] **Data**
- [ ] **IList** — Current version…
-
```
What steps will reproduce the problem?
class SampleSpec extends Spec with MustMatchers {
object `foo` {
def `baz` {
true must be === true
}
}
}
What is the expected output? Wha…
-
Would it make sense to add code in Alpakka to wrap MQTT sources with a RestartSource which exposes the inner `Future[Done]` which indicates successful subscription?
cc @huntc
ennru updated
5 years ago
-
## Compiler version
Use Scala 3.4.1 and any sbt of version 1.9.8, 1.9.9, 1.10.0.
## Minimized code
Start the console and type Seq. and press TAB for completion.
![image](https://github.com…
-
Today in eclipse buildship team is not providing gradle file editing support pointing this project doesn't support well. I would like to request to have support for gradle file from this project if bu…
-
if you are just scanning this doc for names, the huge signatures are distracting, e.g. for ArraySeq
[scala 2 doc](https://www.scala-lang.org/api/current/scala/collection/immutable/ArraySeq.html)
[…