Thread overview
[Issue 22126] -checkaction=context should not print overlapped struct members
Jul 23, 2021
Dlang Bot
Jul 24, 2021
Dlang Bot
July 18, 2021
https://issues.dlang.org/show_bug.cgi?id=22126

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg
           Assignee|nobody@puremagic.com        |moonlightsentinel@disroot.o
                   |                            |rg

--
July 23, 2021
https://issues.dlang.org/show_bug.cgi?id=22126

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/druntime pull request #3522 "Fix 22126 - Don't print overlapped fields with -checkaction=context" fixing this issue:

- Fix 22126 - Don't print overlapped fields with -checkaction=context

  Detect overlapped fields by checking the offsets of adjacent members.
  Those are replaced by a placeholder because we cannot determine wich
  of the overlapped fields is valid (if any).

https://github.com/dlang/druntime/pull/3522

--
July 24, 2021
https://issues.dlang.org/show_bug.cgi?id=22126

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3522 "Fix 22126 - Don't print overlapped fields with -checkaction=context" was merged into master:

- 9b3989c827984e8f4f9acd253071d80ce24fe5e2 by MoonlightSentinel:
  Fix 22126 - Don't print overlapped fields with -checkaction=context

  Detect overlapped fields by checking the offsets of adjacent members.
  Those are replaced by a placeholder because we cannot determine wich
  of the overlapped fields is valid (if any).

https://github.com/dlang/druntime/pull/3522

--