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
That is to say that we stop when we have a proof that the root package cannot be built, but do not include the last flourish of the proof that "we are required to build the root package because that's what we were asked to build". If I remember reading the original blog post correctly skipping this piece of mostly redundant information was one of the recommendations, so we could decide that this is a feature and not a bug. If we do then the next breaking release should probably remove that type from the reporting infrastructure.
The text was updated successfully, but these errors were encountered:
Looking at some converge data it looks like we never hit
pubgrub/src/internal/incompatibility.rs
Lines 197 to 199 in cd91684
This is because
conflict_resolution
loops untilis_terminal
is truepubgrub/src/internal/incompatibility.rs
Lines 146 to 148 in cd91684
That is to say that we stop when we have a proof that the root package cannot be built, but do not include the last flourish of the proof that "we are required to build the root package because that's what we were asked to build". If I remember reading the original blog post correctly skipping this piece of mostly redundant information was one of the recommendations, so we could decide that this is a feature and not a bug. If we do then the next breaking release should probably remove that type from the reporting infrastructure.
The text was updated successfully, but these errors were encountered: