Thread overview
[Issue 20100] Segfault with checkaction=context on struct comparison
Aug 03, 2019
Dlang Bot
Aug 03, 2019
Dlang Bot
Aug 03, 2019
Dlang Bot
Aug 08, 2019
Dlang Bot
August 03, 2019
https://issues.dlang.org/show_bug.cgi?id=20100

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |major

--
August 03, 2019
https://issues.dlang.org/show_bug.cgi?id=20100

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wilzbach created dlang/dmd pull request #10270 "Fix Issue 20100 - Segfault with checkaction=context on struct comparison" fixing this issue:

- Fix Issue 20100 - Segfault with checkaction=context on struct comparison

https://github.com/dlang/dmd/pull/10270

--
August 03, 2019
https://issues.dlang.org/show_bug.cgi?id=20100

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wilzbach created dlang/dmd pull request #10271 " -checkaction=context: improve struct equals detection" fixing this issue:

- Fix Issue 20100 - Segfault with checkaction=context on struct comparison

https://github.com/dlang/dmd/pull/10271

--
August 03, 2019
https://issues.dlang.org/show_bug.cgi?id=20100

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wilzbach created dlang/druntime pull request #2720 "-checkaction=context: Improve struct output + add tests for issue 20100" mentioning this issue:

- -checkaction=context: Improve struct output + add tests for issue 20100

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

--
August 08, 2019
https://issues.dlang.org/show_bug.cgi?id=20100

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10270 "Fix Issue 20100 - Segfault with checkaction=context on struct comparison" was merged into master:

- 769cca98a012f5cbdab14fd2bc5019ae650117a0 by Sebastian Wilzbach:
  Fix Issue 20100 - Segfault with checkaction=context on struct comparison

https://github.com/dlang/dmd/pull/10270

--