[Vala] Loop not found?
- From: Yu Feng <rainwoodman gmail com>
- To: vala-list <vala-list gnome org>
- Subject: [Vala] Loop not found?
- Date: Thu, 25 Jun 2009 07:17:55 +0800
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]