-
-
Notifications
You must be signed in to change notification settings - Fork 903
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
pretty print broken in jruby 1.6.7 in 1.9 mode #657
Comments
Same issue here:
|
Same issue in Nokogiri test on 1.9 mode. This seems to be a JRuby's 1.9 bug. I just opened the ticket, https://jira.codehaus.org/browse/JRUBY-6729 . |
I pushed the fix to JRuby master in rev. 7997577 . So, the next JRuby version doesn't have the issue unless the commit won't be reverted :) See what's happen. |
The bug has been fixed in JRuby 1.6.8's 1.9 mode. JRuby 1.7.0 (1.9 is default) doesn't have this problem. I'm going to close this issue. |
…nt as well as sparklemotion/nokogiri#657. The change didn't break test:mri19. However, oddly, test_condvar_wait_exception_handling of test/externals/ruby1.9/ruby/test_thread.rb has become failing often on my macbook. But, not always. This change might have revealed threadding issue?
…nt as well as sparklemotion/nokogiri#657. The change didn't break test:mri19. However, oddly, test_condvar_wait_exception_handling of test/externals/ruby1.9/ruby/test_thread.rb has become failing often on my macbook. But, not always. This change might have revealed threadding issue?
can be reproduced with this code (t.tb)
Running it:
notice that in ruby 1.9 the output is different from jruby in 1.8 mode, due to empty text being stripped, but it does work
Additional data:
all rubies installed via rvm.
The text was updated successfully, but these errors were encountered: