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
Given two cinfigurations for package, first with config having dependency on A and second having dependency on B which depends on A, dub will print The same package is referenced in different paths error message.
Given two cinfigurations for package, first with config having dependency on A and second having dependency on B which depends on A, dub will print
The same package is referenced in different paths
error message."configurations":
[
{
"name": "app",
"dependencies": {
"fancy_dep": {"version": "~master", "path": "../fancy_dep"},
},
"versions": ["UsesSomethingFancy"],
},
{
"name": "complicatedApo",
"dependencies": {
"uses_fancy_dep": {"version": "~master", "path": "../uses_fancy_dep"},
},
},
]
The text was updated successfully, but these errors were encountered: