[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2013-03-10 21:02:31 PDT --- (In reply to comment #5) Also this won't work because '[]' will be typed as 'void[]': That would be a type inference bug. Oh.. sorry, it is a today's

[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 --- Comment #3 from github-bugzi...@puremagic.com 2013-03-06 14:28:14 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

2012-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2

[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---