zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Freezes Rspec #210

Closed shen-sat closed 6 years ago

shen-sat commented 6 years ago

Hi, I'm a code newbie, and this is the first time I'm reporting an issue, so please forgive me if I haven't worded/structured this properly!

I'm using TDD (with Rspec) to write some code. When I 'require' the spreadsheet gem in my code and run 'rspec' from my console, the test freezes. When I replace spreadsheet gem with any other gem, the test doesn't hang.

Not sure what the problem is, but thought it was worth flagging in case anyone else is having the same issue.

zdavatz commented 6 years ago

Thanks, interesting. I have no idea at the moment. Please keep me posted.

shen-sat commented 6 years ago

Will do! And thanks for making the gem - I'm using it to access a spreadsheet of dialogue for a game I'm making. Apart from said issue, it works great :)

shen-sat commented 6 years ago

Hi again! I'm going to close this issue, as I've found out that rspec freezes because of a fault in my own code: one of my tests returns the entire spreadsheet instead of a single cell; rspec looked like it was freezing on this test, when in fact it was busy calculating 100s and 100s of cells by mistake!

zdavatz commented 6 years ago

good to know, thank you for reporting the issue.