Provide labels when a cycle is detected #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now the cycle detection isn't very helpful since it doesn't tell you where the actual problem is.
It would be nice if it included a vector of the cycle path that triggered it, for example:
SolventError::CycleDetected(vec!["foo", "bar", "baz", "foo"]).I just pushed a commit that should do what you want. It passes internal tests, but I haven't used it myself (I haven't used solvent in years). Let me know if it works for you.
@mikedilger Not seeing any commit :P
Oops I pushed it to my private repo server. Check now.