Fixed in r5207. Sorry for the inconvenience, I did not try a full build before 
committing.

Laurent

On Jan 28, 2011, at 3:28 AM, Vincent Isambart wrote:

> Hi,
> 
> I suspect the cause of the bug is the change Laurent did today for 
> next/ensure. Last time I played with the exception handling code I remember 
> it took me quite a while to get something working in all cases.
> 
> I did a reduction of the code that does not work:
> def foo(dummy)
> 1.times do
>   next
> end
> ensure
> puts
> end
> foo(nil)
> 
> I'll create a ticket for that.
> 
> On Jan 28, 2011, at 6:43 PM, Watson wrote:
> 
>> Hi,
>> 
>> Now, I'm rebuilding all of MacRuby latest.
>> But, it seems that does not finish  forever with following build log.
>> 
>> ----snip----
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper/filter.rb" -o
>> "ext/ripper/lib/ripper/filter.rbo"
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper/lexer.rb" -o "ext/ripper/lib/ripper/lexer.rbo"
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper/sexp.rb" -o "ext/ripper/lib/ripper/sexp.rbo"
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper.rb" -o "ext/ripper/lib/ripper.rbo"
>> cd ext/bigdecimal && ../../miniruby -I../.. -I../../lib -r rbconfig -e
>> "RbConfig::CONFIG['libdir'] = '../..'; require './extconf.rb'"
>> checking for labs() in stdlib.h... yes
>> checking for llabs() in stdlib.h... yes
>> creating Makefile
>> 
>> -------------
>> 
>> Does it occur only in my environment?
>> 
>> Thank you.
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel@lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to