#291: Time.parse doesn't work in experimental
-------------------------------------+--------------------------------------
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status: closed
Priority: major | Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-------------------------------------+--------------------------------------
Changes (by mattaimone...@…):
* 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/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel