-c will remove error that happens when forwardizing a cyclic reference.
Nodes that are visited once are forwardized as usual, but with -c nodes that are visited twice or more are ignored. It would be nice to eventually forwardize this if possible (ie all steps are in the same orientation), but that seems nontrivial to support.
-c
will remove error that happens when forwardizing a cyclic reference.Nodes that are visited once are forwardized as usual, but with
-c
nodes that are visited twice or more are ignored. It would be nice to eventually forwardize this if possible (ie all steps are in the same orientation), but that seems nontrivial to support.