-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multibyte regex error #25
Comments
I am unable to reproduce this issue on 1.9.2p0, current 1.9.2 trunk, 1.8.7p249 or any other of several (current) ruby versions. I need more details on your system in order to diagnose this issue. What else can you tell me? |
I'm using : loofah (1.0.0) with nokogiri (1.4.3.1) under Mac OS X SL 10.6.4 (latest) also i got exactly the same error with the following : notice that 'org.ytho.launchctl.list.plist' is a valid xml. i'll be happy to answer any question, thanks ! |
I'm seeing this error consistently on a couple of machines with 1.9.2: ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] ruby 1.9.2p0 (2010-08-18 revision 29036) [i386-darwin9.8.0] However, the expression does not raise an error on init with: ruby 1.8.6 (2009-06-08 patchlevel 369) [universal-darwin9.0] ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-darwin9.8.0] Might be a 1.9.2p0 bug, but I'm not sure yet. |
I get the same error. More details and commad used to run ruby is ruby -KU -E utf-8:utf-8 -rubygems |
I have a fix for this issue. Will be released early next week. Sorry for the delay. |
Fix is in 1.1.0, just released. |
@flavorjones |
Please open a new issue. Thanks. |
is there a new issue on this one? |
seeing this issue on ruby 2.0, too maybe it'd make sense to add a matrix to .travis.yml and test against various ruby versions? :) |
Having same problem on ruby 2.0. What is the new issue number? |
Hi, I also get same error, but in my case, it is probably not loofah's fault. Because it happens when I add 'gem feedzirra' and 'bundle install'. When I specify feedzirra 0.2.0.rc2 so that the error disappears. |
@ntaoo Thanks for the info. Removing feedzirra from my Gemfile eliminated the error. |
Reported on ruby-talk by Une Bévue [email protected]
because i'm using daily nokogiri i wanted to test loofah with a small
script (coming from http://loofah.rubyforge.org/loofah/) :
however i got :
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10]
over Mac OS X SL
The text was updated successfully, but these errors were encountered: