CIRCULAR REFERENCE WITHIN AND ACROSS RULESETS - Gnorion/BizVR GitHub Wiki

CIRCULAR REFERENCE WITHIN AND ACROSS RULESETS VV can already detect and warn when a single table has rules that are circular (i.e the action changes a value that is tested in the rules)

But we probably should also detect this situation too. Its when the set of rulesets contains circular reasoning. i.e the action of a later ruleset modifies the values tested in an earlier rulesheet. Not necessarily a problem, but the user should be aware of the circular reference.