Re: Issue 114 in metacello: tight #currentVersion loop
Posted by
metacello on
Feb 25, 2011; 8:41pm
URL: https://forum.world.st/Issue-114-in-metacello-tight-currentVersion-loop-tp3323714p3325145.html
Updates:
Labels: Product-Core
Comment #2 on issue 114 by
[hidden email]: tight #currentVersion loop
http://code.google.com/p/metacello/issues/detail?id=114Upon further review, the above algorithm does detect a cycle while
calculating the current version, but the cycle it detects does not involve
Moose '4.3.2'. On the other hand, there certainly appears to be a similar
cycle here as well:
Moose 4.2 Core ----> SmallDude default nil
SmallDude default nil ----> Moose coreDefault nil
Moose 4.2 Core ----> SmallDude default nil
so more study of the problem is needed