[Issue 7187] Regression(head 12d62ca5): [CTFE] ICE on slicing

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7187 Denis verylonglogin@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3448] __traits(compiles) returns true for a non-compilable template instantiation

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3448 Denis verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 3448] __traits(compiles) not in a function returns true for a non-compilable template instantiation

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3448 Denis verylonglogin@gmail.com changed: What|Removed |Added Summary|__traits(compiles) returns |__traits(compiles)

[Issue 3616] __traits(compiles) returns true for uncompilable code due to static assert

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3616 Denis verylonglogin@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7193] New: Regression(2.058head): ICE: delete lambda expression crashes dmd

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7193 Summary: Regression(2.058head): ICE: delete lambda expression crashes dmd Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 965] `is(uncompilable template)` is true and doesn't gap errors if not in a function

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=965 Denis verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 7193] Regression(2.058head): ICE: delete lambda expression crashes dmd

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7193 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 7194] New: [CTFE] Incorrect behaviour with pointers as local struct variable fields

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7194 Summary: [CTFE] Incorrect behaviour with pointers as local struct variable fields Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 5103] Container Documentation missing syntax

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5103 Nick Treleaven ntrel-pub...@yahoo.co.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7135] [tdpl] Multiple delegate-related issues (literal syntax, @system deduction)

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7135 --- Comment #8 from Kenji Hara k.hara...@gmail.com 2012-01-01 05:56:47 PST --- (In reply to comment #7) One more thing - the example in the book reads: obj.addMethod(sayHello, Variant(Dynamic, Variant[]...) {

[Issue 7190] Tuple length incorrect

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7190 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-01-01 06:37:02 PST --- This is a forward reference bug. Workaround in core/Model.d: class SqlitePersister(T) { +static assert(T.sizeof); // force running semantic of T +

[Issue 7190] Tuple length incorrect

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7190 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 2411] Reference Tuple Foreach

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

[Issue 2411] Reference Tuple Foreach

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2411 --- Comment #5 from Kenji Hara k.hara...@gmail.com 2012-01-01 08:31:04 PST --- My patch requires explicit 'ref'. void main() { S s; // foreach(element; s.tupleof) // doesn't work foreach(ref element; s.tupleof) // OK

[Issue 7169] [CTFE] Assertion failure with inner struct

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7169 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||ice-on-invalid-code

[Issue 5467] library-based typedef

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5467 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||s...@iname.com ---

[Issue 314] [module] Static, renamed, and selective imports are always public

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

[Issue 7195] New: remove in std.algorithm documentation quick links goes to wrong remove

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7195 Summary: remove in std.algorithm documentation quick links goes to wrong remove Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW

[Issue 7195] remove in std.algorithm documentation quick links goes to wrong remove

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

[Issue 7195] remove in std.algorithm documentation quick links goes to wrong remove

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7195 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6017] std.algorithm.remove has a wrong link

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC||e...@gnuk.net

[Issue 314] [module] Static, renamed, and selective imports are always public

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 --- Comment #36 from Leandro Lucarella llu...@gmail.com 2012-01-01 16:04:19 PST --- And the most voted bug from all times (41 votes, the next most voted have 28 votes) finally get fixed. Thanks for the persistence, ckamm!!! :) -- Configure

[Issue 6170] Undefined reference for methods without body implemented in derived class

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6170 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added Attachment #1001|application/octet-stream|text/plain

[Issue 6058] Contract inheritance causes compiler error

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6058 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added Attachment #990|application/octet-stream|text/plain

[Issue 5467] library-based typedef

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5467 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added CC|

[Issue 7190] Tuple length incorrect

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

[Issue 7196] New: Unfair function address overload resolution

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7196 Summary: Unfair function address overload resolution Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 7197] New: enum string doesn't work with CTFE

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7197 Summary: enum string doesn't work with CTFE Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 7197] enum string doesn't work with CTFE

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7197 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5628] std.math unittest disabled

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5628 --- Comment #2 from Brad Roberts bra...@puremagic.com 2012-01-01 21:24:28 PST --- The bug in comment 1 is fixed. There are 3 asserts left that fail w/in std.math: assert(pow(xd, neg2) == 1 / (x * x)); assert(pow(xf, neg8) == 1 / ((x *

[Issue 4523] [tdpl] .remove method for Associative Arrays returns void in all cases

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