Yang, Bo

Results 299 issues of Yang, Bo

## steps sbt version: 1.3.0 ``` git clone https://github.com/Atry/Dsl.scala-akka-actor.git && cd Dsl.scala-akka-actor && git checkout a129a2d3fcfa62c9e054cfa9cc92bdbafb177991 && git ++2.13.0 test ``` ## problem ``` [error] java.lang.RuntimeException: Skipping update requested, but...

Bug

### Describe the bug Reproduction steps: 1. Check out https://github.com/Atry/metals-decompile 2. Open the project in VS Code with Metals 3. Import the project with bloop compiler server 4. Open `src/main/scala/mypackage/MyOpaqueType.scala`...

bug

enhancement

Currently, `for` comprehension is considered a way to transform keywords. For example, the following code are equivalent. ``` scala def fetchURL(url: Uri): Future[ByteString] = ??? def fetchScalaWebsite(uriListFuture: Future[List[Uri]]): Future[List[ByteString]] =...