[MacRuby-devel] [MacRuby] #291: Time.parse doesn't work in experimental

MacRuby ruby-noreply at macosforge.org
Wed Aug 26 12:34:54 PDT 2009


#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/>



More information about the MacRuby-devel mailing list