Eason du

Results 42 comments of Eason du

the tutorial `import com.thoughtworks.deeplearning.plugins.INDArrayWeights` seems no longer exists in package `com.thoughtworks.deeplearning:plugins-indarrayweights_2.12:2.2.0-M1:jar`

@tgodzik Could you give me some advice on how to achieve this in more details ? and do we need to change Scala parsers in scalameta library?

I see the problem is in https://github.com/scalameta/metals/blob/main/mtags/src/main/scala-3/scala/meta/internal/pc/SelectionRangeProvider.scala#L43 that ```scala val path = Interactive.pathTo(driver.openedTrees(uri), pos)(using ctx) ``` where the trees returned by openedTrees` will prune all the coments. Does that mean...

@tgodzik we actually merged support for Scala 3, now I'm looking at Scala 2. The scala meta code part seems similar, but I'm unable to find out how to get...

thanks @tgodzik , what is the Scala 2 correspondence of https://github.com/scalameta/metals/blob/2014643e75359c018d93b24bf12f948b68d2a71c/mtags/src/main/scala-3/scala/meta/internal/pc/SelectionRangeProvider.scala#L49 ?

should we mark DebugProtocolSuite as ignored?

the tests are successful, but how do I manually test it? `publishLocal;mtags/publishLocal ` doesn't seem to work and there's errors in metals log like: Error downloading org.scalameta:mtags_2.12.18:1.2.1-SNAPSHOT

@kasiaMarek thanks, no I want to test metals plugin it in vscode for 2.13 and 3, does quick-publish-local make it work for major versions like 2.12, 2.13, 3?