-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: Removed second version of xstrtod in parser_helper.h #25925
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
CLN: Removed second version of xstrtod in parser_helper.h #25925
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25925 +/- ##
==========================================
- Coverage 91.8% 91.79% -0.01%
==========================================
Files 174 174
Lines 52536 52536
==========================================
- Hits 48231 48226 -5
- Misses 4305 4310 +5
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #25925 +/- ##
==========================================
- Coverage 91.81% 91.8% -0.01%
==========================================
Files 175 175
Lines 52578 52578
==========================================
- Hits 48273 48269 -4
- Misses 4305 4309 +4
Continue to review full report at Codecov.
|
@anmyachev : Thanks for the PR! Can you run |
AFAICT this looks fine, but I'm going to kick the review over to @chris-b1 who is better-versed in this area. |
@jbrockmendel: Sounds good. Was just pinging for the modified dependency linking (given your thoughts interest in reorganizing internal dependencies to make it more DAG) |
@gfyoung after this run:
|
ff2ae8c
to
7d56a15
Compare
@chris-b1 any comments here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
thanks @anmyachev |
git diff upstream/master -u -- "*.py" | flake8 --diff