-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix progress format when ruby core lib mathn is loaded #31
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 [email protected]:
|
…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 [email protected]
|
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.