[Issue 7140] New: DMD hangs on isExpression with template default and variadic parameter

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7140 Summary: DMD hangs on isExpression with template default and variadic parameter Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Sev

[Issue 664] is(func T == function) ignores variadic arguments

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=664 --- Comment #10 from Stewart Gordon 2011-12-20 03:54:21 PST --- (In reply to comment #9) > Complete section of the spec: > -- > 6. is ( Type Identifier == TypeSpecialization ) You were suggesting in comment 6 that is(x == function), not is(

[Issue 7141] New: std.regex - escaped characters can form operators in character classes

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7141 Summary: std.regex - escaped characters can form operators in character classes Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Sever

[Issue 7142] New: Wrong formatted write of boolean values

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7142 Summary: Wrong formatted write of boolean values Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Compone

[Issue 664] is(func T == function) ignores variadic arguments

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=664 --- Comment #11 from Don 2011-12-20 05:22:56 PST --- (In reply to comment #10) > (In reply to comment #9) > > Complete section of the spec: > > -- > > 6. is ( Type Identifier == TypeSpecialization ) > > You were suggesting in comment 6 that

[Issue 664] is(func T == function) ignores variadic arguments

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=664 --- Comment #12 from Stewart Gordon 2011-12-20 06:00:39 PST --- (In reply to comment #11) > and then (possibly*) provide some other mechanism for identifying > if a function is C-style variadic. is() expressions are just about > the ugliest t

[Issue 664] is(func T == function) ignores variadic arguments

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=664 --- Comment #13 from Don 2011-12-20 06:42:22 PST --- (In reply to comment #12) > (In reply to comment #11) > > and then (possibly*) provide some other mechanism for identifying > > if a function is C-style variadic. is() expressions are just a

[Issue 7143] New: [CTFE] cannot compare class references with "is"

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7143 Summary: [CTFE] cannot compare class references with "is" Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7144] New: [CTFE] base class does not call overridden members

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7144 Summary: [CTFE] base class does not call overridden members Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7145] New: Implement initializedArray in std.array

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7145 Summary: Implement initializedArray in std.array Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2

[Issue 7037] TemplateTypeParameterSpecialization works differently from IsExpression regarding alias this

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

[Issue 7145] Implement initializedArray in std.array

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7145 Andrej Mitrovic changed: What|Removed |Added Attachment #1056|0 |1 is obsolete|

[Issue 7145] Implement initializedArray in std.array

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7145 --- Comment #2 from Andrej Mitrovic 2011-12-20 12:28:53 PST --- Created an attachment (id=1058) 3rd version This one adds initialization by another array's elements. Basically it's a deep-copy. -- Configure issuemail: http://d.puremagic.com

[Issue 6939] wrong type qualifier combination

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

[Issue 6940] immutable(int*)*/immutable(int)** and int** do not combine

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

[Issue 7136] alias this lookup should run before merging modifiers of both sides.

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

[Issue 2778] alias this + IFTI doesn't work.

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2778 Kenji Hara changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 4316] this(this) cannot become safe function.

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4316 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

digitalmars-d-bugs@puremagic.com

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