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
This project does a good job of handling error cases, but there are one or two places in the main resolver code which makes assumptions about the graph which should be true but occasionally aren't (I've so far only experienced this as a result of some bugs like #104). When it panics part-way through a resolve, it can sometimes cause some major issues for the next attempt (which can wreck the graph) so these should really be handled properly (even though in a perfect world the assumptions should be true)
The text was updated successfully, but these errors were encountered:
This project does a good job of handling error cases, but there are one or two places in the main resolver code which makes assumptions about the graph which should be true but occasionally aren't (I've so far only experienced this as a result of some bugs like #104). When it panics part-way through a resolve, it can sometimes cause some major issues for the next attempt (which can wreck the graph) so these should really be handled properly (even though in a perfect world the assumptions should be true)
The text was updated successfully, but these errors were encountered: