vertx-stack icon indicating copy to clipboard operation
vertx-stack copied to clipboard

Stack convergence detailed path

Open vietj opened this issue 8 years ago • 0 comments

when a convergence fails we need to have the full path of dependencies instead of just the path leaves to help fixing the convergence issue.

i.e if A -> B -> C(v1) and D -> E -> C(v2)

now we know that A and D are in conflict on C, we should know the transitive path (at least one, there can be several) that leads to the conflict to ease its resolution

vietj avatar Oct 05 '17 07:10 vietj