Regexp parse errors should not be rescueable
--------------------------------------------

                 Key: JRUBY-2167
                 URL: http://jira.codehaus.org/browse/JRUBY-2167
             Project: JRuby
          Issue Type: Bug
            Reporter: Marcin Mielzynski
            Assignee: Thomas E Enebo


All kinds of incorrect regexps should not be rescueable, examples:

# parse errors
/(/

# analyze errors
/(?<a>\g<a>)/ 
/(?<a>\g<b>)(?<b>\g<a>)/


-- 
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