#723: nsset + bindings error
-----------------------------------+----------------------------------------
Reporter: jakub.su...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone:
Component: MacRuby | Keywords:
-----------------------------------+----------------------------------------
Comment(by martinlagarde...@…):
I guess this would more or less confirm the stub generation error theory.
With:
{{{
#!ruby
framework 'Cocoa'
p NSArray.arrayWithObjects("1", "2", "3", "4", "5", "6", nil)
p NSArray.arrayWithObjects("1", "2", "3", "4", "5", nil)
p NSArray.arrayWithObjects("1", "2", "3", "4", "5", "6", "7", nil)
}}}
{{{
$> macruby test.rb
["1", "2", "3", "4", "5", "6"]
["1", "2", "3", "4", "5"]
Segmentation fault
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/723#comment:5>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel