Thread overview
[Issue 21665] Void initialization should not be allowed for instances of struct with invariant
Feb 27, 2021
Walter Bright
Mar 31, 2021
Dlang Bot
Apr 06, 2021
Dlang Bot
February 27, 2021
https://issues.dlang.org/show_bug.cgi?id=21665

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
March 31, 2021
https://issues.dlang.org/show_bug.cgi?id=21665

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12326 "fix Issue 21665 - Void initialization should not be allowed for insta…" fixing this issue:

- fix Issue 21665 - Void initialization should not be allowed for instances of struct with invariant

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

--
April 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21665

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/dmd pull request #12326 "fix Issue 21665 - Void initialization should not be allowed for insta…" was merged into master:

- 72b737a626e3088b829cdde29ed51c6c00a308e8 by Walter Bright:
  fix Issue 21665 - Void initialization should not be allowed for instances of
struct with invariant

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

--