[Issue 5155] New: AssociativeArray.get does not compile when opBinary(in) is defined.

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5155 Summary: AssociativeArray.get does not compile when opBinary(in) is defined. Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 5079] ICE(glue.c, 1103) on undefined symbol during CTFE

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5079 --- Comment #3 from Rob Jacques sandf...@jhu.edu 2010-11-02 00:45:42 PDT --- Having just debugged/patched/filed Issue 5155, I've found that A) that this test case is a different error and B) they both result from trying to calling toIR on a

[Issue 5142] writefln should allow no arguments (no formating string)

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5142 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5142] writefln should allow no arguments (no formating string)

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5142 --- Comment #2 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-11-02 10:33:21 PDT --- This was a deliberate change. The benefit of writeln is that you can put formatting characters in strings without having them interpreted as

[Issue 5142] writefln should allow no arguments (no formating string)

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5142 --- Comment #3 from Steven Schveighoffer schvei...@yahoo.com 2010-11-02 11:08:04 PDT --- (In reply to comment #2) This was a deliberate change. The benefit of writeln is that you can put formatting characters in strings without having

[Issue 5156] New: Wrong type inference for array literals containing classes

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5156 Summary: Wrong type inference for array literals containing classes Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW Keywords:

[Issue 5156] Wrong type inference for array literals containing classes

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

[Issue 5142] writefln should allow no arguments (no formating string)

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

[Issue 5156] Wrong type inference for array literals containing classes

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5156 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3543] : ? operator can't find common type for classes/interfaces

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3543 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

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

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4852 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Issue 4307] spawn()'ed thread doesn't terminate

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4307 --- Comment #5 from Jonathan M Davis jmdavisp...@gmx.com 2010-11-02 20:33:50 PDT --- Actually, the program I posted earlier was buggy (that's what I get for simplifying code and not studying the simplified version enough, I guess). Here's the

[Issue 5157] New: thread_joinall() looks like it doesn't actually join all

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5157 Summary: thread_joinall() looks like it doesn't actually join all Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity:

[Issue 4307] spawn()'ed thread doesn't terminate

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4307 --- Comment #6 from Jonathan M Davis jmdavisp...@gmx.com 2010-11-02 21:06:34 PDT --- Created an attachment (id=797) Patch for core.thread for linux with changes based off of dmd 2.050. Here's a patch for core.thread which appears to solve the

[Issue 4307] spawn()'ed thread doesn't terminate

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4307 --- Comment #7 from Jonathan M Davis jmdavisp...@gmx.com 2010-11-02 21:07:34 PDT --- Created an attachment (id=798) Patch for std.concurrency for linux with changes based off of dmd 2.050. The patch for std.concurrency to go with the patch

[Issue 3276] Recursion broken by alias template parameter

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3276 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added CC||rsi...@gmail.com ---

[Issue 3276] Recursion broken by alias template parameter

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3276 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 4307] spawn()'ed thread doesn't terminate

2010-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4307 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Attachment #797 is|0 |1