14 Feb
2009
14 Feb
'09
12:57 a.m.
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@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel