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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 29 10:05:32 PDT 2016


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

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

https://github.com/dlang/phobos/commit/b2d0226d4845d69b60ea26f54c1edec36ad08b11
supplemental change for Issue 15907 fix

- change of __traits(allMembers) semantics cause getSymbolsByUDA to no
  longer return invisible (private) symbols
- add test for using getSymbolsByUDA as mixin template to still access
  private symbols

https://github.com/dlang/phobos/commit/d10780f19544f73907540e98aeee0039807e4578
Merge pull request #4747 from MartinNowak/fix15907

supplemental change for Issue 15907 fix

--


More information about the Digitalmars-d-bugs mailing list