Thread overview
[Issue 23261] druntime core.std.attribute.Tagged1_2 constructor is unsafe
Dec 17, 2022
Iain Buclaw
Jan 02, 2023
Dlang Bot
Jan 05, 2023
Mathias LANG
Jan 05, 2023
RazvanN
Jan 06, 2023
RazvanN
Jan 06, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23261

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
January 02, 2023
https://issues.dlang.org/show_bug.cgi?id=23261

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14771 "Fix Issue 23261 - druntime core.std.attribute.Tagged1_2 constructor i…" fixing this issue:

- Fix Issue 23261 - druntime core.std.attribute.Tagged1_2 constructor is unsafe

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

--
January 05, 2023
https://issues.dlang.org/show_bug.cgi?id=23261

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Yes but the code is only intended to be used as an UDA, so it shouldn't matter.

--
January 05, 2023
https://issues.dlang.org/show_bug.cgi?id=23261

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |INVALID

--
January 06, 2023
https://issues.dlang.org/show_bug.cgi?id=23261

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--
January 06, 2023
https://issues.dlang.org/show_bug.cgi?id=23261

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14771 "Fix Issue 23261 - druntime core.std.attribute.Tagged1_2 constructor i…" was merged into master:

- bac6a64dfc90820809dff2c5609f03d1bdb532e9 by RazvanN7:
  Fix Issue 23261 - druntime core.std.attribute.Tagged1_2 constructor is unsafe

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

--