[MacRuby-devel] Another Cucumber Related Bug

M. Scott Ford scott at vaderpi.com
Thu Feb 12 11:41:05 PST 2009


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


More information about the MacRuby-devel mailing list