-
I understand from https://github.com/davidB/scala-maven-plugin/issues/604#issuecomment-2336750291 that it is possible to use the `scala-maven-plugin` to compile a project as Scala JS.
But I would n…
-
https://github.com/scalacenter/scala3-migrate#fix-syntax-incompatibilities does not mention adding result types to anything, but it currently does via `ExplicitResultTypes` rule
it looks like it shou…
-
Window 11 사용중입니다.
노션에서 알려주신대로
Adoptium Temurin OpenJDK를 설치한 후, Coursier를 설치하였는데,
![스크린샷 2023-09-09 191543](https://github.com/snu-sf-class/pp202302/assets/87114100/3eda9175-1f58-4d51-83c2-04015ae…
-
## Compiler version
```
# scala -version
Scala code runner version 3.4.0-RC1 -- Copyright 2002-2023, LAMP/EPFL
```
```
# java -version
openjdk version "19" 2022-09-20
OpenJDK Runtime Environ…
-
Create new macro in scala3 sources that will try to derive codec for "value classes" implemented as opaque types.
-
Thank you for making this package really love the fluency even though i am not a rust guy it reminds me of scala ADT https://docs.scala-lang.org/scala3/reference/enums/adts.html
-
closest thing that we have is https://docs.scala-lang.org/scala3/book/ca-context-bounds.html
-
I referred to #7780.
In Scala 3, A private global class in the field or return type of a method,
I interpreted that the members themselves do not need to be kept private.
```Scala
// pkg/Fact…
-
在scala3中 会出现hashCode死循环
Scala2 升级scale3后出现 hashCoded导致的StackOverflowError
触发Bug的代码
class ExportData(
field1: String,
field2: String,
description: Option[String] // 使用Option 导致hashCode死循环
…
-
The monadic formulation of the strongly-connected component algorithm caught my attention; it's really elegant and concise. I hope that the https://github.com/leanprover/functional_programming_in_lean…