[Issue 5773] sort() and topN() fail on sliced/resized array of tuples

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5773 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5773] sort() and topN() fail on sliced/resized array of tuples

2011-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5773 --- Comment #1 from Magnus Lie Hetland mag...@hetland.org 2011-03-23 13:17:29 PDT --- Perhaps this is just me being stupid -- trying to sort things that can't be compared? However, if I use a custom struct (instead of a tuple) I get an

[Issue 5773] sort() and topN() fail on sliced/resized array of tuples

2011-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5773 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5773] sort() and topN() fail on sliced/resized array of tuples

2011-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5773 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #3

[Issue 5773] sort() and topN() fail on sliced/resized array of tuples

2011-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5773 --- Comment #4 from kenn...@gmail.com 2011-03-23 16:13:23 PDT --- The overlapping array copy exception should be the same as issue 5705. Not sure about the segfault, as I can't reproduce a segfault (only the same overlapping array copy