[Issue 9162] [tdpl] Non-static structs should have access to outer lexical scope

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9162 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9162] [tdpl] Non-static structs should have access to outer lexical scope

2012-12-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9162 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #5 from Kenji Hara 2012

[Issue 9162] [tdpl] Non-static structs should have access to outer lexical scope

2012-12-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9162 --- Comment #4 from Walter Bright 2012-12-16 01:07:31 PST --- (In reply to comment #3) > When using a normal method instead of a property I then get the error: > "Internal Error: ..\ztc\cod2.c 4727" on release build. Debug build does not > ret

[Issue 9162] [tdpl] Non-static structs should have access to outer lexical scope

2012-12-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9162 --- Comment #3 from js.m...@gmail.com 2012-12-15 23:43:35 PST --- When using a normal method instead of a property I then get the error: "Internal Error: ..\ztc\cod2.c 4727" on release build. Debug build does not return this error. 2.060. -- C

[Issue 9162] [tdpl] Non-static structs should have access to outer lexical scope

2012-12-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9162 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 9162] [tdpl] Non-static structs should have access to outer lexical scope

2012-12-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9162 --- Comment #1 from hst...@quickfur.ath.cx 2012-12-15 11:48:42 PST --- Also from that paragraph in TDPL: "If you want to define a nested struct without that baggage, just prefix struct with static in the definition of Local, which makes Local a