Compile error

IronRuby SVN doesn’t compile for me.

$ rake compile mono=1
(snip)
/home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.cs(40,30):
error CS1501: No overload for method EmitBranchFalse' takes2’
arguments
/home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Statements.cs(187,17):
error CS1501: No overload for method EmitBranchFalse' takes2’
arguments
/home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Expressions.cs(200,13):
error CS1501: No overload for method EmitBranchFalse' takes2’
arguments

I can confirm that it doesn’t compile for me either

Yes - we’re missing a file. It’s because of stupid xcopy semantics. I’m
working on it now.

Thanks,
-John

Fixed in Revision 60.

2007/11/21, John L. (DLR) [email protected]:

Fixed in Revision 60.

Thanks, but r60 effectively reverted r59 which applied my Rakefile and
ClassInitGenerator changes.

Sanghyeon S.:

Thanks, but r60 effectively reverted r59 which applied my Rakefile and
ClassInitGenerator changes.

Fixed in r61.

Thanks!
-John