-
D'oh:
```scala
scala> HttpVersion(1, 0)
HttpVersion(1, 0)
res3: org.http4s.HttpVersion = HTTP/1.0
scala> HttpVersion(1, 1).copy(major = 10, minor = -1)
HttpVersion(1, 1).copy(major = 10, min…
-
## Compiler version
3.6
## Minimized example
From the SIP 58 proposal, which was recently accepted:
There are some source incompatibilities involving named tuples of length one.
First, wh…
-
I am aware of https://github.com/scala/scala3/pull/20282#issuecomment-2211981177
However, IMHO, the already _"wrong"_ order that **Scala 3** had until #18503 was merged should be considered like a …
-
## reproduction steps
Include a nightly build of dotty as a runtime dependency using
```"org.scala-lang" %% "scala3-compiler" % "3.1.3-RC1-bin-20220221-3ca087c-NIGHTLY".```
In a program run wi…
-
https://github.com/scala/docs.scala-lang/blob/main/_overviews/scala3-book/taste-collections.md
I just intuitively tried if tuple `apply` works with static indices, and it does, which is very cool. …
Sciss updated
3 years ago
-
We should have a look at how complicated a migration to scala 3 would be
- Can we continue to use the current library dependencies?
- How much of our logic requires on features that are removed in…
fm3 updated
11 months ago
-
It would help to have a URI spec that can abstract between any implementation of URIs, the way that banana-rdf can abstract between any RDF Framework, without needing to create any new objects (using …
-
-
## Compiler version
- 3.6.0-RC1-bin-20240828-5e83606-NIGHTLY
- 3.5.1-RC2
- 3.5.0
- 3.4.3
- 3.3.3
## Minimized example
`build.sbt`
```scala
scalaVersion := "3.5.1-RC2"
scalacOptions…
-
**Version(s)**
0.1.1
**Describe the bug**
Installed on a fresh Windows 10 install, scala-cli complains that vcruntime140_1.dll is absent. If this is needed, then it should be bundled with the…