Thread overview
[Issue 15877] [REG2.071beta] Some members are not visible by std.typecons.BlackHole
Apr 05, 2016
Martin Nowak
Aug 08, 2016
Martin Nowak
Aug 09, 2016
Martin Nowak
Aug 24, 2016
Martin Nowak
April 05, 2016
https://issues.dlang.org/show_bug.cgi?id=15877

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
Both, the old and the new lookup don't really allow access to private members,
even when using __traits. The new visibility rules will trigger earlier, that's
why you see the warning.
We have to modify the lookup for traits so that it ignores symbol visibility.

--
August 08, 2016
https://issues.dlang.org/show_bug.cgi?id=15877

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |code@dawg.eu

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
Related to issue 15907.

--
August 09, 2016
https://issues.dlang.org/show_bug.cgi?id=15877

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
*** Issue 15826 has been marked as a duplicate of this issue. ***

--
August 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15877

Martin Nowak <code@dawg.eu> changed:

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

--- Comment #4 from Martin Nowak <code@dawg.eu> ---


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

--