Re: Overriding Private

2009-05-13 Thread Michel Fortin
On 2009-05-12 07:14:43 -0400, Christopher Wright said: dsimcha wrote: Is there any hack in D that will allow overriding of privacy settings on classes? For example, I really need a feature that will force D to let me mess with the internals of a class that I have no control over from a subcla

Re: Overriding Private

2009-05-12 Thread Christopher Wright
dsimcha wrote: == Quote from Christopher Wright (dhase...@gmail.com)'s article dsimcha wrote: Is there any hack in D that will allow overriding of privacy settings on classes? For example, I really need a feature that will force D to let me mess with the internals of a class that I have no con

Re: Overriding Private

2009-05-12 Thread dsimcha
== Quote from Christopher Wright (dhase...@gmail.com)'s article > dsimcha wrote: > > Is there any hack in D that will allow overriding of privacy settings on > > classes? For example, I really need a feature that will force D to let me > > mess with the internals of a class that I have no control

Re: Overriding Private

2009-05-12 Thread Christopher Wright
dsimcha wrote: Is there any hack in D that will allow overriding of privacy settings on classes? For example, I really need a feature that will force D to let me mess with the internals of a class that I have no control over from a subclass, effectively making private members protected. I know

Re: Overriding Private

2009-05-11 Thread Ellery Newcomer
dsimcha wrote: Is there any hack in D that will allow overriding of privacy settings on classes? For example, I really need a feature that will force D to let me mess with the internals of a class that I have no control over from a subclass, effectively making private members protected. I know

Overriding Private

2009-05-11 Thread dsimcha
Is there any hack in D that will allow overriding of privacy settings on classes? For example, I really need a feature that will force D to let me mess with the internals of a class that I have no control over from a subclass, effectively making private members protected. I know this is a bad ide