August 29, 2016
https://issues.dlang.org/show_bug.cgi?id=15907

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/deb87b753a455ae847389642d2835a9fb891ab5a spec change and changelog entry for Issue 15907

https://github.com/dlang/dlang.org/commit/2ecabf0dab63dcdb935af859093ffc05b366c3ec Merge pull request #1444 from MartinNowak/fix15907

spec change and changelog entry for Issue 15907

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

--- Comment #6 from github-bugzilla@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

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

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

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

- fixed by changing the semantics of allMembers and derivedMembers to
  respect visibility
- even though the private members were listed before, they haven't been
  accessible
- it's possible to mixin a template in order to use it with
  private symbols (example given in changelog)
- fixed ice10598 test b/c it was relying on the presence of the private
  object import

https://github.com/dlang/dmd/commit/49cb97213303c902844b7189ced1cf8833214437 Merge pull request #6078 from MartinNowak/fix15907

fix Issue 15907 - unjustified deprecation with getMember

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/dlang/dlang.org/commit/deb87b753a455ae847389642d2835a9fb891ab5a spec change and changelog entry for Issue 15907

https://github.com/dlang/dlang.org/commit/2ecabf0dab63dcdb935af859093ffc05b366c3ec Merge pull request #1444 from MartinNowak/fix15907

--
September 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15907

--- Comment #9 from github-bugzilla@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

--
September 14, 2016
https://issues.dlang.org/show_bug.cgi?id=15907

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

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

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

--
September 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15907

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

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

https://github.com/dlang/dmd/commit/49cb97213303c902844b7189ced1cf8833214437 Merge pull request #6078 from MartinNowak/fix15907

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

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

--
November 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15907

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

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

https://github.com/dlang/dmd/commit/49cb97213303c902844b7189ced1cf8833214437 Merge pull request #6078 from MartinNowak/fix15907

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

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

--
1 2
Next ›   Last »