GNOME Bugzilla – Bug 673902
variable declared in foreach() is not visible in a closure
Last modified: 2012-04-11 13:16:43 UTC
Created attachment 211826 [details] Test program The attached test program shows the issue. The error during compilation is: /home/stefano/dev/test.vala.c: In function ‘_vala_main’: /home/stefano/dev/test.vala.c:564:4: error: ‘o’ undeclared (first use in this function) which refers to line 24 in vala code
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 628336 ***