[Issue 1900] Template overload sets & traits templates

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1900 Eldar Insafutdinov changed: What|Removed |Added CC||e.insafutdi...@gmail.com --- Comm

[Issue 3492] New: Can't overload nested functions

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3492 Summary: Can't overload nested functions Product: D Version: 2.036 Platform: Other OS/Version: Windows Status: NEW Keywords: spec Severity: normal Priorit

[Issue 3438] constructor with defaulted parameters ignored

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3438 Eldar Insafutdinov changed: What|Removed |Added CC||e.insafutdi...@gmail.com --- Comm

[Issue 2842] std.file.listdir on OSX produces invalid UTF-8 sequence

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2842 Justin Whear changed: What|Removed |Added CC||mrjn...@hotmail.com --- Comment #2 from

[Issue 3491] New: typeof( (string[string]).init)) == AssociativeArray!(string, string), doesn't implicitly convert to string[string].

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3491 Summary: typeof( (string[string]).init)) == AssociativeArray!(string, string), doesn't implicitly convert to string[string]. Product: D Version: 2.036 Platform: Oth

[Issue 3464] is( void function() == function) is false

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3464 Max Samukha changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #3 fr

[Issue 2897] RandomCover docs wrong: RandomCover needs a random access range.

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2897 David Simcha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3464] is( void function() == function) is false

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3464 --- Comment #2 from David Simcha 2009-11-09 06:32:47 PST --- So what is the proper way to test if something is a function pointer then? It seems horribly inconsistent with delegates. -- Configure issuemail: http://d.puremagic.com/issues/user

[Issue 3490] DMD Never Inlines Functions that Could Throw

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3490 Ary Borenszweig changed: What|Removed |Added CC||a...@esperanto.org.ar --- Comment #1

[Issue 3490] New: DMD Never Inlines Functions that Could Throw

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3490 Summary: DMD Never Inlines Functions that Could Throw Product: D Version: 2.036 Platform: Other OS/Version: Windows Status: NEW Keywords: performance Severity: norm

[Issue 1914] Array initialisation from const array yeilds memory trample

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1914 Stewart Gordon changed: What|Removed |Added Version|1.051 |1.030 --- Comment #7 from Stewart Gor

[Issue 3488] Segfault(expression.c): enum declared with struct static initializer

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3488 --- Comment #3 from Don 2009-11-09 03:24:21 PST --- It's happening because static struct initializers with names are not evaluated at compile time. And this is because init.c, StructInitializer::toExpression() doesn't deal with it. BTW -- now t

[Issue 1914] Array initialisation from const array yeilds memory trample

2009-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1914 Jason Spashett changed: What|Removed |Added Version|1.030 |1.051 --- Comment #6 from Jason Spash