8000 `Direct::Dir` resolution fails on indirect dependency · Issue #65 · elba/elba · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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 #65
Closed
@andylokandy

Description

@andylokandy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0