[Issue 8815] alias modification silently fails on nested fields

2016-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8815 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8815] alias modification silently fails on nested fields

2013-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8815 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-26 14:05:49 PST --- I can see why, it seems c.x gets converted to this.x: @property void init(alias symb)() { pragma(msg, symb); // this.x, should be s.x symb =

[Issue 8815] alias modification silently fails on nested fields

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8815 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-13 19:59:26 PDT --- But I'm beginning to think using aliases like this isn't the best choice. For one thing it won't work if the alias is a private symbol. It's probably