Current cycle checker doesn't take into account multiple dependancies on the same target by the same name, which causes failed builds even when there is no cycle.
This could be replaced by a list that gets copied down (or something with metatables, which would make it even easier) with the current target for each target build method
Current cycle checker doesn't take into account multiple dependancies on the same target by the same name, which causes failed builds even when there is no cycle.
This could be replaced by a list that gets copied down (or something with metatables, which would make it even easier) with the current target for each target
build
method