-
Recent discussions in the C# discord (cc @tannergooding) have brought up an area in which .NET is deficient compared to other developer technologies: its mascot lacks a name! e.g. see Docker and Moby …
-
## Compiler version
3.3.1
## Minimized code
```Scala
trait Bar
trait TestBug:
summon[Bar]
```
## Output (click arrow to expand)
```
scala: ## Exception when compiling 3…
-
### Describe the bug
The server can successfully start yesterday but, it does not work today.
When checking the log, the Metals version used yesterday is 0.11.0, but today is 0.11.1.
It keeps `…
-
## steps
https://github.com/sbt/sbt-pgp/tree/7bbc3999472c4b73a649aa6343b3a1497a39b906
checkout sbt-pgp v2.3.0
run `sbt '++ 3.x' doc`
## problem
https://github.com/sbt/sbt-pgp/actions/ru…
-
### Describe the bug
When running a test through Metals (either testing tab or inline "Run test"), the behaviour is different than when running it from the command line:
1. Clone [dotty](https://g…
-
Compiling the bootstrapped standard library with `scala2-library-bootstrapped/compile` causes an AssertionError similar to #20421
if you add `-experimental` as a compile-time option to `scalac`. I …
-
Love the Dotty Game! Came across a couple of edge cases
(Side issue) Success message bad
![](https://user-images.githubusercontent.com/2844572/79161675-caab0b00-7dd3-11ea-868a-05c1c876e49f.png)
…
-
sbt:root> project scalatestDotty
[info] Set current project to scalatestDotty (in build file:/Users/clint/workspaces/scalatest/)
sbt:scalatestDotty> package
Generated /Users/clint/workspaces/scalat…
-
## Compiler version
`3.0.0`
```scala
ThisBuild / organization := "org.acme"
ThisBuild / version := "0.0.1-SNAPSHOT"
ThisBuild / scalaVersion := "3.0.0"
val SPRING_VERSION = "2.6.0-SNAPSHOT…
-
Steps to reproduce the crash:
1. Add dependencies to cats-effect:
```
maven_install(
artifacts = [
"org.typelevel:cats-free_3:2.8.0",
"org.typelevel:cats-core_3:2.8.0",
…