[Issue 5199] null implicitly converts to any other type on array assignment

2010-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5199 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5199] null implicitly converts to any other type on array assignment

2010-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5199 --- Comment #4 from Sobirari Muhomori dfj1es...@sneakemail.com 2010-11-16 21:34:06 PST --- I'd rather say it's a dup of bug 3395. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5199] null implicitly converts to any other type on array assignment

2010-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5199 --- Comment #5 from Sobirari Muhomori dfj1es...@sneakemail.com 2010-11-16 21:39:09 PST --- Disambiguation will make it hard to copy empty slices... well... such operation is not needed too much either. --- foo[]=(cast(Foo[])null)[]; //copy