[Issue 15907] Unjustified "is not visible from module" deprecation warning when using getMember trait

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Sep 9 19:54:54 PDT 2016


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

--- Comment #9 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/101d65993abc868490876883a17b1ba81c04fe19
fix Issue 15907 - unjustified deprecation with getMember

- skip visibility checks for hasMember, getMember, and getOverloads
- inherit scope flags for the new SCOPEflag and noaccesscheck
- keep existing access checks for now

https://github.com/dlang/dmd/commit/6b285369a9b17216244dfdf8f38fbc48ed38dc53
Merge pull request #6111 from MartinNowak/fix15907

fix Issue 15907 - unjustified deprecation with getMember

--


More information about the Digitalmars-d-bugs mailing list