Reproducer:
<group>
<id>test-group</id>
<name>Test group</name>
<display_order></display_order>
<uservisible></uservisible>
<packagelist>
</packagelist>
</group>
It's probably not reasonable to want to allow empty uservisible, since a boolean value is expected, but an empty default field doesn't have this problem and in any case, segfaulting is not a nice way to handle it.
Reproducer:
It's probably not reasonable to want to allow empty
uservisible, since a boolean value is expected, but an emptydefaultfield doesn't have this problem and in any case, segfaulting is not a nice way to handle it.