[Issue 1596] op*Assign should return void

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1596 --- Comment #4 from yebblies 2011-07-05 17:09:50 EST --- (In reply to comment #3) > It's valid in that Andrei seems to be requesting that op*Assign be _required_ > to return ref typeof(this), whereas currently, you can make it return whatever >

[Issue 2458] Can't deduce sizeof inner struct inside a template mixin

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2458 Jonas Drewsen changed: What|Removed |Added CC||jdrew...@gmail.com --- Comment #1 from

[Issue 6251] New: D spec should warn about using foreach_reverse on a delegate

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6251 Summary: D spec should warn about using foreach_reverse on a delegate Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: norm

[Issue 6251] D spec should warn about using foreach_reverse on a delegate

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6251 Steven Schveighoffer changed: What|Removed |Added Keywords||spec CC|

[Issue 1596] op*Assign should return void

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1596 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 1596] op*Assign should return void

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1596 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #6 from Don 2

[Issue 1596] op*Assign should return void

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1596 --- Comment #7 from Steven Schveighoffer 2011-07-05 09:02:07 PDT --- (In reply to comment #6) > (In reply to comment #5) > > D should not be forcing behavior on normal functions, which operators are. > > They are special in that if defined in

[Issue 1891] Array-concatenation of T* and T*[] produces corrupted result

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1891 yebblies changed: What|Removed |Added Keywords||patch CC|

[Issue 6252] New: Error message of idup of array of array

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6252 Summary: Error message of idup of array of array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 6253] New: Refuse definition too of impossible associative arrays

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6253 Summary: Refuse definition too of impossible associative arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid Severity:

[Issue 6254] New: Problem with associative array with array of array as keys

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6254 Summary: Problem with associative array with array of array as keys Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal

[Issue 6234] 64-bit array append generates inline code to copy new data, but does not call postblit

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6234 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1596] op*Assign should return void

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1596 --- Comment #8 from Don 2011-07-05 13:22:33 PDT --- (In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #5) > > > D should not be forcing behavior on normal functions, which operators > > > are. > > > They are special

[Issue 6255] New: Add support for different base conversions in std.conv

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255 Summary: Add support for different base conversions in std.conv Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priorit

[Issue 6255] Add support for different base conversions in std.conv

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255 --- Comment #1 from Andrej Mitrovic 2011-07-05 14:59:31 PDT --- I should have mentioned in the title that I'm looking for *string* to int conversions. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 5996] [CTFE] Undefined function call in auto return function

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5996 Don changed: What|Removed |Added Keywords|diagnostic |ice-on-invalid-code CC|

[Issue 5073] wrong file name in error message for "voids have no value" inside alias templates (affects std.algorithm.map)

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 Rob Jacques changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 6256] New: [patch] std.algorithm.map does not support static arrays and has 'length' for narrow strings.

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6256 Summary: [patch] std.algorithm.map does not support static arrays and has 'length' for narrow strings. Product: D Version: D2 Platform: Other OS/Version: Windows St

[Issue 6255] Add support for different base conversions in std.conv

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #2 from yebb

[Issue 2553] Excess attribute propagation for interfaces

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2553 coldinfluence...@yahoo.co.jp changed: What|Removed |Added Priority|P3 |P2 -- Configure issuema