Project diamond dependency resolving #3208
Unanswered
jkawnkwh85
asked this question in
Q&A
Replies: 1 comment 4 replies
-
?你在做包? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
有三个项目,base是基础库,A是在base基础上开发的工具库, B是一个可运行的程序,依赖于base和A。
依赖关系如下
其中B依赖 A ==1.0.4, base ==1.0.8
A(1.0.4版本)依赖 base >= 1.1.0
编译B的时候应该无法找到符合要求的base,但是目前编译的时候不会报错。
请问是我对xmake resolve dependency的方法有误解吗?
Beta Was this translation helpful? Give feedback.
All reactions