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


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

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


--- Comment #1 from Jonathan M Davis <jmdavisp...@gmx.com> 2010-12-03 11:37:52 
PST ---
I've noticed that a lot of errors get printed three times. I have no idea why.
Regardless, the error message is close to correct. The problem is, of course,
that value is immutable, not the this pointer, but the object as a whole is not
mutable, because value is immutable, so saying that this is not mutable is
essentially correct, if somewhat misleading. It needs a better error message,
but the one that's there isn't totally off.

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

Reply via email to