[Issue 13462] Renamed imported module can be accessed by FQN when other import is present

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 5 15:11:42 UTC 2019


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

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel at live.nl
         Resolution|---                         |DUPLICATE

--- Comment #1 from Dennis <dkorpel at live.nl> ---
Starting at DMD 2.071.2 this gives a deprecation warning and since 2.084.0 it
is an error. It seems to be caused by fully qualified names bypassing private
imports, which has been fixed.
(https://dlang.org/changelog/2.084.0.html#fqn_imports_bypass_private_imports_error)

*** This issue has been marked as a duplicate of issue 313 ***

--


More information about the Digitalmars-d-bugs mailing list