[Issue 11847] Importing "package.d" module causes qualified name lookup to fail for sub modules

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 12 09:33:47 PDT 2015


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

Nick Sabalausky <cbkbbejeap at mailinator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbkbbejeap at mailinator.com

--- Comment #8 from Nick Sabalausky <cbkbbejeap at mailinator.com> ---
I've hit this problem too, and it's a pain in the ass. It makes it nearly
impossible to resolve a symbol ambiguity whenever a package.d is involved. It
effectively destroys the ability for "package.d" to do it's primary intended
job: Let module authors break up a module without breaking user code. This
needs fixed.

--


More information about the Digitalmars-d-bugs mailing list