Projects

Ticket #523 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

require of 'rss/2.0' fails.

Reported by: rob@… Owned by: lsansonetti@…
Priority: blocker Milestone:
Component: MacRuby Keywords:
Cc:

Description

robert-gleesons-iMac:~ robertgleeson$ macirb irb(main):001:0> require 'rss/2.0' NoMethodError: undefined method `get_file_and_line_from_caller' for RSS::Rss:Class

from (irb):1:in `<main>' from core:in `eval:' from core:in `evaluate:'

The same error is reported with require 'rss/1.0'

Thanks Rob

Change History

Changed 2 years ago by rob@…

Sorry, I forgot to mention my macruby version: robert-gleesons-iMac:~ robertgleeson$ macruby -v MacRuby version 0.5 (ruby 1.9.0) [universal-darwin10.0, x86_64]

Changed 2 years ago by pthomson@…

Works for me on trunk, r3375:

kid-a:MacRuby local$ macruby -v
MacRuby version 0.6 (ruby 1.9.0) [universal-darwin10.0, x86_64]
kid-a:MacRuby local$ macirb
irb(main):001:0> require 'rss/2.0'
=> true

Changed 2 years ago by pthomson@…

  • status changed from new to closed
  • resolution set to worksforme
Note: See TracTickets for help on using tickets.