Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created February 2, 2009 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stepheneb/56796 to your computer and use it in GitHub Desktop.
Save stepheneb/56796 to your computer and use it in GitHub Desktop.
r8959 in JRuby fixed a bug Array.pack that caused a hard crash running the tests for prawn
http://jira.codehaus.org/browse/JRUBY-3339
Now trunk jruby only reports one error:
181 tests, 288 assertions, 0 failures, 1 errors
I think it is probably still a bug in jruby -- if I can make a simple test that reproduces the problem it will be easier to fix.
So if anybody who understands the code can tell me more about what is happening below that would be great.
spec: document_spec.rb:
test: should result in a smaller file size when compressed
line:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment