Open twelvelabs opened 2 years ago
The defaultIsZeroValue() method was erroneously assuming that all types that implement IsBoolFlag() were bools - regardless of the return value of IsBoolFlag().
Fixes #360
All committers have signed the CLA.
Not sure who the current maintainers are, so pinging recent last few folks who've approved/merged PRs 😬.
@therealmitchconnors, @eparis, @spf13 - would anyone mind taking a look?
The defaultIsZeroValue() method was erroneously assuming that all types that implement IsBoolFlag() were bools - regardless of the return value of IsBoolFlag().
Fixes #360