Thread overview | ||||||
---|---|---|---|---|---|---|
|
November 25, 2012 [Issue 9076] New: Aliased template function and property resolution doesn't work | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9076 Summary: Aliased template function and property resolution doesn't work Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: k.hara.pg@gmail.com --- Comment #0 from Kenji Hara <k.hara.pg@gmail.com> 2012-11-25 08:21:44 PST --- This code doesn't work. //import std.algorithm : forward; template forward(args...) { @property forward()(){ return args[0]; } } void main() { int a = 1; int b = 1; assert(a == forward!b); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 25, 2012 [Issue 9076] Aliased template function and property resolution doesn't work | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=9076 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2012-11-25 09:12:40 PST --- https://github.com/D-Programming-Language/dmd/pull/1326 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 04, 2012 [Issue 9076] Aliased template function and property resolution doesn't work | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=9076 --- Comment #2 from github-bugzilla@puremagic.com 2012-12-03 18:00:37 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b295355275a046e789344458763534c104b23224 fix Issue 9076 - Aliased template function and property resolution doesn't work https://github.com/D-Programming-Language/dmd/commit/ac6734d3639615a92b1926d20ad720a8c819e288 Merge pull request #1326 from 9rnsr/fix9076 Issue 9076 - Aliased template function and property resolution doesn't work -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 05, 2012 [Issue 9076] Aliased template function and property resolution doesn't work | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=9076 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- 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