<@U0B8ZP13Q>: yes, but it also provides informatio...
# kobalt
c
@cedric: yes, but it also provides information for manual resolution, if the dep-management solver cannot calculate it on its own, programmer can do it themselves if the module/library states its dependencies clearly which problem is easier to solve? 1) A wants L-1.5, B wants L-1.7, we have runtime conflict application doesn't work, programmer has basically to throw some dice in the air and check every possible combination of forced version. 2) B's developer knows that B will actually work with L-[1.4,1.7] and states that clearly, so even if the system's dep-solver couldn't solve the conflict on its own, when the programmer sees the conflict he also sees that they can actually force L-1.5 and B will be able to work with it.