[Issue 7124] New: Alias this doesn

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7124 Summary: Alias this doesn Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 7124] Alias this type is not considered in template type deduction

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7124 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Summary|Alias this doesn|Alias this type is not

[Issue 7124] Alias this type is not considered in template type deduction

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7124 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #2

[Issue 7123] static assert(is(typeof(toDelegate(main)))) is false

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7123 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-12-17 04:12:01 PST --- Reduced test case: private struct DelegateFaker(F) { template GeneratingPolicy() {} enum WITH_BASE_CLASS = __traits(hasMember, GeneratingPolicy!(), x); }

[Issue 7123] static assert(is(typeof(toDelegate(main)))) is false

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7123 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, wrong-code

[Issue 7125] New: semi stable sort is not supported

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7125 Summary: semi stable sort is not supported Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 siegelords_ab...@yahoo.com changed: What|Removed |Added CC||siegelords_ab...@yahoo.com

[Issue 7126] struct constructor ignored with global initializers

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7126 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7019] implicit constructors are inconsistently allowed

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7019 timon.g...@gmx.ch changed: What|Removed |Added CC||siegelords_ab...@yahoo.com ---

[Issue 2157] [GSoC] mixin struct, function overload

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2157 pomp...@gmail.com changed: What|Removed |Added CC||pomp...@gmail.com --- Comment #2

[Issue 2157] [GSoC] mixin struct, function overload

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2157 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=664 --- Comment #5 from Stewart Gordon s...@iname.com 2011-12-17 18:27:18 PST --- (3) Have function(char, ...) just not matching function(T) for any value of T. ... is a fundamentally different kind of thing from a type, so it doesn't seem to make

[Issue 6995] [CTFE] can't interpret static template method

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6995 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5184] throw ClassName.templatedStaticMethod(...) cannot be parsed

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5184 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7011] No line number error for vector power

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7011 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3092] Indexing a tuple produces a tuple containing the indexed element

2011-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3092 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Platform|Other |All