[MacRuby] #397: erb string buffer corruption
#397: erb string buffer corruption ----------------------------+----------------------------------------------- Reporter: jazzbox@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------+----------------------------------------------- {{{ $ macruby -r 'erb' -e 'p ERB.new("1234567").result' }}} results in {{{ core:in `eval:': (erb):1: syntax error, unexpected tIDENTIFIER, expecting $end ...''; _erbout.concat "1234567"é ; _erbout.force_encoding(__EN... ... ^ (SyntaxError) from core:in `result' }}} As you can see the erb string is corrupted with the 'é'. This errror looks like Ticket #311 which is closed but still not working! -- Ticket URL: <http://www.macruby.org/trac/ticket/397> MacRuby <http://macruby.org/>
#397: erb string buffer corruption ----------------------------+----------------------------------------------- Reporter: jazzbox@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------+----------------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => fixed Comment: I guess this was just a type, seems to have been fixed meanwhile: {{{ $> macruby -r 'erb' -e 'p ERB.new("1234567").result' "1234567" $> }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/397#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby