Could you modify the cucumber Ruby sources so that it does not use "break" in evaled code (unless the break is in a loop or a block)? From the output Chamini had sent before, it looks like "_nt_keyword_space" is a method defined using eval, and it has the break that is not in a loop or a block. You could modify the eval code to use some other control flow instead of a break - like throwing an exception. This will allow you to find other problems that may be hidden behind this one.
-----Original Message----- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Zach Shewmaker Sent: Sunday, April 19, 2009 2:55 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Error when running Cucumber examples with IronRuby Is there a workaround that we can use in the time being? I found where the exception was being thrown and tried to figure it out myself, but the codebase is just too foreign me. Thanks, Zach Jimmy Schementi wrote: > That's because the bug still exist ... > http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=578 > > ~js -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core