[Issue 14275] Qualified package protection for aggregate member doesn't work
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Mar 11 04:07:29 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14275
--- Comment #4 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/f3429ca61d5966a3b6e3ac2dcbff4d596d27f292
Fix issue 14275
"Qualified package protection for aggregate member doesn't work"
https://issues.dlang.org/show_bug.cgi?id=14275
When checking protection of aggregate member symbol, DMD previosuly checked
protection of aggregate itself, assuming it has same protection. Those need
to be done separately.
https://github.com/D-Programming-Language/dmd/commit/a061c863b4ed516cff86b063174ba125de31fd6b
Merge pull request #4476 from
mihails-strasuns-sociomantic/fix-14275-aggregate-member-protection
Fix issue 14275 : qualified package protection for aggregate member doesn't
work
--
More information about the Digitalmars-d-bugs
mailing list