[Issue 8720] ICE(glue.c, !vthis-csym)

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8720 --- Comment #3 from tmn tmn.db...@mailinator.com 2012-11-16 00:34:54 PST --- This is definitely same as issue 8071, which is marked as a duplicate of issue 4481. However, I am not sure if this actually is the same as issue 4481. At least the

[Issue 1951] Remove SFINAE

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1951 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-11-16 00:53:12 PST --- (In reply to comment #2) --- struct Test { alias int foo; } void f(T)(T.foo x) {} // Definition #1 void f(T)(T x) {}// Definition #2

[Issue 1012] cannot instantiate template with no or default arguments without !()

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1012 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #6

[Issue 9022] IFTI should support enclosing type/scope deduction

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9022 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #4

[Issue 7947] typeof on anonymous function literal returns void

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7947 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 9034] errors of conversions in format.d

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9034 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 9033] Remove __thread from the language

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9033 --- Comment #1 from github-bugzi...@puremagic.com 2012-11-16 06:41:15 PST --- Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org

[Issue 1012] cannot instantiate template with no or default arguments without !()

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1012 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 1012] cannot instantiate template with no or default arguments without !()

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

[Issue 1012] cannot instantiate template with no or default arguments without !()

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1012 Jakob Ovrum jakobov...@gmail.com changed: What|Removed |Added CC||jakobov...@gmail.com

[Issue 9036] New: postblit is called for nested structs when assigning `init`

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9036 Summary: postblit is called for nested structs when assigning `init` Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 7220] Bad initialization when using mixin to generate a static field in a -lib'rary

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7220 --- Comment #5 from github-bugzi...@puremagic.com 2012-11-16 13:49:29 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 8987] Compiling using '-O -release' options yield 'Internal error: backend\cgcod.c 1663'

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8987 --- Comment #2 from github-bugzi...@puremagic.com 2012-11-16 13:49:21 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 8966] ICE(cgcod.c) when passing cfloat argument with indirection

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8966 --- Comment #2 from github-bugzi...@puremagic.com 2012-11-16 13:49:26 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 4427] __traits should have isFunction, isVariable, etc

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 Rob T al...@ucora.com changed: What|Removed |Added CC||al...@ucora.com --- Comment #6

[Issue 4427] __traits should have isFunction, isVariable, etc

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #7 from Jonathan M Davis jmdavisp...@gmx.com 2012-11-16 15:46:47 PST --- I had forgotten that I created this enhancement request, though I don't know how valid it is at this point given how powerful is expressions are (though how