mirror of https://github.com/sbt/sbt.git
Fixes unresolved dependency path reporting for Coursier (`ResolveException.failedPaths`) and adds a stable scripted regression. This PR addresses 5168 by reconstructing unresolved dependency caller chains from the Coursier resolution graph and attaching them to `ResolveException.failedPaths`. That allows unresolved warnings to show the full path from the missing module up to the root project. It also adds and stabilizes `lm-coursier/unresolved-path` scripted coverage by: - using a local test Maven repo fixture (no flaky remote test dependency) - checking update stream output via an sbt task (`checkLog`) instead of shell `grep` - asserting the unresolved path includes missing module, transitive caller, and root project |
||
|---|---|---|
| .. | ||
| definitions/src/main/scala/lmcoursier | ||
| metadata@95874ca5bd | ||
| src | ||
| NOTICE | ||