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
I'm fine deleting this issue; I was only adding it because someone (you) said it should be done at the LDWG ;-)
If u is an empty union, then u.isValid() is false. It's not an empty corner case. Following the definition given in the spec, it would be an empty disjunction, which is false (e.g., see https://en.wikipedia.org/wiki/Logical_disjunction).
The spec now mandates an
isValid()
method for header unions. This needs implemented.The text was updated successfully, but these errors were encountered: