You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: transitive path deps resolve relative to parent dep's root
Path dependencies of transitive deps were resolved relative to the
main project root, which fails for workspace members when greeter
depends on core via path = "../core" but the build target is apps/hello.
Fix: add resolveRoot to WorkItem so child deps resolve relative to
their parent dep's directory. Also fix CI to pick the newest built
mcpp binary (avoids stale cached binaries from different fingerprints).
0 commit comments