[Issue 8656] New: Different naming of member base/next in TypeInfo_Const in object_.d and object.di

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8656 Summary: Different naming of member base/next in TypeInfo_Const in object_.d and object.di Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8657] New: TypeInfo generated for const/immutable static arrays not transitive

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8657 Summary: TypeInfo generated for const/immutable static arrays not transitive Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 8658] New: Passing large structs to function b value causes stack corruption

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8658 Summary: Passing large structs to function b value causes stack corruption Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 7752] Static array .init is actually .init of the array element type, not the array.

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7752 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 8659] New: CTFE: str ~= wchar rejected if string was initialized with an array literal

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8659 Summary: CTFE: str ~= wchar rejected if string was initialized with an array literal Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW

[Issue 8660] New: Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8660 Summary: Unclear semantics of array literals of char type, vs string literals Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW

[Issue 8598] [regression 2.059] Calling template function doesn't print instantiated line number

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8598 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: [Issue 8660] New: Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread monarch_dodra
On Friday, 14 September 2012 at 11:28:04 UTC, Don wrote: --- Comment #0 from Don clugd...@yahoo.com.au 2012-09-14 04:28:17 PDT --- Array literals of char type, have completely different semantics from string literals. In module scope: char[] x = ['a']; // OK -- array literals can have an

[Issue 8661] New: typeof not an attribute, doesn't work with UFCS

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8661 Summary: typeof not an attribute, doesn't work with UFCS Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8201] Conversion from dynamic array to static array fails when static array is immutable

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8201 --- Comment #4 from github-bugzi...@puremagic.com 2012-09-14 06:22:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

Re: [Issue 8660] New: Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread Don Clugston
On 14/09/12 14:50, monarch_dodra wrote: On Friday, 14 September 2012 at 11:28:04 UTC, Don wrote: --- Comment #0 from Don clugd...@yahoo.com.au 2012-09-14 04:28:17 PDT --- Array literals of char type, have completely different semantics from string literals. In module scope: char[] x = ['a'];

Re: [Issue 8660] New: Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread monarch_dodra
On Friday, 14 September 2012 at 15:00:29 UTC, Don Clugston wrote: On 14/09/12 14:50, monarch_dodra wrote: On Friday, 14 September 2012 at 11:28:04 UTC, Don wrote: --- Comment #0 from Don clugd...@yahoo.com.au 2012-09-14 04:28:17 PDT --- Array literals of char type, have completely different

[Issue 8661] typeof not an attribute, doesn't work with UFCS

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8661 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8660] Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8660 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #1

[Issue 8658] Passing large structs to function b value causes stack corruption

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8658 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 8658] Passing large structs to function b value causes stack corruption

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8658 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Platform|All |x86

[Issue 8661] typeof not an attribute, doesn't work with UFCS

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

[Issue 4272] x.typeof syntax

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4272 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 4272] x.typeof syntax

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4272 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|