Dear list,

I was trying to catch up with recent vala master branch, but I get this
error:

valacodevisitor.vala:308.34-308.37: error: The type name `Loop' could not be 
found
        public virtual void visit_loop (Loop stmt) {
                                        ^^^^
valacodewriter.vala:1101.35-1101.38: error: The type name `Loop' could not be 
found
        public override void visit_loop (Loop stmt) {
                                         ^^^^
valaflowanalyzer.vala:658.35-658.38: error: The type name `Loop' could not be 
found
        public override void visit_loop (Loop stmt) {
                                         ^^^^
valanullchecker.vala:155.35-155.38: error: The type name `Loop' could not be 
found
        public override void visit_loop (Loop stmt) {
                                         ^^^^
valasymbolresolver.vala:383.35-383.38: error: The type name `Loop' could not be 
found
        public override void visit_loop (Loop stmt) 

Nevertheless git reports the working copy is uptodate and clean.
valaloop.vala is in the source file list.

I was using 0.7.3. Did I miss a release?

Regards,

Yu

_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to