[Issue 6714] [tdpl] Function literal does not convert to "function" and "delegate" types

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6714 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 7161] New: Passing string literal by ref changes its bounds forever

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7161 Summary: Passing string literal by ref changes its bounds forever Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW Severity: ma

[Issue 7133] [tdpl] There should be no empty statement

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7133 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #10 from Don

[Issue 7162] New: [CTFE] "bool || void" expression crashes dmd

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7162 Summary: [CTFE] "bool || void" expression crashes dmd Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7132] [tdpl] Exponential operator ^^ for integrals does not compile without any import

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7132 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 7161] Passing string literal by ref changes its bounds forever

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7161 Denis changed: What|Removed |Added Keywords||wrong-code --- Comment #1 from Denis 2011-12-

[Issue 7161] Passing string literal by ref changes its bounds forever

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7161 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 7161] Passing string literal by ref changes its bounds forever

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7161 --- Comment #3 from Andrej Mitrovic 2011-12-24 05:27:20 PST --- Actually s_impl isn't needed, s() can have that implementation it just needs a set of empty parens: ref string s()(string s) { static string ss; ss = s; return ss;

[Issue 7161] Passing string literal by ref changes its bounds forever

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7161 --- Comment #4 from Denis 2011-12-24 17:03:56 MSK --- And a better one (CTFE friendly, no need to specify param number): --- private ref string wrap(string s) { static struct GCString { string str; } auto gcStr = new GCString(); gc

[Issue 1528] templates should not conflict with non-templates

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1528 yebblies changed: What|Removed |Added CC||and...@metalanguage.com --- Comment #2 from

[Issue 7134] [tdpl] overloading template and non-template functions

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7134 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1528] [tdpl] overloading template and non-template functions

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1528 yebblies changed: What|Removed |Added Keywords||rejects-valid CC|

[Issue 1528] [tdpl] overloading template and non-template functions

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1528 --- Comment #4 from Andrei Alexandrescu 2011-12-24 09:15:52 PST --- Thanks for consolidating! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6714] [tdpl] Function literal does not convert to "function" and "delegate" types

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6714 --- Comment #3 from Andrei Alexandrescu 2011-12-24 09:32:58 PST --- (In reply to comment #2) > (In reply to comment #0) > > Consider: > > > > > > void foo (int function (int, int) a){} > > void bar (int delegate (int, int) a){} > > > > void

[Issue 7161] Passing string literal by ref changes its bounds forever

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7161 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #5

[Issue 7158] [CTFE] ICE(interpret.c) calling a class member using a dotvar expression

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7158 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7163] New: Can't alias an enum of an aliased struct

2011-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7163 Summary: Can't alias an enum of an aliased struct Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Comp