-
Notifications
You must be signed in to change notification settings - Fork 113
ArrayIndexOutOfBoundsException when using dependency-graph --force #19
Comments
Any idea @mdr? |
Maybe you can provide an isolated test case for this, Mathias? I won't fix this for the 0.7.0 release but then we can see later what can be done. |
Add these dependencies, with 0.7.0-RC3 it actually seems to be stuck:
|
Try dependency-graph --force with the dependencies above. |
I think I can reproduce it with this testcase. Could it be, that it is just slow? I guess the graphing library has bad runtime for larger graphs. |
Any update on this? This still fails for me. Thanks!! |
This is a show stopper for me using this tool |
@samthebest why is this a showstopper? The only thing that doesn't work is generating the ASCII graph which isn't a good idea for a big dependency structure anyway. Wouldn't the alternatives like |
@jrudolph Ah, sorry, I didn't realize the alternatives wouldn't throw that exception. Please could you add a catch for that AIOB and say something along the lines of "Your graph is too big for ASCII version". |
Also see #56 for another reproduction. |
The text was updated successfully, but these errors were encountered: