Thread overview
[Issue 13582] Deprecated modules imported from other deprecated modules shouldn't be warned about
Oct 07, 2014
Dicebot
Oct 10, 2014
Walter Bright
May 11, 2019
Jan Jurzitza
Aug 22, 2019
Dlang Bot
Aug 24, 2019
Dlang Bot
October 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13582

Dicebot <public@dicebot.lv> changed:

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

--- Comment #1 from Dicebot <public@dicebot.lv> ---
PR : https://github.com/D-Programming-Language/dmd/pull/4048

--
October 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13582

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=13582

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
May 11, 2019
https://issues.dlang.org/show_bug.cgi?id=13582

Jan Jurzitza <d.bugs@webfreak.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19865

--
August 22, 2019
https://issues.dlang.org/show_bug.cgi?id=13582

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature updated dlang/dmd pull request #10336 "Fix issue 13582: Don't print deprecation when importing a deprecated module from another deprecated module." fixing this issue:

- Fix issue 13582: don't print deprecation when importing a deprecated module from another deprecated module.

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

--
August 24, 2019
https://issues.dlang.org/show_bug.cgi?id=13582

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 #10336 "Fix issue 13582: Don't print deprecation when importing a deprecated module from another deprecated module." was merged into master:

- e1dd21784653a106139d867cec606c389dcbd738 by Mathis Beer:
  Fix issue 13582: don't print deprecation when importing a deprecated module
from another deprecated module.

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

--