[MacRuby] #965: Regexp literal with options broken in macirb
#965: Regexp literal with options broken in macirb -------------------------------+-------------------------------------------- Reporter: akappen@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: macirb regexp -------------------------------+-------------------------------------------- I have a problem adding options to regexp literals in macirb. I tried 0.7, 0.7.1, and a nightly from Oct 23 and all exhibit the same behavior. For some reason adding the case insensitive option prevents the regexp literal from closing. {{{ $ macruby --version MacRuby 0.8 (ruby 1.9.2) [universal-darwin10.0, x86_64] $ macirb --version DietRB (0.5.1) $ macirb irb(main):001:0> 'sPeaK' =~ /speak/i irb(main):002:1> // => // irb(main):003:0> }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/965> MacRuby <http://macruby.org/>
#965: Regexp literal with options broken in macirb -------------------------------+-------------------------------------------- Reporter: akappen@… | Owner: eloy.de.enige@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: macirb regexp -------------------------------+-------------------------------------------- Changes (by lsansonetti@…): * owner: lsansonetti@… => eloy.de.enige@… * milestone: MacRuby 0.8 => Comment: Looks like a problem in macirb. Moving to Eloy for investigation. -- Ticket URL: <http://www.macruby.org/trac/ticket/965#comment:2> MacRuby <http://macruby.org/>
#965: Regexp literal with options broken in macirb -------------------------------+-------------------------------------------- Reporter: akappen@… | Owner: eloy.de.enige@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: macirb regexp | -------------------------------+-------------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => fixed Comment: Thanks! Fixed in r4838: {{{ $ macirb irb(main):001:0> 'sPeaK' =~ /speak/i => 0 }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/965#comment:3> MacRuby <http://macruby.org/>
#965: Regexp literal with options broken in macirb -------------------------------+-------------------------------------------- Reporter: akappen@… | Owner: eloy.de.enige@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: macirb regexp | -------------------------------+-------------------------------------------- Changes (by lsansonetti@…): * milestone: => MacRuby 0.8 -- Ticket URL: <http://www.macruby.org/trac/ticket/965#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby