Ólafur Páll Geirsson
Ólafur Páll Geirsson
This is still an issue and it appears to be blocked by https://github.com/scalameta/scalameta/issues/1334. I suspect @xeno-by's thesis is correct in that final vals are supposed to be inlined so their...
Interestingly, the implicit conversion is recorded as a synthetic as well ``` Synthetics: [6:2..6:4) => RichInt(*) ```
I am unable to reproduce with `-P:semanticdb:synthetics:on` ``` [6:2..6:4) => _empty_/a.op. [6:5..6:11) => _empty_/a.RichInt#soRich(). ``` Our test suite didn't catch the regression because synthetics are enabled in our tests. I...
> Am I in for a world of pain trying to run semanticdb (really, scalafix) on Windows? We run the Scalameta, SemanticDB and Scalafix test suites on Windows for every...
Thank you for reporting! This looks like a semanticdb-scalac bug. I played around with setting up a worksheet in the Metals test suite to reproduce, ```scala import scala.meta.interactive.InteractiveSemanticdb val pc...
Closing this issue in favor of https://github.com/scalameta/scalameta/issues/1967
Realized I can transfer the issue. --- SemanticDB v4.3.0 ```scala object a { implicit def addByNameNullaryApply(directive: Int): (=> Int) => Int = ??? def bar(fn: (=> Int) => Int): Int...
Sounds good to me 👍 I did not know about annotation types before.
Here's more info on the running time (in nanoseconds): ``` +------+------+------+-----+------+------+------+ | Max| Min| Sum| Mean| Q1| Q2| Q3| +------+------+------+-----+------+------+------+ |5.04E8|7.71E5|9.88E9|4.8E7|5.33E6|1.18E7|3.83E7| +------+------+------+-----+------+------+------+ ``` Unless there's a bug in my implementation...
Minimal examples for some of the most common bugs: https://gist.github.com/olafurpg/5c4055932ee2e3403275