-
Notifications
You must be signed in to change notification settings - Fork 116
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 the mpfr stack str bug of the deadloop in the while
#657
base: develop
Are you sure you want to change the base?
Conversation
Hi @FAKERINHEART thanks for looking into this. Our workflow requires approvel for first-time contributors. I've just approved your CI workflow run so let's see how the CI tests run through. Cc: @jzmaddock |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #657 +/- ##
=======================================
Coverage 94.1% 94.1%
=======================================
Files 279 279
Lines 28979 28979
=======================================
Hits 27253 27253
Misses 1726 1726 Continue to review full report in Codecov by Sentry.
|
Oh Also, @FAKERINHEART, do you have a test case that exercises this change to the |
Actually... is there any reason not to just delete the whole outer loop? If we enter the loop then the condition that leads to the break will always be taken? |
Do you mean to remove the outer I agree @jzmaddock.
Cc: @FAKERINHEART |
No, I think that it may be no needs to add a new test case. Please look into mpfr.hpp:431, and its commit log: 485fa7c. It was fixed for the |
If we wanna remove the whole loop, please take its effect both to |
No description provided.