[Issue 3985] Documentation of the main() Function

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3985 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||spec CC|

[Issue 4078] [CTFE] Failed return of dynamic array item

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4078 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 4052] [CTFE] increment from array item

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4052 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 1606] Cannot insert to void[int]. void[int] should be a hash set.

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1606 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||justin.spahrsumm...@gmail.c

[Issue 2451] Adding structs that use opAssign or postblit to an AA is broken

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2451 --- Comment #5 from Don clugd...@yahoo.com.au 2010-05-22 07:15:10 PDT --- I don't have a patch for this, but the direct reason for the observed behaviour is in expression.c, line 9023. If the type being inserted has an opAssign overload, then

[Issue 767] compiler shall print dependencies and pragma(lib)

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=767 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #2 from

[Issue 3849] [missing error] Array literal length doesn't match

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3849 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||s...@iname.com ---

[Issue 2917] std.date fails for all years before 1970

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 downs default_357-l...@yahoo.de changed: What|Removed |Added CC|

[Issue 3961] [ICE] with to!

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3961 --- Comment #1 from bearophile_h...@eml.cc 2010-05-22 13:27:49 PDT --- In DMD 2.046 the situation is improved, it doesn't cause an ICE anymore. It generates an error like: conv.d(699): Error: cannot create associative array V2[K2] --

[Issue 1894] scope(exit) is ignored except in compound statements

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1894 --- Comment #5 from Don clugd...@yahoo.com.au 2010-05-22 14:21:41 PDT --- An interim patch: To patch the worst instance of this ( if (xxx) scope(exit) yyy; creating a error which recommends scope(exit) if (xxx) yyy; ), add

[Issue 4165] std.conv.to!int doesn't ignore whitespace

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4165 --- Comment #1 from bearophile_h...@eml.cc 2010-05-22 14:24:20 PDT --- A comment by Adam Ruppe: I don't think that's a bug. It should only worry about converting, not filtering out bad stuff. That's an orthogonal problem that the other

[Issue 4219] New: hasAliasing does not care about immutable

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4219 Summary: hasAliasing does not care about immutable Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P2

[Issue 4220] New: I cannot apply @safe to intrinsic operation(eg: std.math.sqrt)

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4220 Summary: I cannot apply @safe to intrinsic operation(eg: std.math.sqrt) Product: D Version: 2.041 Platform: All OS/Version: All Status: NEW Severity:

[Issue 4221] New: dmd should not allow overload between @safe/@trusted and @system

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4221 Summary: dmd should not allow overload between @safe/@trusted and @system Product: D Version: 2.041 Platform: All OS/Version: All Status: NEW Severity:

[Issue 4222] New: druntime should apply @safe/@system/@trusted

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4222 Summary: druntime should apply @safe/@system/@trusted Product: D Version: 2.041 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2