[MacRuby] #690: calling `!= nil' on an NSString raises a TypeError exception
#690: calling `!= nil' on an NSString raises a TypeError exception -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- {{{ $ ./miniruby -e "p NSString.stringWithString('42') != nil" /Users/lrz/src/macruby-trunk/-e:1:in `<main>': can't convert nil into String (TypeError) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/690> MacRuby <http://macruby.org/>
#690: calling `!= nil' on an NSString raises a TypeError exception -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: Should be fixed in r4035. -- Ticket URL: <http://www.macruby.org/trac/ticket/690#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby