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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 31 21:46:26 UTC 2020


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

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

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

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #11627 "fix issue 19590 - `__traits allMembers` should
put fully qualified names for imports" was merged into master:

- 0c6f0309c7dc52b55094cb3335582e02e528c499 by Nils Lankila:
  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