Projects

Ticket #471 (new defect)

Opened 2 years ago

Last modified 14 months ago

Problems with the simple-rss library

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

Description

Hiya!

I'm having some problems using simple-rss library with macruby. The attached snippet works both in ruby1.9 and ruby1.8. MacRuby does not yield the same results.

Thanks!

Attachments

rss-parse.rb Download (173 bytes) - added by sergio@… 2 years ago.
simple-rss bug

Change History

Changed 2 years ago by sergio@…

simple-rss bug

Changed 2 years ago by sergio@…

  • cc sergio@… added

Cc Me!

Changed 14 months ago by isaackearse@…

I suspect this is related to the strange regular expression bugs reported in #939

I did some debugging with macrubyd and the issue seems to happen in a part of the library using the $2 and $3 global variables:

 https://github.com/cardmagic/simple-rss/blob/master/lib/simple-rss.rb#L129

Changed 14 months ago by lsansonetti@…

  • milestone changed from MacRuby 0.5 to MacRuby 1.0

Indeed, it suspiciously looks like #939. Screening for 1.0.

Note: See TracTickets for help on using tickets.