[Issue 4245] New: Declaring conflicting symbols in single function scope allowed

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4245 Summary: Declaring conflicting symbols in single function scope allowed Product: D Version: 2.041 Platform: x86 OS/Version: All Status: NEW Keywords: acce

[Issue 4237] Typedefs of the same name cause initializer conflict

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 Shin Fujishiro changed: What|Removed |Added Keywords||patch Summary|Link error wi

[Issue 4237] Typedefs of the same name cause initializer conflict

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 --- Comment #2 from Shin Fujishiro 2010-05-28 04:54:49 PDT --- Here's a trivial patch to dmd svn r502. --- src/declaration.c +++ src/declaration.c @@ -296,6 +296,7 @@ Dsymbol *TypedefDeclaration::syntaxCopy(Dsymbol *s) void TypedefDeclaratio

[Issue 4237] Typedefs of the same name cause initializer conflict

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 --- Comment #3 from Shin Fujishiro 2010-05-28 06:02:42 PDT --- The comment #2 patch set ->parent everytime = wrong. This one is better: --- src/declaration.c +++ src/declaration.c @@ -298,6 +298,7 @@ void TypedefDeclaration::semantic(Scope *

[Issue 4056] Template instantiation with bare parameter not documented

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4056 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4206] type accepted as enum initializer

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4206 --- Comment #2 from Rainer Schuetze 2010-05-28 12:18:05 PDT --- You're right, it correctly does not compile with dmd 1.056. I must have been halucinating. Also, "enum { var = myint };" causes an error. The use case that was failing with D2 is

[Issue 3445] DDoc usually omits attributes (including pure nothrow)

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3445 Don changed: What|Removed |Added Summary|DDoc usually omits pure |DDoc usually omits |nothrow

[Issue 3120] std.process.execv() pass arguments to programm incorrectly

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3120 Masahiro Nakagawa changed: What|Removed |Added CC||repeate...@gmail.com --- Comment #

[Issue 4246] New: Delegate literals passed to variadic templates function incorrectly

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4246 Summary: Delegate literals passed to variadic templates function incorrectly Product: D Version: future Platform: Other OS/Version: Windows Status: NEW Ke

[Issue 4246] Delegate literals passed to variadic templates function incorrectly

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4246 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 3887] ddoc does not replicate @property to documentation

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3887 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3445] DDoc usually omits attributes (including pure nothrow)

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3445 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 3445] DDoc usually omits attributes (including pure nothrow)

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3445 --- Comment #2 from Steven Schveighoffer 2010-05-28 15:17:43 PDT --- >From 3887, @property also doesn't show up. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 4247] New: Cannot create default-constructed struct on heap when constructor is defined

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Summary: Cannot create default-constructed struct on heap when constructor is defined Product: D Version: 2.041 Platform: Other OS/Version: Linux Status: NEW

[Issue 4194] Attributes included in JSON output

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4194 --- Comment #1 from Chris Miller 2010-05-28 16:27:13 PDT --- Created an attachment (id=645) Attributes included in JSON output Attached is support for including attributes in the compiler JSON output. These changes are public domain, please i

[Issue 1087] scope(exit) is ignored if preceded by a label

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1087 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1894] scope(exit) is ignored except in compound statements

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1894 Walter Bright changed: What|Removed |Added CC||jarrett.billings...@gmail.c

[Issue 1894] scope(exit) is ignored except in compound statements

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1894 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4242] ICE(module.c): importing a module with same name as package

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4242 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1513] try/catch/finally misbehavior on windows

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1513 --- Comment #4 from Brad Roberts 2010-05-28 22:51:25 PDT --- I figured it'd been ages and maybe something had changed to maybe fix this bug.. nope: dmd 1.061 on windows: Error: ex 2 throw ex1 throw ex2 dmd 1.061 on linux: throw ex1 throw ex2