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
The error seems caused by the presence of the same library with different versions, one of the versions containing some qualifier. The failing project contains the following dependencies in different components:
Moving all the components to one of the versions fixes the problem, but still looks like a bug on polylith. I have created the following repo with reproduction of the bug. Running poly info or clojure -M:poly info should fail with the above error.
Describe the bug
When executing some polylith CLI commands (like
poly info
orcreate component
), it throws the following error:To Reproduce
The error seems caused by the presence of the same library with different versions, one of the versions containing some qualifier. The failing project contains the following dependencies in different components:
com.cognitect.aws/api {:mvn/version "0.8.692"}
com.cognitect.aws/api {:mvn/version "0.8.710-beta01"}
Moving all the components to one of the versions fixes the problem, but still looks like a bug on polylith. I have created the following repo with reproduction of the bug. Running
poly info
orclojure -M:poly info
should fail with the above error.https://github.com/bortexz/polylith-dep-compare-bug
Expected behavior
poly commands should support different lib versions with qualifiers
Operating System (please complete the following information):
Versions
The text was updated successfully, but these errors were encountered: