[Issue 7903] [TDPL] public member variables are supposed to be illegal in synchronized classes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 6 12:24:56 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=7903


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at erdani.com


--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2014-01-06 12:24:54 PST ---
(In reply to comment #2)
> https://github.com/D-Programming-Language/dmd/pull/3067

(In reply to comment #1)
> Also in TDPL:
> 
> - Access to protected members is restricted to methods of the class and its
> descendants (ed: not sure what's different about this one?)
> - Access to private members is restricted to methods of the class

Not implemented in the above pull. I can work on these later, although I still
need elaboration on what the first item means. Perhaps Andrei meant that
protected members will not be accessible from within the same module just like
the private members?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list