[Issue 20482] formatValue overlap detection does not account for nested anonymous unions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 21 18:03:17 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=20482

Berni44 <bugzilla at bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at bernis-buecher.de

--- Comment #1 from Berni44 <bugzilla at bernis-buecher.de> ---
IMHO, there is more about this: members of unions are only printed, if they are
members of structs, but not stand alone unions. They are just formatted as
their name.

I think, either, members of unions should always be printed (and then
correctly) or not at all.

--


More information about the Digitalmars-d-bugs mailing list