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
[FFM-5510]: Fixing the condition in evaluator to consider empty slice + expose Evaluate function (#104)
[FFM-5510]: Fixing the condition in evaluator to consider empty slice + Exposing Evaluate function
# What:
Small fix to consider empty slice in the condition for clause evaluation
# Why:
Previously segment.rules would either be nil pointer or pointer to slice with at least one element.
Due to changes made for FFM-4150 we require extra check.
# Testing:
Locally
0 commit comments