[Issue 596] Support array, arrayliteral and struct in switch and case

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=596 --- Comment #3 from bearophile_h...@eml.cc 2011-01-07 05:13:09 PST --- A possible improvement for the switch on structs is to support wildcards in some way: struct Foo { int x, y; } void main() { auto f = Foo(1, 2); int f; switch

[Issue 2990] TypeInfo.init() returns invalid array

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2990 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 5421] New: Ref function pointers can only be made with auto

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5421 Summary: Ref function pointers can only be made with auto Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5422] New: Module is private error with public/private overloaded functions

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5422 Summary: Module is private error with public/private overloaded functions Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 5421] Ref function pointers can only be made with auto

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5421 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 4028] delegates with differing default arguments lead to same template instantiation

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4028 Gide Nwawudu g...@nwawudu.com changed: What|Removed |Added Keywords|wrong-code |accepts-invalid

[Issue 5423] New: d:\m\d\scregexp\trunk\scregexp.d(158): Error: template instance scregexp.screg!(^[)\\]}]$) recursive expansion

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5423 Summary: d:\m\d\scregexp\trunk\scregexp.d(158): Error: template instance scregexp.screg!(^[)\\]}]$) recursive expansion Product: D Version: 1.057 Platform: Other

[Issue 4223] Throwing exception in finally block hides original exception

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4223 Gide Nwawudu g...@nwawudu.com changed: What|Removed |Added Keywords||diagnostic, wrong-code

[Issue 4223] Throwing exception in finally block hides original exception

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4223 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|REOPENED|ASSIGNED

[Issue 4223] Throwing exception in finally block hides original exception

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4223 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

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

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1513 --- Comment #13 from Don clugd...@yahoo.com.au 2011-01-07 14:20:12 PST --- Fixed for D2: http://www.dsource.org/projects/druntime/changeset/482 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5080] breaking const-correctness with class/interface

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5080 Tomasz SowiƄski tomeks...@gmail.com changed: What|Removed |Added CC|

Re: GC.collect() and GC.minimize() not releasing memory

2011-01-07 Thread Simen kjaeraas
Stewart Gordon smjg_1...@yahoo.com wrote: On 24/12/2010 06:13, torhu wrote: This newsgroup is just for automated use by Bugzilla. snip Where is the official statement of this? Likely there is no hard official statement. However, http://www.digitalmars.com/NewsGroup.html states that it is

Re: GC.collect() and GC.minimize() not releasing memory

2011-01-07 Thread Walter Bright
Simen kjaeraas wrote: Stewart Gordon smjg_1...@yahoo.com wrote: On 24/12/2010 06:13, torhu wrote: This newsgroup is just for automated use by Bugzilla. snip Where is the official statement of this? Likely there is no hard official statement. However,

[Issue 5424] New: Cant assign interfaces to Variants

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5424 Summary: Cant assign interfaces to Variants Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component:

Re: GC.collect() and GC.minimize() not releasing memory

2011-01-07 Thread Simen kjaeraas
Walter Bright newshou...@digitalmars.com wrote: Simen kjaeraas wrote: Stewart Gordon smjg_1...@yahoo.com wrote: On 24/12/2010 06:13, torhu wrote: This newsgroup is just for automated use by Bugzilla. snip Where is the official statement of this? Likely there is no hard official

[Issue 5425] New: __traits(compiles, ...) fails when given a template property function without parens

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5425 Summary: __traits(compiles, ...) fails when given a template property function without parens Product: D Version: unspecified Platform: Other OS/Version: Linux

[Issue 5426] New: Property syntax fails with template function with template paramters but no function parameters and you have a setter

2011-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5426 Summary: Property syntax fails with template function with template paramters but no function parameters and you have a setter Product: D Version: unspecified