-
Similar to https://github.com/apache/pekko-http/issues/566
* In `pekko-connectors-google-fcm_3-1.1.0-M1-RC1.jar` in `org/apache/pekko/stream/connectors/google/firebase/fcm/v1/models/FcmOption` (beg…
-
## Background
Current `SemanticdbExtractor` in Scala3 doesn't extract `` [Signature](https://scalameta.org/docs/semanticdb/specification.html#signature) information, which represents the type informa…
-
### Is your feature request related to a problem? Please describe.
Elements of a `NamedTuple` do not appear in the suggested members/methods dropdown.
### Describe the solution you'd like
The eleme…
-
## Compiler version
any starting with 3.3.1 (3.3.0 works fine)
## Minimized code
You may reproduce the issue by `git clone https://github.com/scala-graph/scala-graph.git` and in SBT
```
pro…
-
## Compiler version
3.4.2 and 3.5.0-RC1, so probably all
## Minimized code
With `-Yexplicit-nulls` and coverage enabled (project available at https://github.com/mohe2015/scala3-broken-coverag…
-
Based on https://github.com/apache/pekko/pull/1474
In Scala 2.13 all generic param types of HKT (both covariant and invariant) are transformed into wildcard types.
In 3.3.4-RC1 / 3.5.0 contravar…
-
See https://github.com/scala/scala3/actions/runs/11715846903
-
A project I've been working on compiles perfectly but as soon as I add `"com.raquo" %%% "waypoint" % "6.0.0"` to the dependencies, the compiler crashes.
Even if no code is referencing the library.
…
-
Let's be honest, this is a feature request, not a bug report.
Play-json currently supports Enumerations out of the box via methods like `Json.formatEnum(X)`
https://github.com/playframework/play-…
nemoo updated
3 months ago
-
When you attempt an oob-swap on appending a `` to a `` the `` is stripped and only the `` and `` tags are actually added. That makes the documentation example incorrect. Specifically the [Updating O…