Thread overview
[Issue 21259] struct initialization with deprecated fields should issue deprecation warnings
Sep 18, 2020
RazvanN
Sep 18, 2020
Dlang Bot
Sep 18, 2020
Dlang Bot
Sep 18, 2020
Dlang Bot
September 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21259

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
I guess you meant: `deprecated alias width = bar`.

--
September 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21259

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #11752 "Fix Issue 21259 -  struct initialization with deprecated fields should issue deprecation warnings" fixing this issue:

- Fix Issue 21259 -  struct initialization with deprecated fields should issue deprecation warnings

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

--
September 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21259

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 #11752 "Fix Issue 21259 -  struct initialization with deprecated fields should issue deprecation warnings" was merged into master:

- e3320af3c2ea1b83f256d87979963b8be03da66f by RazvanN7:
  Fix Issue 21259 -  struct initialization with deprecated fields should issue
deprecation warnings

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

--
September 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21259

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11755 " Issue 21259 - struct initialization with deprecated fields inside a deprecated scope" was merged into master:

- 135a2993e8e73cb2c9be3fb2d6f8e113958febff by Sebastian Wilzbach:
   Issue 21259 - struct initialization with deprecated fields inside a
deprecated scope

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

--