[MacRuby] #525: NSArray coersion error
#525: NSArray coersion error -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Here is how to reproduce the bug every single time. (your first contact shouldn't be in a group for the error to be reproducible) {{{ $ macruby -e "framework 'AddressBook'; puts ABAddressBook.sharedAddressBook.people.first.parentGroups" core:in `puts:': can't convert __NSArray0 to Array (__NSArray0#to_ary gives __NSArray0) (TypeError) from -e:in `<main>' }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/525> MacRuby <http://macruby.org/>
#525: NSArray coersion error -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Old description:
Here is how to reproduce the bug every single time. (your first contact shouldn't be in a group for the error to be reproducible)
{{{ $ macruby -e "framework 'AddressBook'; puts ABAddressBook.sharedAddressBook.people.first.parentGroups" core:in `puts:': can't convert __NSArray0 to Array (__NSArray0#to_ary gives __NSArray0) (TypeError) from -e:in `<main>' }}}
New description: Here is how to reproduce the bug every single time. (your first contact shouldn't be in a group for the error to be reproducible) {{{ $ macruby -e "framework 'AddressBook'; puts ABAddressBook.sharedAddressBook.people.first.parentGroups" core:in `puts:': can't convert __NSArray0 to Array (__NSArray0#to_ary gives __NSArray0) (TypeError) from -e:in `<main>' }}} -- Comment(by lsansonetti@…): <rdar://problem/7296998> -- Ticket URL: <http://www.macruby.org/trac/ticket/525#comment:1> MacRuby <http://macruby.org/>
#525: NSArray coersion error -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Should be fixed as r3208. -- Ticket URL: <http://www.macruby.org/trac/ticket/525#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby