[MacRuby] #311: ERB experiencing string buffer corruption of some sort
#311: ERB experiencing string buffer corruption of some sort -------------------------------+-------------------------------------------- Reporter: tjw@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------+-------------------------------------------- Run the attached test and it spits out stuff like: (erb):2: syntax error, unexpected tIDENTIFIER, expecting $end ; _erbout.concat(( title ).to_s); _erbout.concat "</title>\n" ^ (SyntaxError) If you modify the test to use stock ruby, it works. Possibly related to https://www.macruby.org/trac/ticket/293 Running under r2267. -- Ticket URL: <http://www.macruby.org/trac/ticket/311> MacRuby <http://macruby.org/>
#311: ERB experiencing string buffer corruption of some sort -------------------------------+-------------------------------------------- Reporter: tjw@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------+-------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Looks like the problem has been fixed in trunk. {{{ $ macruby test result: <title>spoon!</title> $ ruby19 test result: <title>spoon!</title> }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/311#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby