-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark cyclic dependencies red #3
Comments
Sure, I will try to work on it as soon as possible |
Proposed change:
|
Glad to hear that! 👍 Which algorithm do you use for the cycle detection? I think there should be something like https://en.wikipedia.org/wiki/Strongly_connected_component#Algorithms |
I didn't research this part yet, also if there is a gem that already has these algorithms implemented it would be great to utilise it instead of writing the algorithm ourselves |
Looks like that there is a algorithm in ruby itself. 🎁 http://ruby-doc.org/stdlib-2.0.0/libdoc/tsort/rdoc/TSort.html |
If anyone is interested in pairing, I would love to make a start on this |
yes, sure that would be great, maybe we can mark any node that is part of a cyclic dependency with extra attribute. |
I hate dependency cycles. I like to get rid of them. I would like to use rubrowser to find them.
So what about an option to mark cyclic dependencies?
Cheers, ellcs
The text was updated successfully, but these errors were encountered: