[Issue 1894] scope(exit) is ignored except in compound statements

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1894 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1894] scope(exit) is ignored except in compound statements

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1894 Walter Bright changed: What|Removed |Added CC||jarrett.billings...@gmail.c

[Issue 1894] scope(exit) is ignored except in compound statements

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1894 --- Comment #5 from Don 2010-05-22 14:21:41 PDT --- An interim patch: To patch the worst instance of this ( if (xxx) scope(exit) yyy; creating a error which recommends scope(exit) if (xxx) yyy; ), add IsScopeGuardStatement() to Statement and

[Issue 1894] scope(exit) is ignored except in compound statements

2009-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1894 Don changed: What|Removed |Added Version|2.010 |1.010 Summary|Missed scope guard