[MacRuby] #472: built-in rss library doesn't work in HEAD

MacRuby ruby-noreply at macosforge.org
Wed May 4 21:21:57 PDT 2011


#472: built-in rss library doesn't work in HEAD
-------------------------------+--------------------------------------------
 Reporter:  sergio@…           |        Owner:  lsansonetti@…        
     Type:  defect             |       Status:  closed               
 Priority:  blocker            |    Milestone:  MacRuby 0.11         
Component:  MacRuby            |   Resolution:  fixed                
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by lsansonetti@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  MacRuby 1.0 => MacRuby 0.11


Comment:

 I'm getting the same output as CRuby 1.9 with MacRuby master:

 {{{
 $ DYLD_LIBRARY_PATH=. ./macruby t4.rb
 /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/1.9.2/rss/rexmlparser.rb:24:in
 `_parse': This is not well formed XML
 Missing end tag for 'link' (got "head")
 Line: 29
 Position: 1131
 Last 80 unconsumed characters:
  (RSS::NotWellFormedError)
         from
 /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/1.9.2/rss/parser.rb:164:in
 `parse'
         from
 /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/1.9.2/rss/parser.rb:79:in
 `parse:'
         from /Users/lrz/src/macruby-master/t4.rb:9:in `<main>'
 $ ruby1.9 t4.rb
 /usr/local/lib/ruby/1.9.1/rss/rexmlparser.rb:24:in `rescue in _parse':
 This is not well formed XML (RSS::NotWellFormedError)
 Missing end tag for 'link' (got "head")
 Line: 29
 Position: 1131
 Last 80 unconsumed characters:
         from /usr/local/lib/ruby/1.9.1/rss/rexmlparser.rb:21:in `_parse'
         from /usr/local/lib/ruby/1.9.1/rss/parser.rb:164:in `parse'
         from /usr/local/lib/ruby/1.9.1/rss/parser.rb:79:in `parse'
         from t4.rb:9:in `<main>'
 }}}

 So the bug is probably gone now! Closing.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/472#comment:3>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list