[Issue 19590] __traits allMembers should put fully qualified names for imports

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 25 16:40:10 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=19590

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@NilsLankila created dlang/dmd pull request #11627 "fix issue 19590 - `__traits
allMembers` should put fully qualified names for imports" fixing this issue:

- fix issue 19590 - `__traits allMembers` should put fully qualified names for
imports

  a next step to make `allMembers` + import the more correct possible.

  - put imports FQN
  - exclude import if it is selective
  - displace fix for 17057 in the added code, virtual `sds.isModule()` call was
executed in a loop that didn't mutate `sds` BTW

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

--


More information about the Digitalmars-d-bugs mailing list