Thread overview
[Issue 20037] Imports in module info should be deduplicated
Jul 09, 2019
Dlang Bot
Jul 09, 2019
Dlang Bot
Aug 23, 2019
Rainer Schuetze
July 09, 2019
https://issues.dlang.org/show_bug.cgi?id=20037

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #10154 "fix issue 20037 - Imports in module info should be deduplicated" fixing this issue:

- fix issue 20037 - Imports in module info should be deduplicated

  imports only need to be mentioned once in the ModuleInfo

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

--
July 09, 2019
https://issues.dlang.org/show_bug.cgi?id=20037

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 #10154 "fix issue 20037 - Imports in module info should be deduplicated" was merged into master:

- 1671403b42dc4f8a4d4c0b2bb1ee75e1ea9267a0 by Rainer Schuetze:
  fix issue 20037 - Imports in module info should be deduplicated

  imports only need to be mentioned once in the ModuleInfo

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

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

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
*** Issue 16208 has been marked as a duplicate of this issue. ***

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

Steven Schveighoffer <schveiguy@yahoo.com> changed:

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

--