[Issue 1117] ddoc generates corrupted docs if code examples contain attributes with colons

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1117 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 195] DDoc generates bad output when example contains protected attribute

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=195 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 2294] negative default values for int template arguments does not work

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2294 --- Comment #1 from Don clugd...@yahoo.com.au 2009-10-28 05:47:46 PDT --- I cannot reproduce on any version of DMD Windows. I've tried 0.175, 1.0, 1.020, 1.023, 1.028, 1.045, and they all work. -- Configure issuemail:

[Issue 3416] Non-compilable template instantiation in is(typeof()) fails compilation

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3416 Max Samukha samu...@voliacable.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 965] incorrect result for is(BadTemplate!())

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=965 Max Samukha samu...@voliacable.com changed: What|Removed |Added CC|

[Issue 3446] Rename float.min to float.min_normal

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3446 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 3446] Rename float.min to float.min_normal

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3446 --- Comment #2 from Don clugd...@yahoo.com.au 2009-10-28 09:10:46 PDT --- Created an attachment (id=483) Patch against DMD2 svn221 For Leandro. Walter normally puts the patches in manually, line-by-line, for tiny patches like this, so I've

[Issue 3089] Error: f.bar can only be called on a mutable object, not shared(foo)

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3089 --- Comment #2 from Sobirari Muhomori dfj1es...@sneakemail.com 2009-10-28 09:55:31 PDT --- That's because struct has no monitor member, so the callee can't lock it for exclusive access. -- Configure issuemail:

[Issue 3091] auto x = new shared foo does not compile

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Sobirari Muhomori dfj1es...@sneakemail.com changed: What|Removed |Added Severity|normal |minor ---

[Issue 3089] Error: f.bar can only be called on a mutable object, not shared(foo)

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3089 --- Comment #4 from Jason House jason.james.ho...@gmail.com 2009-10-28 10:55:53 PDT --- (In reply to comment #3) To the best of my knowledge, currently, shared does not imply synchronized, though synchronized implies shared. Shared only

[Issue 3446] Rename float.min to float.min_normal

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3446 --- Comment #3 from Leandro Lucarella llu...@gmail.com 2009-10-28 11:10:09 PDT --- Thanks! I guess Walter will be able to do the modifications manually seeing the diff-generated patch anyway, and people wanting to test the patches before they

[Issue 3089] Error: f.bar can only be called on a mutable object, not shared(foo)

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

[Issue 3090] is expressions do not support shared

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

[Issue 3091] auto x = new shared foo does not compile

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|