[Issue 7724] 'final:' causes error if any variable declarations are placed between it and the end of its scope

2013-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7724] 'final:' causes error if any variable declarations are placed between it and the end of its scope

2012-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #17 from Stewart Gordon 2012-04-24 13:51:22 PDT --- (In reply to comment #15) > 'final' in Java for a variable means it is assigned once in the constructor, > and never again. The equivalent is achieved in D using 'const' and not >

[Issue 7724] 'final:' causes error if any variable declarations are placed between it and the end of its scope

2012-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #16 from Manu 2012-04-24 13:36:22 PDT --- (In reply to comment #15) > Silently breaking code is very, very bad. There are still a lot of D users who > are moving from D1 to D2, and while that's going on I don't think implementing >

[Issue 7724] 'final:' causes error if any variable declarations are placed between it and the end of its scope

2012-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[Issue 7724] 'final:' causes error if any variable declarations are placed between it and the end of its scope

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 Stewart Gordon changed: What|Removed |Added Keywords||spec Summary|'final:' doesn