[Issue 4704] Problems with aa.byValue()

2012-01-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4704


bearophile_h...@eml.cc changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #3 from bearophile_h...@eml.cc 2012-01-17 14:09:39 PST ---
Fixed here:

https://github.com/D-Programming-Language/druntime/commit/8bca49ce59dd9599085775b4dc9ed37e67241b87

https://github.com/D-Programming-Language/druntime/commit/b4d95e4db945ec443b391bf2e1746826f0acf57d

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


[Issue 4704] Problems with aa.byValue()

2011-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4704



--- Comment #2 from kenn...@gmail.com 2011-05-08 00:07:33 PDT ---
*** Issue 5951 has been marked as a duplicate of this issue. ***

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


[Issue 4704] Problems with aa.byValue()

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


kenn...@gmail.com changed:

   What|Removed |Added

 CC||kenn...@gmail.com


--- Comment #1 from kenn...@gmail.com 2011-04-11 14:12:10 PDT ---
The 2nd program now (2.052) prints

int delegate(int delegate(ref int))

while the 3rd program now works correctly.

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