[Issue 4279] New: AAs change key type

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4279 Summary: AAs change key type Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 4280] New: std.typecons.Tuple problem with one field

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4280 Summary: std.typecons.Tuple problem with one field Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4281] New: AA literal problem with mutable array as key

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4281 Summary: AA literal problem with mutable array as key Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

[Issue 4282] New: Problem in AAs with fixed size arrays as keys

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4282 Summary: Problem in AAs with fixed size arrays as keys Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4283] New: static if with dangling else clause

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4283 Summary: static if with dangling else clause Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 4284] New: empty string[] alias lacks .length in a template

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4284 Summary: empty string[] alias lacks .length in a template Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4285] New: template inside function error message

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4285 Summary: template inside function error message Product: D Version: future Platform: Other OS/Version: Windows Status: NEW Keywords: diagnostic Severity: normal

[Issue 4085] Steps toward a static foreach

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4085 --- Comment #1 from bearophile_h...@eml.cc 2010-06-06 07:09:44 PDT --- // Until bug 4085 gets fixed, I use something similar to this. // I suggest to not add this to Phobos because it // will become useless when bug 4085 is partially of fully

[Issue 4285] template inside function error message

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4285 --- Comment #1 from bearophile_h...@eml.cc 2010-06-06 07:24:00 PDT --- A similar error message can be used for imports too inside functions. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4286] New: Wrong error line number and more with schwartzSort

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4286 Summary: Wrong error line number and more with schwartzSort Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4281] AA literal problem with mutable array as key

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4281 --- Comment #1 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-06-06 08:00:00 PDT --- Created an attachment (id=656) mind a bit more lookahead? your code looks fine. dmd's parser doesn't honor the second line in

[Issue 4285] template inside function error message

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4285 --- Comment #2 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-06-06 08:22:55 PDT --- Created an attachment (id=657) error messages! good ideas. note this patch also enables import expressions at statement level, which wasn't previously

[Issue 4285] template inside function error message

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4285 --- Comment #3 from bearophile_h...@eml.cc 2010-06-06 08:38:02 PDT --- Thank you Ellery :-) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4287] New: opOpAssign!(~=) for std.array.Appender

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4287 Summary: opOpAssign!(~=) for std.array.Appender Product: D Version: future Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2

[Issue 4288] New: Error on passing delegate to C linkage function.

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4288 Summary: Error on passing delegate to C linkage function. Product: D Version: 1.057 Platform: x86 OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4288] Error on passing delegate to C linkage function.

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4288 --- Comment #2 from Adam Chrapkowski adam.chrapkow...@gmail.com 2010-06-06 11:11:41 PDT --- So two questions: 1. Why the following is allowed: extern (C) void c_func(void delegate()); ? 2. What does mean extern (C) void delegate() ?

[Issue 4283] static if with dangling else clause

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4283 --- Comment #1 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-06-06 12:15:49 PDT --- Created an attachment (id=658) rearranged parseBlock a bit for better error messages -- Configure issuemail:

[Issue 4289] New: template struct opEquals problem

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4289 Summary: template struct opEquals problem Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 4231] Solitary opUnary Postincrement and Postdecrement user defined operators are broken.

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4231 --- Comment #9 from Don clugd...@yahoo.com.au 2010-06-06 13:03:45 PDT --- Bug 3966 is the same as this one. But I'm loathe to mark either as duplicate since 4231 contains useful discussions and 3966 has a vote. -- Configure issuemail:

[Issue 4290] New: 'Fragile' opCmp/toHash signature errors

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4290 Summary: 'Fragile' opCmp/toHash signature errors Product: D Version: future Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: enhancement

[Issue 3844] Require opEquals/opCmp in a class the defines toHash

2010-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3844 --- Comment #1 from bearophile_h...@eml.cc 2010-06-06 13:09:51 PDT --- See also bug 4290 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---