Re: [Vala] Loop not found?

2009-06-25 Thread Jürg Billeter
On Thu, 2009-06-25 at 07:17 +0800, Yu Feng wrote: 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) { [...] Nevertheless git

Re: [Vala] Loop not found?

2009-06-25 Thread Yu Feng
On Thu, 2009-06-25 at 09:24 +0200, Jürg Billeter wrote: On Thu, 2009-06-25 at 07:17 +0800, Yu Feng wrote: 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

[Vala] Loop not found?

2009-06-24 Thread Yu Feng
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) {