-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context.IsSet returns false even if StringSlice flag is set #314
Comments
Confirmed! Oddly, I'm seeing different behavior when calling |
Hmmm, interesting, seems to have been introduced in #73 |
Yeppers. My initial attempt to solve this is made more awkward by the slice types being aliases rather than composites. It might be easiest to address this after the merge of #350. |
I'm going to see if I can tack this bugfix onto #350 yep yep. |
Fixed by #392 (will be released is v2, but you can use that branch for now if you need the functionality sooner!). |
On my environment (mac OS X 10.10.5),
Context.IsSet
does not work when usingStringSliceFlag
.The text was updated successfully, but these errors were encountered: