[Issue 20008] __traits(allMembers) of packages is complete nonsense
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 25 04:16:28 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20008
Basile-z <b2.temp at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b2.temp at gmx.com
--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
One problem is that "std" as member of the module is actually "std.meta". It
appears like that by accident and could lead to what I call symbol leaks.
The allmembers traits actually always takes the ident of a symbol but for
imports this should be a FQN.
--
More information about the Digitalmars-d-bugs
mailing list