Closed terabyte closed 10 years ago
Hey Carl, thanks for all your contributions and sorry for answering so late!
The Ruby 2 issue was a problem with the pbkdf2 gem, which has been fixed now. Most of the other test fails are related to some issues with the aruba gem, which sometimes just behaves strangely. They are green now: https://travis-ci.org/janlelis/pws/jobs/21465776
Repro:
Observe 1 spec fails
Do the same with ruby-1.9.3-p429 and specs pass, so it is probably a ruby 2.0 breakage. I ran it several times to ensure it wasn't just a random flake.
In related news, under ruby 1.9.3, some cucumber tests fail:
Again, I ran several times to confirm it wasn't just flakes. All three tests reliably failed on my machine (using the procedure I outlined above).
I will try to figure it out and submit a pull request if I have time to investigate further. I may also have some security improvements and/or additional features in future pull requests (will probably be a new version of the data format, V1.1 or something, with more rounds).
Thanks! -Carl