Jon Tirsen
Results
12
comments of
Jon Tirsen
Looks like there is cycle detection though... https://github.com/coursier/coursier/blob/26719841df0732dca511c93f1c31959ef2e32986/modules/core/shared/src/main/scala/coursier/util/Tree.scala#L41
If I print out the `elem` variable it's clear that there is a cycle and that the cycle detection does not prevent an infinite loop here.