Closed frenchy64 closed 4 years ago
You should also merge master
to pick up some new CI checks.
Merged master, tests pass.
Hmm, I wonder why CircleCI isn't running on your commits? 🤔
Hmm, I wonder why CircleCI isn't running on your commits? 🤔
It's supposed to:
Maybe @aengelberg would be willing to look in to this? :^)
Closes #53
Error message for cyclic deps now pretty-prints all (unique) cycles in the dependency graph, from smallest to largest. I removed the
:input
map from the thrown exception, and replaced it with:cycles
, the collection of cycles in the same order as printed in the error.Example deps graph:
Example (new) error message: