[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 https://github.com/D-Programming-Language/phobos/commit/76def7af856dfa898b78c0cf67228dac8

[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 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 range. A dynamic ar

[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 changed: What|Removed |Added CC||cani...@exent.net --- Comment #3 from

[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 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 receiving this mail beca

[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 changed: What|Removed |Added CC||jmdavisp...@gmx.com Severi