[Issue 3145] std.perf documentation is generated, but there's no link to it from the side index

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3145 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2742] std.stdio assumes console works in utf-8

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #10 from Stewart Gordon s...@iname.com 2011-05-25 04:59:10 PDT --- (In reply to comment #9) According to this page http://codesnippets.joyent.com/posts/show/414 you can get and set the codepage via the

[Issue 2742] std.stdio assumes console works in utf-8

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 4295] IID_IUnknown symbol undefined in phobos.lib

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4295 --- Comment #7 from Trass3r mrmoc...@gmx.de 2011-05-25 06:29:08 PDT --- It isn't fixed, std.windows.iunknown is still present. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 2335] Message on unicode error

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2335 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 6056] New: Type lookup problem in string mixins

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6056 Summary: Type lookup problem in string mixins Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: major Priority: P2

[Issue 6056] Type lookup problem in string mixins

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6056 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 6056] Type lookup problem in string mixins

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6056 --- Comment #2 from kenn...@gmail.com 2011-05-25 11:39:51 PDT --- Actually that 'template' is not needed. mixin(alias const(typeof('c')*) A; alias const(typeof(0)*) B;); static assert(is(B == const(int*)));

[Issue 5317] Assertion is not work in a function called by std.concurrency.spawn

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5317 --- Comment #4 from Sean Kelly s...@invisibleduck.org 2011-05-25 16:29:53 PDT --- When the assertion isn't propagated, what's likely happening is that the thread instance is being discarded because the thread is complete. If the app