nullscreen / squid

A Ruby library to plot charts in PDF files
http://nullscreen.github.io/squid/
MIT License
220 stars 42 forks source link

TypeError (no implicit conversion to float) #43

Open Newbsylberry opened 8 years ago

Newbsylberry commented 8 years ago

In development I use ruby 2.1.2, and have no issues with this gem but in production I use rubinius 2.5.2 (2.1.0) and I get the following error:

TypeError (no implicit conversion to float)

I'm getting this error in a few different PDFs I'm trying to generate, any ideas?

claudiofullscreen commented 8 years ago

Thanks for trying it with Rubinius! I should add it to Travis :grin:

Meanwhile… could you send the entire stack trace of the error, so I can get an idea of where it is happening? Thanks!

claudiofullscreen commented 8 years ago

I was able to reproduce the error! See #45

https://travis-ci.org/Fullscreen/squid/jobs/110049740#L282

Do you know more about Rubinius to help me solve it? :bow:

Newbsylberry commented 8 years ago

I don't :( sorry, and thanks so much for the quick response. I upgraded to RBX 3.14 and am now getting the following error: _NameError (uninitialized constant ActiveSupport::NumberHelper::NumberConverter) _, this looks to be an issue with RBX and not squid.