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
Thanks for reporting this @ajdevries. I'll look into this tonight and hopefully be able to provide a fix for this in the same release that delivers #138
Describe the bug
When creating a segment with two constraints:
== true
== 'somevalue'
The segment is matched when evaluating a flag with the boolean value only.
Version Info
Run
flipt --version
and paste the output here.To Reproduce
2a. Create a constraint
isAdmin
,boolean
and== TRUE
2b. Create a constraint
customer
,string
andequals acme
flag
with the following contexts:Expecting no match
Expecting a match
Expecting no match
Additional context
The text was updated successfully, but these errors were encountered: