Thread overview
[Issue 20011] [REG] modification of member of a manifest constant that's also a struct is allowed
Jun 29, 2019
Basile-z
Jun 29, 2019
Walter Bright
Jun 29, 2019
Walter Bright
Jun 30, 2019
Dlang Bot
Jul 07, 2019
Dlang Bot
June 29, 2019
https://issues.dlang.org/show_bug.cgi?id=20011

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17828

--
June 29, 2019
https://issues.dlang.org/show_bug.cgi?id=20011

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Regression caused by https://github.com/dlang/dmd/pull/9505

--
June 29, 2019
https://issues.dlang.org/show_bug.cgi?id=20011

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19754

--
June 30, 2019
https://issues.dlang.org/show_bug.cgi?id=20011

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Basile-z created dlang/dmd pull request #10115 "fix issue 20011, fix issue 17828 - crash or accept write operation on members of manifest constant structs" fixing this issue:

- fix issue 20011, fix issue 17828 - crash or accept write operation on members of manifest constant structs

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

--
July 07, 2019
https://issues.dlang.org/show_bug.cgi?id=20011

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10115 "fix issue 20011, 17828 - crash or accept write operation on members of manifest constant structs" was merged into stable:

- 44469ba0c915f2cc9f017f01a8a738219a130c51 by Basile Burg:
  fix issue 20011, 17828 - crash or accept write operation on members of
manifest constant structs

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

--