Regression in DRegexp handling affects open-uri and Bundler -----------------------------------------------------------
Key: JRUBY-6134 URL: https://jira.codehaus.org/browse/JRUBY-6134 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.7 Reporter: Nick Sieger Assignee: Charles Oliver Nutter Priority: Critical Fix For: JRuby 1.7 To reproduce, simply require open-uri: {noformat} $ jruby --1.9 -ropen-uri -e 'p OpenURI' RegexpError: /.../n has a non escaped non ASCII character in non ASCII-8BIT script Meta at /Users/nicksieger/Projects/ruby/jruby/lib/ruby/1.9/open-uri.rb:458 OpenURI at /Users/nicksieger/Projects/ruby/jruby/lib/ruby/1.9/open-uri.rb:394 (root) at /Users/nicksieger/Projects/ruby/jruby/lib/ruby/1.9/open-uri.rb:94 {noformat} This commit caused the regression: {noformat} commit b0b8ce4079ee1191a6cf7c420f7c8bac92175586 Author: Charles Oliver Nutter <head...@headius.com> Date: Thu Sep 15 18:08:20 2011 -0500 Proper fix for DRegexp and mixed encodings in 1.9 mode. {noformat} -- This message is automatically generated by JIRA. 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