Thread overview
[Issue 19646] Initialization of globals not checked for @safe
Feb 04, 2019
Walter Bright
Jun 18, 2019
Dlang Bot
Jun 18, 2019
Dlang Bot
Nov 02, 2019
ag0aep6g
Feb 16, 2023
Paul Backus
February 04, 2019
https://issues.dlang.org/show_bug.cgi?id=19646

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

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 #10056 "fix Issue 19646 - Initialization of globals not checked for @safe" fixing this issue:

- fix Issue 19646 - Initialization of globals not checked for @safe

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

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

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 #10056 "fix Issue 19646 - Initialization of globals not checked for @safe" was merged into master:

- 534383bedd60c72cdad4755d03f26b24b7eae207 by Walter Bright:
  fix Issue 19646 - Initialization of globals not checked for @safe

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

--
November 02, 2019
https://issues.dlang.org/show_bug.cgi?id=19646

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com

--- Comment #3 from ag0aep6g <ag0aep6g@gmail.com> ---
The exact code from the description doesn't compile anymore. But we just need to change some detail and DMD accepts it again. See issue 20347.

--
February 16, 2023
https://issues.dlang.org/show_bug.cgi?id=19646

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |snarwin+bugzilla@gmail.com

--- Comment #4 from Paul Backus <snarwin+bugzilla@gmail.com> ---
*** Issue 21664 has been marked as a duplicate of this issue. ***

--