-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
configure.py: upgrade from optparse to argparse #35755
configure.py: upgrade from optparse to argparse #35755
Conversation
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.
cfb383d
to
5251d23
Compare
Codecov Report
@@ Coverage Diff @@
## master #35755 +/- ##
==========================================
- Coverage 87.92% 87.90% -0.02%
==========================================
Files 477 476 -1
Lines 113090 112865 -225
Branches 24632 24598 -34
==========================================
- Hits 99431 99218 -213
- Misses 7948 7955 +7
+ Partials 5711 5692 -19
|
@nodejs/python |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@cclauss hey, here's a gentle reminder in case you forgot to review this PR. 🙂 |
This comment has been minimized.
This comment has been minimized.
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 for doing this!
🙂 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@Trott Can you please merge this one. I believe it has all the boxes checked. Thanks. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Refs: nodejs#26725 Fixes: nodejs#29813 Refs: nodejs#29814 PR-URL: nodejs#35755 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Christian Clauss <cclauss@me.com>
5251d23
to
f5a86b5
Compare
Landed in f5a86b5 |
closes #26725, #29813, #29814
I created this separate repo to test my changes according to this comment:
Originally posted by @cclauss in #29814 (comment)
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes