JJ / raku-river

Raku::Ecosystem analyzes distributions in the Raku ecosystem assigning a "river" score depending on how "upstream" they are of other distributions.
GNU General Public License v3.0
2 stars 6 forks source link

Detect circular dependencies #3

Closed JJ closed 4 years ago

JJ commented 6 years ago

So far I'm eliminating known circular dependencies by hand, as they are generally created ex profeso. But it would be interesting to find those dependencies and eliminate them if possible.