Ólafur Páll Geirsson
Ólafur Páll Geirsson
As an optimization, metac should support the flag `-P:semanticdb:symbols:local` that would mean that global symbols would be excluded from SemanticDB payloads. This setting would be useful after #1682 since it's...
In language-server we're hitting the problem that the scalameta parser fails fast on the first parser error. This hasn't been a problem for tools like scalafmt, but it's an issue...
## Expected behaviour I'm using `GraalVMNativeImagePlugin` and when running `sbt graalvm-native-image:packageBin` I would like to see progress output while the native-image linker is running similar to when I run `native-image`...
This makes it possible to implement helper methods that edit `innerHTML`. Fixes #538.
```scala error: /Users/lgeirsson/dev/bsp/docs/bindings/java.md:34 (mdoc generated code) illegal start of simple expression val res0 = val output: OutputStream; $doc.binder(res0, 14, 0, 14, 24) ^ ```
``` warning: thesis.md:9:34: warning: Unknown link 'assets/olafur.geirsson-scalafmt-thesis.pdf'. Read the 55 page glorious report [here](assets/olafur.geirsson-scalafmt-thesis.pdf). ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` The pdf exists, but mdoc only takes into account markdown links.
Currently, code fences must have the language `scala mdoc`. However, with custom modifiers it's possible to render any syntax (JSON, markdown, ...) so it would be nice if it was...
The SemanticDB spec has three "Synthetic" headers https://github.com/scalameta/scalameta/blob/master/semanticdb/semanticdb3/semanticdb3.md#synthetic-1 Currently, mdoc doesn't append the `-N` suffix for conflicting names.
**Describe the bug** Triggering the Cascade Compile command reports an error that the command failed. **To Reproduce** I haven't found a reliable reproduction yet. The modal appeared when I triggered...