[MacRuby] #1020: RSS::Maker is throwing a TypeError
MacRuby
ruby-noreply at macosforge.org
Fri Dec 3 14:38:06 PST 2010
#1020: RSS::Maker is throwing a TypeError
-----------------------------+----------------------------------------------
Reporter: nick@… | Owner: lsansonetti@…
Type: defect | Status: new
Priority: minor | Milestone:
Component: MacRuby | Keywords:
-----------------------------+----------------------------------------------
Comment(by lsansonetti@…):
Interestingly, it behaves differently when disabling the rbos.
{{{
$ /usr/local/bin/macruby -r rss/maker -e ''
superclass mismatch for class RSS::Maker::RSS10::TaxonomyTopics
(TypeError)
$ VM_DISABLE_RBO=1 /usr/local/bin/macruby -r rss/maker -e ''
undefined method `split' for nil:NilClass (NoMethodError)
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/1020#comment:1>
MacRuby <http://macruby.org/>
More information about the macruby-tickets
mailing list