build: refactor configure, add --verbose#22450
Conversation
|
/CC @nodejs/build @nodejs/build-files @nodejs/python |
|
I would have thought that changing it to |
In the second commit (258d500) I restore the mega-meta-shebang so that |
40648fe to
a506eb3
Compare
|
Closed by mistake |
|
@nodejs/build @nodejs/build-files @nodejs/python PTAL |
|
Could anyone please take a look? up or down... |
configure
Outdated
There was a problem hiding this comment.
Hmm..can we use another name for the configure.py to avoid confusion? Or maybe a comment here?
|
We have a makefile dependency on Line 132 in 221df22 With the changes in the PR this dependency will be broken? (As in changes are more likely to be in |
yeah they both should be dependents... |
|
@refack this needs a rebase |
ebf34c0 to
6c316a6
Compare
|
Rebased and running CI: https://ci.nodejs.org/job/node-test-pull-request/17034/ |
!Should go with next commit! * renaming so that IDEs can properly detect this as python * Add dependency to Makefile PR-URL: nodejs#22450 Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: nodejs#22450 Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: nodejs#22450 Reviewed-By: Joyee Cheung <[email protected]>
6c316a6 to
62a3f9b
Compare
!Should go with next commit! * renaming so that IDEs can properly detect this as python * Add dependency to Makefile PR-URL: #22450 Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: #22450 Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: #22450 Reviewed-By: Joyee Cheung <[email protected]>
|
Marking |
The change that added the --verbose flag was supposed to be semver-major but already landed in a 10.x release. Refs: nodejs#22450
The change that added the --verbose flag was supposed to be semver-major but already landed in a 10.x release. Refs: #22450 PR-URL: #23408 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
!Should go with next commit! * renaming so that IDEs can properly detect this as python * Add dependency to Makefile PR-URL: nodejs#22450 Reviewed-By: Joyee Cheung <[email protected]> (cherry picked from commit d1c5d18)
PR-URL: nodejs#22450 Reviewed-By: Joyee Cheung <[email protected]> (cherry picked from commit cc9dd0f)
./configure--verboseand patchconfigure.pyto use appropriate output functionChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passes