-
## steps
Repo to reproduce: https://github.com/olafurpg/scalafmt/files/521826/issue485.zip
## problem
Running `scalafmt` results in errors
```
[error] Modules were resolved with conflicting cross-v…
-
# What
This is similar to what was asked for in https://github.com/zio/zio/issues/5285 and https://github.com/zio/zio/issues/4007.
Goal would be to have some mechanism to run an effect before/afte…
-
the link to scaladoc in https://www.scala-js.org/doc/interoperability/types.html is broken
![image](https://user-images.githubusercontent.com/6325220/122532409-c2c2a880-d020-11eb-806d-2d58ad5272b6.pn…
-
## steps
see https://tegonal.github.io/scala-commons/com/tegonal/scala/commons.html
## problem
For whatever reason it doesn't include `require` https://github.com/tegonal/scala-commons/blob…
-
https://www.scala-lang.org/api/3.4.1/scala/reflect/ClassManifestDeprecatedApis.html shows:
> Deprecated true
https://github.com/scala/scala/blob/80514f73a6c7db32df9887d9a5ca9ae921e25118/src/libr…
-
Run `scaladoc -groups` for the following class:
```scala
/**
* See [[boppy]].
*
* @groupname stuff Stuff
*/
trait Bippy {
/**
* Boppy.
* @group stuff
*/
def boppy: Int
}…
-
**Important:** technically this is not a bug, but it leads to unrecoverable deadlocks during debugging
### Compiler version
All Scala 3 versions.
Affects both Metals and IntelliJ IDEA's debugge…
-
We were fairly reliably experiencing deadlocks in our tests. It took a while to reproduce locally but I eventually tracked it down to `toEffect` from `interop-cats` (https://github.com/zio/interop-cat…
-
## Compiler version
```scala
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / scalaVersion := "3.2.1"
lazy val root = (project in file("."))
.settings(
name := "untitled380"
)
`…
-
## Compiler version
3.2.0 and 3.2.1-RC1 (version used for stacktrace below)
## Minimized code
Unfortunately I've not been able to make a minimal test case.
## Output (click arrow to expand…