Thread overview
[Issue 3108] [meta] Protection
Aug 26, 2014
public@dicebot.lv
May 07, 2015
Vladimir Panteleev
Dec 22, 2016
andrei@erdani.com
Jul 16, 2019
Mathias LANG
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=3108
Issue 3108 depends on issue 2529, which changed state.

Issue 2529 Summary: 'package' access qualifier should allow access to sub-packages https://issues.dlang.org/show_bug.cgi?id=2529

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

--
May 07, 2015
https://issues.dlang.org/show_bug.cgi?id=3108

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|677                         |

--
February 20, 2016
https://issues.dlang.org/show_bug.cgi?id=3108
Issue 3108 depends on issue 313, which changed state.

Issue 313 Summary: [module] Fully qualified names bypass private imports https://issues.dlang.org/show_bug.cgi?id=313

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

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=3108
Issue 3108 depends on issue 314, which changed state.

Issue 314 Summary: [module] Static, renamed, and selective imports are always public https://issues.dlang.org/show_bug.cgi?id=314

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

--
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=3108
Issue 3108 depends on issue 1161, which changed state.

Issue 1161 Summary: [module] Access to private static members is allowed from other module. https://issues.dlang.org/show_bug.cgi?id=1161

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--
December 22, 2016
https://issues.dlang.org/show_bug.cgi?id=3108
Issue 3108 depends on issue 1441, which changed state.

Issue 1441 Summary: [module] Allow 'private' to restrict class visibility outside module or outer class https://issues.dlang.org/show_bug.cgi?id=1441

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

--
July 13, 2019
https://issues.dlang.org/show_bug.cgi?id=3108
Issue 3108 depends on issue 2225, which changed state.

Issue 2225 Summary: accessing private declaration allowed https://issues.dlang.org/show_bug.cgi?id=2225

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

--
July 16, 2019
https://issues.dlang.org/show_bug.cgi?id=3108
Issue 3108 depends on issue 2830, which changed state.

Issue 2830 Summary: private attribute doesn't work for structs/unions/classes https://issues.dlang.org/show_bug.cgi?id=2830

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

--
July 16, 2019
https://issues.dlang.org/show_bug.cgi?id=3108

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
And they are all fixed, closing :)

--