Jump to page: 1 2
Thread overview
[Issue 313] [module] Fully qualified names bypass private imports
May 28, 2014
Kenji Hara
Feb 13, 2016
Martin Nowak
Mar 31, 2016
Maksim Zholudev
May 05, 2019
Dennis
May 08, 2019
Bruno Medeiros
May 19, 2020
Witold Baryluk
May 28, 2014
https://issues.dlang.org/show_bug.cgi?id=313

--- Comment #18 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Kenji Hara from comment #14)
> https://github.com/D-Programming-Language/dmd/pull/2256

Unfortunately it was finally reverted.

Instead of that, more conservative fix for the issues 313 & 311 is now opened.

https://github.com/D-Programming-Language/dmd/pull/3407

--
November 17, 2014
https://issues.dlang.org/show_bug.cgi?id=313

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=313

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|2.059                       |---
            Version|D1 & D2                     |D2

--
February 13, 2016
https://issues.dlang.org/show_bug.cgi?id=313

--- Comment #19 from Martin Nowak <code@dawg.eu> ---
https://github.com/D-Programming-Language/dmd/pull/5426

--
February 20, 2016
https://issues.dlang.org/show_bug.cgi?id=313

--- Comment #20 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ea25aad26d11951ccbcd2a57f8c3add968f32434 fix Issue 313 - Fully qualified names bypass private imports

- b/c we're using a global package tree, imported modules were
  accessible in other scopes using fully qualified names
- maintain a whitelist of imported modules in the current scope

https://github.com/D-Programming-Language/dmd/commit/eb8c2c7a48404495d3a62ee5bd58e28a654e99d5 Merge pull request #5426 from MartinNowak/fix313

fix Issue 313 - Fully qualified names bypass private imports

--
February 20, 2016
https://issues.dlang.org/show_bug.cgi?id=313

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--
March 31, 2016
https://issues.dlang.org/show_bug.cgi?id=313

Maksim Zholudev <maximzms@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maximzms@gmail.com

--- Comment #21 from Maksim Zholudev <maximzms@gmail.com> ---
*** Issue 13709 has been marked as a duplicate of this issue. ***

--
October 25, 2018
https://issues.dlang.org/show_bug.cgi?id=313

--- Comment #22 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/aca10e8a720d8a00a09184e5fc065665ca3a2c13 Turn deprecation into error for issue 313

https://github.com/dlang/dmd/commit/01a6a5e26f7d2ed6fdab9286566ece803862c48a Merge pull request #8443 from RazvanN7/checkAccess_err

Turn deprecation into error for issue 313
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
May 05, 2019
https://issues.dlang.org/show_bug.cgi?id=313

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ybyt4t@gmail.com

--- Comment #23 from Dennis <dkorpel@live.nl> ---
*** Issue 13462 has been marked as a duplicate of this issue. ***

--
May 08, 2019
https://issues.dlang.org/show_bug.cgi?id=313

Bruno Medeiros <bruno.do.medeiros+deebugz@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|bruno.do.medeiros+deebugz@g |
                   |mail.com                    |

--
« First   ‹ Prev
1 2