Skip to content

Do not get context for rule evaluation as root

Since f2d4e71a704e the context must be computed for each rule so the loop must be outside of the root context used to browse the rules (to avoid infinite recursion)

Merge request reports