Thread overview
[Issue 24477] Union access of bool shouldn't be allowed in @safe
Apr 01
Dlang Bot
Apr 02
ag0aep6g
Apr 03
Dlang Bot
April 01
https://issues.dlang.org/show_bug.cgi?id=24477

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #16356 "Fix bugzilla 24477 - Union access of bool shouldn't be allowed in `@s…" fixing this issue:

- Fix bugzilla 24477 - Union access of bool shouldn't be allowed in `@safe`

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

--
April 02
https://issues.dlang.org/show_bug.cgi?id=24477

ag0aep6g <ag0aep6g@gmail.com> changed:

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

--
April 03
https://issues.dlang.org/show_bug.cgi?id=24477

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 #16356 "Fix bugzilla 24477 - Union access of bool shouldn't be allowed in `@s…" was merged into master:

- fed655c9b59a2da97f1306f2c857e472874cc639 by Dennis Korpel:
  Fix bugzilla 24477 - Union access of bool shouldn't be allowed in `@safe`

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

--