Jruby sets $' differently causing capistrano not to work
--------------------------------------------------------

                 Key: JRUBY-1944
                 URL: http://jira.codehaus.org/browse/JRUBY-1944
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.0.3
         Environment: mac osx
            Reporter: Ben Curren
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.0.4


"ab".scan(/a/) do |v|
  v =~ /z/
end
$'

$' == "b" in mri
$' == nil in jruby

This causes needle to fail which causes capistrano to not function. Here is the 
exact line in needle 1.4: logger.rb:122. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to