https://issues.dlang.org/show_bug.cgi?id=19590
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
