Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime dependency reported as missing #208

Open
huajiang-tubi opened this issue Jun 25, 2024 · 0 comments
Open

Runtime dependency reported as missing #208

huajiang-tubi opened this issue Jun 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@huajiang-tubi
Copy link

huajiang-tubi commented Jun 25, 2024

Given a lib A with a runtime dependency B. B is not in the current dependencies, because it's computed using the Compile configuration.

When it computes previous dependencies of A, a dummy module is created that has the previous version of A as its compile dependency, that makes B appear in the previous dependencies, fails the check as a missing library, even if A is not changed since the previous version.

Can we fix it by changing Compile to Runtime for dependencies resolution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants