Helping Nokogiri. Take II
Ok. My fault. Now, let’s go get some work done.
First, if you haven’t done it, read the previous post about helping nokogiri and forgot about the script and memory leak. It seems that there are more important issues, so let’s fix them first. First run jruby test/test_jruby.rb from Nokogiri root. You’ll see a lot of errors (27 by now) and failures (14). Choose one, and get it green. After that, send me a pull request.
Ok. That sounds simple, but what if the number of errors or failures raises? The rule I use is simple: keep the sum of both numbers going down and having a failure is better than having an error.
On the other hand, if you take a look at test/test_jruby.rb, you’ll see that not every test is in there. There is a reason for that. Even keeping the number of test low, you get a lot of errors/failures. If that annoys me with just 50 failures, imagine if I had a couple of hundreds errors. When all is right, I’ll add some more to keep the fun on.
Photo by Paul Johnston.

