[Issue 5835] Class array's TypeInfo.getHash doesn't work correctly

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5835


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 CC||yebbl...@gmail.com


--- Comment #4 from yebblies yebbl...@gmail.com 2012-02-05 15:50:53 EST ---
Are these patches still valid?  Maybe worth turning them into pull requests.

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


[Issue 5835] Class array's TypeInfo.getHash doesn't work correctly

2011-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5835


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||patch


--- Comment #3 from Kenji Hara k.hara...@gmail.com 2011-04-11 22:55:45 PDT ---
Changed.
- Removing getInternalTypeInfo is too strict.
- Changed internal TypeInfo of class array - typeid(Object[])
- TypeInfo_AC is only used for TypeInfo class of typeid(user class array).

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


[Issue 5835] Class array's TypeInfo.getHash doesn't work correctly

2011-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5835


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||patch


--- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-04-11 05:56:44 PDT ---
Patches:
https://github.com/9rnsr/dmd/compare/master...aa_hash_fix
https://github.com/9rnsr/druntime/compare/master...aa_hash_fix

Changes:
- TypeInfo_AC is derived from TypeInfo_Array.
- Class array's TypeInfo is instance of TypeInfo_AC.

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


[Issue 5835] Class array's TypeInfo.getHash doesn't work correctly

2011-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5835


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords|patch   |


--- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-04-11 19:34:45 PDT ---
Sorry, this patch has disabling optimizing problem.
I'll fix it.

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