[MacRuby] #291: Time.parse doesn't work in experimental
#291: Time.parse doesn't work in experimental -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- {{{ $ macruby -e "require 'time'; p Time.parse('2009/06/29 23:19:35 +0000')" unrecognized runtime type `{_NSZone=}' (TypeError) }}} Due to a conflict with NSObject#zone -- Ticket URL: <http://www.macruby.org/trac/ticket/291> MacRuby <http://macruby.org/>
#291: Time.parse doesn't work in experimental -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by mattaimonetti@…): * status: new => closed * resolution: => fixed Old description:
{{{ $ macruby -e "require 'time'; p Time.parse('2009/06/29 23:19:35 +0000')" unrecognized runtime type `{_NSZone=}' (TypeError) }}}
Due to a conflict with NSObject#zone
New description: {{{ $ macruby -e "require 'time'; p Time.parse('2009/06/29 23:19:35 +0000')" unrecognized runtime type `{_NSZone=}' (TypeError) }}} Due to a conflict with NSObject#zone -- Comment: fixed -- Ticket URL: <http://www.macruby.org/trac/ticket/291#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby