[Issue 10048] TypeInfo comparison allocates memory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 9 22:17:10 PDT 2013


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


Benjamin Thaut <code at benjamin-thaut.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at benjamin-thaut.de


--- Comment #1 from Benjamin Thaut <code at benjamin-thaut.de> 2013-05-09 22:17:08 PDT ---
> Another issue is that it may result in false positive comparisons, e.g. when
> comparing .classinfo of a class and it's updated version.

Why is this a false positive? Thats exactly the behavior you want when
reloading changed classes at runtime. You want the new reloaded class to take
the place of the old one without anything breaking.

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


More information about the Digitalmars-d-bugs mailing list