-
```scala
Welcome to Scala 2.11.8 (OpenJDK 64-Bit Server VM, Java 1.8.0_66-internal).
Type in expressions for evaluation. Or try :help.
scala> :power
Power mode enabled. :phase is at typer.
impor…
-
**Describe the bug**
Things were going awesome as I was step debugging through some tests using the inline test debugging option. Then it started to get slower and slower, until it locked up. Then …
-
### Describe the bug
Sometimes while coding (while there's still compiling errors to solve), syntax highlight, hover (type at point) and code-completion suddenly stop working.
Looking at the `OUTP…
-
My project only had included `mockito-scala` as dependency.
When upgrading to JDK21, we've got the following error:
```
[info] org.mockito.exceptions.base.MockitoException: Mockito cannot mock…
-
Seen with Scala 3.3.4 and 3.5.1. HTTP requests to http://localhost:12345/api-docs/swagger.json hang.
Reported initially by @luksow - https://github.com/theiterators/kebs/issues/282#issuecomment-241…
-
OS: macOS 12.6 Monterey
`scala --version`:` Scala code runner version 3.3.0 -- Copyright 2002-2023, LAMP/EPFL`
`scala-cli --version`: `Scala CLI version: 1.0.4
Scala version (default): 3.3.0`
…
Poiku updated
1 month ago
-
window, openjdk 21 환경에서 startup.bat 스크립트 실행 시 에러가 발생합니다.
4월 07, 2024 9:39:44 오후 com.sun.xml.bind.v2.runtime.reflect.opt.Injector
SEVERE: null
java.security.PrivilegedActionException: java.lang.N…
-
[Link](https://github.com/Ivan091/scalatest-reporter-reminder) to the repo to reproduce the issue
Consider the following setup:
scala: 3.4.0
scalatest: 3.2.18
```scala
final class Test exten…
-
### Describe the bug
As per suggestion [here](https://github.com/scalameta/metals/issues/5512#issuecomment-1806082696), I started using `metals.customProjectRoot` in some of my projects. Specificall…
-
3.5.1
```scala
scala> class A { class B }
scala> def f(using a: A): a.type = { println("f"); a }
scala> given a: A = new A
scala> new f.B
val res0: a.B = A$B@3921135e
```
Via https://disco…
lrytz updated
1 month ago