[Issue 3765] User defined type contains few user defined types

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3765 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3746] Misleding error message OP has no effect in expression XXX), in void function

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3855] Misleading error messages for return expression in void methods.

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3855 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3746] Misleding error message OP has no effect in expression XXX), in void function

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||s...@q1cc.net ---

[Issue 3630] bad error location in has no effect in expression error

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3630 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||bary...@smp.if.uj.edu.pl

[Issue 3437] No way to make conversions to string in pure functions.

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3437 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3746] Misleding error message OP has no effect in expression XXX), in void function

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 --- Comment #7 from bearophile_h...@eml.cc 2011-06-13 03:22:41 PDT --- Issue 3922 contains some interesting comments. It seems this enhancement request for a better error message has many dupes! -- Configure issuemail:

[Issue 3746] Misleding error message OP has no effect in expression XXX), in void function

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 3922] Wrong error message with return in void function

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3922 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6110] std.functional: unaryFun should take an array alias.

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6110 timon.g...@gmx.ch changed: What|Removed |Added Severity|normal |enhancement -- Configure

[Issue 6130] utf.toUTF16z needs to be callable with any string type

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6130 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-06-13 08:36:24 PDT --- Also, dstrings should be supported. It makes it much easier to deal with the windows api when you have access to the count of code points of a string:

[Issue 4163] if(bool = bool) results in ill-worded error

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4163 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2532] '=' does not give a boolean result

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2532 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||schvei...@yahoo.com ---

[Issue 2442] opApply does not allow inferring parameter types when overloaded on const

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2442 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch CC|

[Issue 4218] safe function cannot call opApply

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4218 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3180] Covariance of delegates/function pointers

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||zan77...@nifty.com ---

[Issue 3746] Misleading error message OP has no effect in expression XXX), in void function

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 2532] '=' does not give a boolean result

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2532 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch CC|

[Issue 3746] Misleading error message OP has no effect in expression XXX), in void function

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 --- Comment #9 from bearophile_h...@eml.cc 2011-06-13 14:31:09 PDT --- (In reply to comment #8) https://github.com/D-Programming-Language/dmd/pull/121 This adds the error message: testx.d(4): Error: expression with no side effects used