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'' takes `2'' arguments /home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Statements.cs(187,17): error CS1501: No overload for method `EmitBranchFalse'' takes `2'' arguments /home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Expressions.cs(200,13): error CS1501: No overload for method `EmitBranchFalse'' takes `2'' arguments -- Seo Sanghyeon
I can confirm that it doesn''t compile for me either On 11/21/07, Sanghyeon Seo <sanxiyn at gmail.com> wrote:> > 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'' takes `2'' > arguments > > /home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Statements.cs(187,17): > error CS1501: No overload for method `EmitBranchFalse'' takes `2'' > arguments > > /home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Expressions.cs(200,13): > error CS1501: No overload for method `EmitBranchFalse'' takes `2'' > arguments > > -- > Seo Sanghyeon > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20071121/c75a746e/attachment.html
Yes - we''re missing a file. It''s because of stupid xcopy semantics. I''m working on it now. Thanks, -John> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of Sanghyeon Seo > Sent: Tuesday, November 20, 2007 7:20 PM > To: ironruby-core at rubyforge.org > Subject: [Ironruby-core] 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'' takes `2'' > arguments > /home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Statem > ents.cs(187,17): > error CS1501: No overload for method `EmitBranchFalse'' takes `2'' > arguments > /home/tinuviel/svn/ironruby/src/microsoft.scripting/Ast/Compiler.Expres > sions.cs(200,13): > error CS1501: No overload for method `EmitBranchFalse'' takes `2'' > arguments > > -- > Seo Sanghyeon > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core
Fixed in Revision 60.> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of John Lam (DLR) > Sent: Tuesday, November 20, 2007 7:24 PM > To: ironruby-core at rubyforge.org > Subject: Re: [Ironruby-core] Compile error > > Yes - we''re missing a file. It''s because of stupid xcopy semantics. I''m > working on it now. > > Thanks, > -John
2007/11/21, John Lam (DLR) <jflam at microsoft.com>:> Fixed in Revision 60.Thanks, but r60 effectively reverted r59 which applied my Rakefile and ClassInitGenerator changes. -- Seo Sanghyeon