rubydeps
rubydeps copied to clipboard
A tool to create class dependency graphs from test suites
Hi, here's the message error I get after gem install : ``` Building native extensions. This could take a while... ERROR: Error installing rubydeps: ERROR: Failed to build gem native...
Hey building from native was failing so I think just need to do this.
Consistently getting a segmentation fault when I try to use rubydeps with a project I'm working on. Here's the error log, hope it's useful. ``` text /home/golly/projects/sharex/Code/services/notification_service/test/spec/the_falcon_spec.rb:96: [BUG] Segmentation fault...
Show in a different color and/or different shape those dependencies that are from a child class to it's parent class.
When class A inherits, extends or includes class B we currently draw a dependency X from A to B. ``` A----->B X (inheritance/extension/inclusion) ``` We show a dependency Y from...
Firstly thanks for this gem - great work! Here's a minor suggestion... Negative lookaheads are kind of ugly, or at least difficult to grok. It would be nice to support...