[MacRuby-devel] Another Cucumber Related Bug

Laurent Sansonetti lsansonetti at apple.com
Fri Feb 13 16:57:36 PST 2009


Fixed in r813, thanks for reporting.

Laurent

On Feb 12, 2009, at 11:41 AM, M. Scott Ford wrote:

>
> Even more data. The following code block also segfaults. It looks  
> like the issue is the cast of ary to a CFMutableArrayRef. But that  
> is where I am stumped, because I am not sure what alternatives there  
> are. Any help?
>
> fred = Module.new
> args = ['a']
> args.extend(fred)
> args.replace(['a', 'b'])
>
> On Feb 12, 2009, at 2:01 PM, M. Scott Ford wrote:
>
>> One more piece of data. The module that is being extended does not  
>> matter. The following block dies the same way.
>>
>> fred = Module.new
>> args = []
>> args.extend(fred)
>> args.clear
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel



More information about the MacRuby-devel mailing list