http://d.puremagic.com/issues/show_bug.cgi?id=5939


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisp...@gmx.com


--- Comment #13 from Jonathan M Davis <jmdavisp...@gmx.com> 2012-07-24 23:55:57 
PDT ---
I definitely think that we need to be able to get at the init values of
Voldemort types. Too much generic code needs init for it to make sense to do
otherwise. Not to mention, init is normally a public property, and you can call
public functions on Voldemort types just fine (e.g. front, popFront, etc.). If
the creator of the Voldemort type really wants to make it so that you can't use
its init value, then they can @disable it.

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

Reply via email to