fix progress format when ruby core lib mathn is loaded#31
fix progress format when ruby core lib mathn is loaded#31larskluge wants to merge 2 commits intojfelchner:masterfrom
Conversation
|
oh, nice side effects with other ruby versions.. however, let me know what you think and i can improve the pull request. |
|
@aekym Any word on this? I'm going to try to get a new release out in the next couple days. |
|
Sry for the delay. Will try to dig into it by today. Keep you posted. On Mon, Dec 17, 2012 at 1:45 AM, Jeff Felchner notifications@github.comwrote:
|
…h both MRI and jRuby
|
SimpleCov.start + mathn results in segmentation fault for Ruby MRI 1.9.3 and in very weird errors in jRuby 1.7.0 (MIR 1.9.3 equivalent). Not sure how to come up with a better solution. |
|
@aekym awesome job. I FINALLY got this merged in. It's in the v1.1.0 release. Thanks again! |
|
Ha, that's awesome--thanks! On Sun, May 26, 2013 at 2:42 AM, Jeff Felchner notifications@github.com
|
Closes #31 * aekym-master: Upgrade simplecov so it is resilient to mathn being loaded fix progress format when core lib mathn is loaded
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Very small fix to make the progress format work also when 'mathn' is required somewhere else in your code.
Not sure if it's ok to modify the spec_helper to require mathn. But needs to be loaded somewhere to show that the test suite is failing.