This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Direct::Dir
resolution fails on indirect dependency #65Closed
Description
Presume that we have package A
depending on local package B
by "B" = { path = "path_to_B" }
, when B
is depending on package C
by relative path "C" = { path = "../C" }
, elba fails to find C
when we build A
:
elba build --verbose
[1/2] Resolving dependencies...
[warn] Couldn't add package pkg/C@dir+../C any: package pkg/C@dir+../C at ../C is missing manifest
error: version solving has failed
Because C@dir+../C any is unavailable, one of must be false.
This may be fixed by adding the manifest path to Summary
.