[Issue 4824] stopwatch unit tests fail intermitently

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4824 Brad Roberts changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3627] -of with a filename with a double extension confuses linker

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

[Issue 1715] Template specialization checks for equality rather than convertibility

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

[Issue 1970] Templated interfaces not matched

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

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

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

[Issue 4430] Regression(2.037) erroneous matching on specialized template function

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

[Issue 4826] Regression(2.041) "cannot create associative array" and compiler crash

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

[Issue 4854] New: writefln Segmentation fault if no globals

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4854 Summary: writefln Segmentation fault if no globals Product: D Version: D2 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: major Priority: P2 Compo

[Issue 3996] Regression(2.041) ICE(glue.c) Passing struct as AA template parameter (Algebraic with struct)

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

[Issue 4751] Regression(1.062, 2.047) ICE(constfold.c) >> after error

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

[Issue 4828] ICE w/ non-boolean dot expression sth.template_instance in static if

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

[Issue 4853] Problems with some dchar/dstring concats

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4853 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4853] Problems with some dchar/dstring concats

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4853 --- Comment #1 from bearophile_h...@eml.cc 2010-09-11 11:00:25 PDT --- Probably 'a' ~ 'b' is not allowed in D to keep (in)compatibility with C language, because it has a different meaning in C. -- Configure issuemail: http://d.puremagic.com/i

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

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 --- Comment #6 from Andrej Mitrovic 2010-09-11 10:45:49 PDT --- (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #2) > > > (In reply to comment #1) > > > > Also, since when are structs allowed to be allocated on the

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

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 4849] Remove str.string.abbrev()

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4849 --- Comment #4 from bearophile_h...@eml.cc 2010-09-11 08:45:49 PDT --- Even if you want to keep it in Phobos, it needs to be renamed and to be moved out of the std.string module. Because it's not a commonly useful string functionality, it muds t

[Issue 4853] New: Problems with some dchar/dstring concats

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4853 Summary: Problems with some dchar/dstring concats Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Compon

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

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 --- Comment #4 from Andrej Mitrovic 2010-09-11 08:00:51 PDT --- (In reply to comment #2) > (In reply to comment #1) > > Also, since when are structs allowed to be allocated on the heap? TDPL > > explicitly states that structs have scoped lifet

[Issue 4849] Remove str.string.abbrev()

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4849 --- Comment #3 from Andrej Mitrovic 2010-09-11 07:58:00 PDT --- I think this might need renaming, but also I would want this to have additional functionality. If some characters are capitalized, you should be able to abbreviate by using only t

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

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #3 from

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

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

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

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 4852] New: core.demangle cannot demangle functions with class/struct return types

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4852 Summary: core.demangle cannot demangle functions with class/struct return types Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Key