[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 --- Comment #5 from github-bugzi...@puremagic.com 2012-05-20 15:40:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 Vidar Wahlberg cani...@exent.net changed: What|Removed |Added CC||cani...@exent.net

[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 --- Comment #4 from Jonathan M Davis jmdavisp...@gmx.com 2012-05-11 15:39:26 PDT --- http://stackoverflow.com/questions/8873265/is-a-static-array-a-forward-range A static array is a value type. It owns its own memory. It's a container, not a

[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 --- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com 2012-05-03 19:55:52 PDT --- https://github.com/D-Programming-Language/phobos/pull/565 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are