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
Currently rule cases are modeled as a map with keys that are only used to name the rule case (and have no effect on the rule execution). This should be switched to a slice for simplification and to avoid inconsistencies in the case ordering during execution.