https://issues.dlang.org/show_bug.cgi?id=19590
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
