Arthur McGibbon
Arthur McGibbon
Any chance you could post just the dependency sections of your project build files?
Temporary workaround... Uninstall Bloop if you have installed it... `scoop uninstall bloop` Add the Bloop bucket `scoop bucket add bloop-stable https://github.com/scalacenter/scoop-bloop.git` Edit the bucket file: `%home%/scoop/buckets/bloop-stable/bloop.json` (or wherever you installed...
@jvican please merge scalacenter/scoop-bloop#7 if you're happy with it
Thanks @heksesang - I think you're right I've raised an issue coursier/coursier#1741
> I will PR an `OverridingPairs.Cursor` that handles the special case of Scala varargs overriding Java. The bridge is emitted in `RefChecks`, which `RefChecks` relies on while `RefChecking`. Bridges for...
How about `java.nio.file.Watchable`. It's varargs all the way down.
VSCode can do this automatically for you using the `Help: Start Extension Bisect` command
@kpodsiad Do you know how do fix the [ESLint](https://github.com/scalameta/metals-vscode/runs/6842886771?check_suite_focus=true) errors here? I'm trying to implement an interface method but I don't need the parameters - hence they're unused. I thought...
@kpodsiad That works thanks!
@WojciechMazur Thanks for looking into it so quickly. If it can't be changed then it would be nice if there was a compiler error rather than hitting this at runtime