-
```scala
scala> class ann(x: Int = 1, y: Int = 2) extends annotation.StaticAnnotation
class ann
scala> @ann(y = Nil.size) class K
^
warning: Usage of named or default arguments t…
-
Original issue description in IntelliJ Scala Plugin YouTrack:
https://youtrack.jetbrains.com/issue/SCL-20896/Source-code-parameters-for-Scala-libraries
-----
Short summary:
**The issue:** IDE…
-
Currently this project doesn't work correctly with native Scala types like Option, Iterables and Enums.
```json
{
"userId": 0,
"activityType": {},
"timestamp": "2022-03-10T12:15:50",
"…
-
when using the scala (e.g. scala mytuningfile.scl) message for the [sfz~] object, it returns an error:
`[sfz~] could not load scala file
`
This happens even when using the example in the help…
-
### Query engine
Spark 3.5.3
### Question
for study, i run spark cluster standalone in my local, and i have developed my own IcebergRestCatalog.
My IcebergRestCatalog Iceberg spec is based o…
-
```bash
2024-11-16 16:36:22
org.apache.flink.runtime.JobException: Recovery is suppressed by NoRestartBackoffTimeStrategy
at org.apache.flink.runtime.executiongraph.failover.ExecutionFailureHandle…
dyrnq updated
2 weeks ago
-
Hi,
Caliban (https://github.com/ghostdogpr/caliban) is using `scalafmt-dynamic` as a dependency of some of its modules and because scalafmt is not published for Scala 3 it creates issues (https://g…
-
**Version(s)**
1.4.3, `scala-cli` as `scala` 3.5.2
**Describe the bug**
> On Windows, if the user directory has an umlaut in it (e.g. 'ä'), the `scala.bat` file will not work properly and simply…
-
Currently our pekko-http module only supports scala 2.13. The verifier fails when run against scala 3 with a return type error:
```
* What went wrong:
Execution failed for task ':instrumentation:…
-
The main branch as it stands can easily be ported to scala 3 with few syntax tweaks.