-
We have a long tail of bugs from places in the compiler that forget to unwrap them.
I propose to encoded them as tree attachments rather than a wrapper node.
Prototype:
https://github.com/scala/sca…
-
Hi,
I am using reactivemongo 0.9. Following your example in the readme, I found problems below:
1. BSONWriter BSONReader is not available in the handler's package.
2. bad symbolic reference. A sig…
-
I'm trying to upgrade a test library to scala 2.13 and see that [`GenArrayHelper`](https://github.com/scalatest/scalatest/blob/3.2.x-new/project/GenArrayHelper.scala) copies the scala Utils functional…
-
http://dotty.epfl.ch/api/scala/Some$.html
Currently it appears that there are no doc pages generated for `scala.Some$`, `scala.collection.immutable.::$`, etc.
These case classes do not have an expli…
-
I.e. the following test passes:
``` scala
"""pathSuffix("foo" / "bar" ~ "baz")""" should {
val test = testFor(pathSuffix("foo" / "bar" ~ "baz") { echoUnmatchedPath })
"accept [/orders/barbaz-suff…
-
# Prerequisites
Monix 3.2.2
# How to reproduce
First example: runToFuture executes a blocking operation on the main thread, thus locking the execution forever.
```scala
import monix.eval.Task
…
-
On persistent entity page https://www.lagomframework.com/documentation/1.5.x/scala/PersistentEntity.html
there is PersistentEntity link (https://www.lagomframework.com/documentation/1.5.x/scala/api/i…
-
Following @abgruszecki suggestion, I'm opening thread for discussion on the features and UX the scala 3 doctool should have.
The documentation tool is as important to a language as its collection a…
rcano updated
4 years ago
-
## Compiler version
Latest Nightly: `scala-3.0.2-RC1-bin-20210626-f33bc8d-NIGHTLY`
## Minimized code
Create a global function in a namespace (e.g. `Dsl`). Then export it:
```scala
package i…
-
I found the `Creator` is not clear to use in Java API form the first sense, and the `Supplier` makes me feel more natively.