You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an if statement in the code that filters out absolute dependencies from other cycles.
It's not entirely clear why this statement was added, the corresponding statement in generate_graph_parents was removed, should this one be removed too?
See this comment:
What about this equivalent bit in generate_graph_children()?
Not entirely sure.. Because the children of [^] are potentially infinite, where the parents are not?
Don't think I was the original author (although possible?)
There's an
if
statement in the code that filters out absolute dependencies from other cycles.It's not entirely clear why this statement was added, the corresponding statement in
generate_graph_parents
was removed, should this one be removed too?See this comment:
@dwsutherland, any insights welcome.
The text was updated successfully, but these errors were encountered: