[Issue 2452] Unimplemented method errors should show function overload

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2452 Mariusz GliwiƄski changed: What|Removed |Added CC||alienballa...@gmail.com --- Commen

[Issue 6038] core.cpuid reports unexpected values for threadsPerCPU and hyperThreading

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6038 --- Comment #2 from k...@redstar.de 2011-05-20 09:02:02 PDT --- Created an attachment (id=986) Use level type instead of level number -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 6038] core.cpuid reports unexpected values for threadsPerCPU and hyperThreading

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6038 --- Comment #3 from k...@redstar.de 2011-05-20 09:02:39 PDT --- With the fix, I get the right numbers. Thanks. (Now, threadsPerCPU() returns the total number of logical thread in the CPU. With this interpretation, the numbers for the Core Duo2 a

[Issue 6038] core.cpuid reports unexpected values for threadsPerCPU and hyperThreading

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6038 --- Comment #4 from Vladimir Panteleev 2011-05-20 09:41:40 PDT --- I noticed that myself, but from reading the docs, I believe that the type will always correspond to the level, so the returned type is simply informative. I guess we won't know

[Issue 6040] New: std.cpuid and core.cpuid return different values for some methods

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6040 Summary: std.cpuid and core.cpuid return different values for some methods Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity

[Issue 5813] [patch] std.array.Appender has severe performance and memory leak problems.

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5813 --- Comment #1 from Rob Jacques 2011-05-20 10:29:57 PDT --- *Update* The previous version ended up having value semantics, not reference semantics, due to the fact _tail wouldn't get updated and later nodes would be ignored. For example: a

[Issue 6040] std.cpuid and core.cpuid return different values for some methods

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6040 Vladimir Panteleev changed: What|Removed |Added Attachment #987|application/octet-stream|text/plain mime type|

[Issue 6040] std.cpuid and core.cpuid return different values for some methods

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

[Issue 6041] New: std.algorithm.remove wrong code in assert

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6041 Summary: std.algorithm.remove wrong code in assert Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Com

[Issue 5516] .init is broken for fields

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5516 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5433] Cannot use auto functions at compile-time

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5433 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4737] typeid doesn't work for scoped enum with initializer

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4737 Andrej Mitrovic changed: What|Removed |Added Summary|enum breaks linker when |typeid doesn't work for

[Issue 1001] print stack trace (in debug mode) when program die

2011-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 Matt Peterson changed: What|Removed |Added CC||revcompg...@gmail.com --- Comment #39