[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 changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added Status|NEW |RESOLVED 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 --- Comment #3 from Leandro Lucarella 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 actually committe

[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 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 provides the correct memory >

[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 #3 from Rob Jacques 2009-10-28 10:06:11 PDT --- To the best of my knowledge, currently, shared does not imply synchronized, though synchronized implies shared. Shared only provides the correct memory fences. Shared structs/arrays ar

[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 changed: What|Removed |Added Severity|normal |minor --- Comment #1 from Sobirari

[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 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: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[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 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 given up attaching patch

[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 changed: What|Removed |Added CC||llu...@gmail.com --- Comment #1 fr

[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 changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #2 fro

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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: http://d.puremagic.com/issues/userprefs.cgi?t

[Issue 1133] Header generation omits parentheses

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1133 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 --- Comment #9 from Don 2009-10-28 05:01:20 PDT --- This seems to be a duplicate of bug 965. My comments were based on Walter's comment in that bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You ar

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

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3446 Summary: Rename float.min to float.min_normal Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Keywords: patch Severity: enhancement

[Issue 3270] pure functions returning struct

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

[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 changed: What|Removed |Added Keywords||patch CC|

[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 changed: What|Removed |Added Keywords||patch CC|