Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
January 15, 2012 [Issue 7297] New: allow explicit storage classes for delegate parameters with inferred types | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7297 Summary: allow explicit storage classes for delegate parameters with inferred types Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: timon.gehr@gmx.ch --- Comment #0 from timon.gehr@gmx.ch 2012-01-15 09:17:39 PST --- eg, the following code should compile: void main() { int x; ((ref a)=>a+=1)(x); x=((immutable a)=>a+1)(x); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 21, 2012 [Issue 7297] [tdpl] allow explicit storage classes for delegate parameters with inferred types | ||||
---|---|---|---|---|
| ||||
Posted in reply to timon.gehr@gmx.ch | http://d.puremagic.com/issues/show_bug.cgi?id=7297 timon.gehr@gmx.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid, TDPL Summary|allow explicit storage |[tdpl] allow explicit |classes for delegate |storage classes for |parameters with inferred |delegate parameters with |types |inferred types Severity|enhancement |normal --- Comment #1 from timon.gehr@gmx.ch 2012-03-21 13:35:23 PDT --- TDPL assumes this works on p.369. Raising from enhancement to TDPL bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 22, 2012 [Issue 7297] [tdpl] allow explicit storage classes for delegate parameters with inferred types | ||||
---|---|---|---|---|
| ||||
Posted in reply to timon.gehr@gmx.ch | http://d.puremagic.com/issues/show_bug.cgi?id=7297 --- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2012-03-21 17:20:42 PDT --- The test case works with 2.059head. It seems to me that this is a dup of bug 7705, and it is already fixed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 22, 2012 [Issue 7297] [tdpl] allow explicit storage classes for delegate parameters with inferred types | ||||
---|---|---|---|---|
| ||||
Posted in reply to timon.gehr@gmx.ch | http://d.puremagic.com/issues/show_bug.cgi?id=7297 timon.gehr@gmx.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #3 from timon.gehr@gmx.ch 2012-03-22 01:42:03 PDT --- ok. *** This issue has been marked as a duplicate of issue 7705 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation