Adrien Piquerez

Results 262 comments of Adrien Piquerez

For dependency submission I guess it only makes sense to run the workflow on pushes to the default branch.

This is a cool project. Another build tool that supports BSP is scala-cli.

I have experienced some `StaleSemanticdbError` as well in an sbt project. When so, I run `clean` and then it is working fine. @bjaglin Have you ever seen this `StaleSemanticdbError` on...

@keynmol I am sorry I canceled your workflow by mistake, but it's restarting now.

> My understanding is that files should get added directly to the runtime classpath, without getting relativized by a directory. I'm not sure what effect that has however, I'm unable...

Or we can mix the old spec with the new spec so that all the old and new clients/servers can talk to each other: ```ts export interface ResourcesItem { target:...

I agree it is useful for a build client like IntelliJ to connect to several build servers but I don't think we need to change BSP for that. Because BSP...

Thanks for the proposal! Many (or all) build tools do dependency resolution and BSP is about build tools in general. So a `buildTarget/dependencyResolvers` seems to be a legitimate addition to...

Option 1 (to keep all `scaladocJars`) seems a bit more user-friendly to me. Also it is open to change, if one day we make scaladoc independent of scala-compiler. It is...

> What should code be in FailedBuildTarget? Probably we don't need it.