eugene yokota
eugene yokota
@ches Now that we're using Coursier for metabuild resolution it might be a good time to try the idea.
Now that we're telling people to use Maven Central for sbt plugins, we should really fix this for sbt 2.x.
@cquiroz Could you tell us some hints on how we could potentially reproduce this on our computers to debug this? For example, which operating system and terminal environment are you...
@PaperPlaneSoftware Thanks for the report! I do acknowledge this to be a bug, but I am also not sure how much we should keep supporting the idea of `2.6.+`, which...
@coffius Thanks for the report. Could you open a GitHub issue on coursier/coursier as well? Also if this happened at work code, please consider contributing a fix to Coursier.
Doing so might make the error state more confusing as `update` would skip and compilation would now fail with something like symbol `X` was not found in `com.example`?
@jxtps Sorry for the late response. Looking at the repro steps, it's not clear what's happening. Are you saying that you're trying to run multiple sessions of sbt, and on...
@bchallenor Thanks for the report with detailed reproduction steps. When I run this using sbt 1.3.10 (default `useCoursier = true`), I get ```scala [info] withMavenLibDep / hasLog4jCore [info] true [info]...
> since I couldn't come up with the reason why only `externalDependencyClasspath` had been considered in #6026. The following is my logic (similar to how Bazel works iiuc): Given 10...
> To hash as precisely as possible while avoiding to compile parent projects as you rightly described, could we include the `remoteCacheId` of parent projects instead of relying on any...