Re: [Issue 3276] Recursion broken by alias template parameter

2010-11-03 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=3276 --- Comment #3 from Shin Fujishiro 2010-11-02 22:11:39 PDT --- The patch passed dmd, druntime and phobos tests. It couldn't pass the broken test (runnable/interpret.d) though. What do you mean, the broken te

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

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5142 --- Comment #5 from Witold Baryluk 2010-11-03 04:16:05 PDT --- (In reply to comment #3) > (In reply to comment #2) > > > This was a deliberate change. > > > > > > The benefit of writeln is that you can put formatting characters in > > > stri

[Issue 3449] const and invariant struct members do not behave according to spec

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

[Issue 5158] New: Allow operator overloading on non-type template instances

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5158 Summary: Allow operator overloading on non-type template instances Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement

[Issue 4434] ICE(mtype.c, 887) alias with const, shared, or immutable

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4434 Don changed: What|Removed |Added Keywords||patch --- Comment #4 from Don 2010-11-03 05:21:

[Issue 4434] ICE(mtype.c, 887) alias with const, shared, or immutable

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

[Issue 4297] Nothrow functions cannot use constant dynamic array

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4297 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5092] pure nothrow should be ignored for unit tests

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5092 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5157 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5157 --- Comment #2 from Jonathan M Davis 2010-11-03 10:24:45 PDT --- You're right. I guess that I was just looking at it too closely or something. But on another inspection, it does seem to be correct. It will loop through all of them until it fin

[Issue 5159] New: Segfault(interpret.c): calling a static function pointer variable in CTFE

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5159 Summary: Segfault(interpret.c): calling a static function pointer variable in CTFE Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 4529] Segfault(typinf.c) with writeln of functions

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4529 --- Comment #2 from Don 2010-11-03 14:11:30 PDT --- REDUCED TEST CASE: int bug4529a() { return 0; } int function() bug4529b; auto ivorBomb1 = typeid(typeof(bug4529a)); auto ivorBomb2 = typeid(typeof(bug4529b)); Note that swapping the order of

[Issue 4728] Segfault(toctype.c) by protected/private constructor in an other module

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4728 Don changed: What|Removed |Added Keywords||patch --- Comment #3 from Don 2010-11-03 14:32:

[Issue 5160] New: Overzealous recursive template expansion protection.

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5160 Summary: Overzealous recursive template expansion protection. Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 1840] Fix ambiguity errors over struct static opCall and regular opCall

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1840 st...@despam.it changed: What|Removed |Added CC||st...@despam.it Version|2.0

[Issue 5161] New: Selective import results in conflicting definition.

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5161 Summary: Selective import results in conflicting definition. Product: D Version: D1 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 314] [module] Static, renamed, and selective imports are always public

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 --- Comment #30 from st...@despam.it 2010-11-03 18:36:23 PDT --- How embarrassing this might be, this needs a warning on the website. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this m

[Issue 314] [module] Static, renamed, and selective imports are always public

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 --- Comment #30 from st...@despam.it 2010-11-03 18:36:23 PDT --- How embarrassing this might be, this needs a warning on the website. --- Comment #31 from st...@despam.it 2010-11-03 18:39:07 PDT --- How embarrassing this might be, this needs a w

[Issue 4059] Incorrect C++ name mangling

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4059 Lukasz Wrzosek changed: What|Removed |Added CC||luk.wrzo...@gmail.com --- Comment #6

[Issue 5148] Incorrect C++ mangling of multiple const char* parameters

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5148 Lukasz Wrzosek changed: What|Removed |Added CC||luk.wrzo...@gmail.com --- Comment #1

[Issue 5162] New: windows.d no longer appears to compile in DMD 2.050

2010-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5162 Summary: windows.d no longer appears to compile in DMD 2.050 Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2