[Issue 4028] delegates with differing default arguments lead to same template instantiation

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

[Issue 5735] non-scalar types implicitly converted to boolean.

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5735 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Keywords||patch --- Comment #2

[Issue 4028] delegates with differing default arguments lead to same template instantiation

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4028 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3543] : ? operator can't find common type for classes/interfaces

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3543 --- Comment #8 from Walter Bright bugzi...@digitalmars.com 2011-04-06 10:51:03 PDT --- (In reply to comment #7) Interface hierarchies for a single-rooted DAG. In the DAG there are one or more common ancestors for any pair of nodes. The

[Issue 5815] New: Using -O is causing wrong code to be generated for extern(C) method call.

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5815 Summary: Using -O is causing wrong code to be generated for extern(C) method call. Product: D Version: unspecified Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 5674] AssertError in std.regex

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5674 Matt Peterson revcompg...@gmail.com changed: What|Removed |Added CC|

[Issue 3543] : ? operator can't find common type for classes/interfaces

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3543 --- Comment #9 from Andrei Alexandrescu and...@metalanguage.com 2011-04-06 12:44:13 PDT --- One can always connect an imaginary root to all rootless interfaces and apply the rule I mentioned. Let me add that ?: is a cornerstone operator for a

[Issue 5674] AssertError in std.regex

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5674 --- Comment #3 from Matt Peterson revcompg...@gmail.com 2011-04-06 12:50:32 PDT --- Created an attachment (id=939) This patch fixes the problems with unmatched groups in a match. -- Configure issuemail:

[Issue 3543] : ? operator can't find common type for classes/interfaces

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3543 --- Comment #10 from Walter Bright bugzi...@digitalmars.com 2011-04-06 13:10:03 PDT --- (In reply to comment #9) One can always connect an imaginary root to all rootless interfaces and apply the rule I mentioned. Let me add that ?: is a

[Issue 5815] Using -O is causing wrong code to be generated for extern(C) method call.

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5815 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3543] : ? operator can't find common type for classes/interfaces

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3543 --- Comment #11 from Andrei Alexandrescu and...@metalanguage.com 2011-04-06 13:26:45 PDT --- (In reply to comment #10) (In reply to comment #9) One can always connect an imaginary root to all rootless interfaces and apply the rule I

[Issue 3543] : ? operator can't find common type for classes/interfaces

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3543 --- Comment #12 from bearophile_h...@eml.cc 2011-04-06 13:44:34 PDT --- Even modifying :? just for class instances will be a good improvement, this is not accepted by dmd 2.052: class A {} class B : A {} class C : A {} void main() { B b =

[Issue 5815] Using -O is causing wrong code to be generated for extern(C) method call.

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5815 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 5816] New: clear breaks associative array

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5816 Summary: clear breaks associative array Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 1339] Invariant/const-ness is broken by built-in array properties sort and reverse

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1339 --- Comment #14 from bearophile_h...@eml.cc 2011-04-06 16:56:23 PDT --- The same happens with enum arrays: enum int[] data = [3, 1, 2]; void main() { data.sort; } -- Configure issuemail:

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

2011-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4290 --- Comment #10 from bearophile_h...@eml.cc 2011-04-06 16:56:40 PDT --- See also bug 1309 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---