| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@targos build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/374/pipeline |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM 50% rubber stamp
(I skimmed the changes, but did not do a thorough compare since if it passes CI it's most probably correct)
Sorry, something went wrong.
There was a problem hiding this comment.
Just a question, is this required, just a formality, or does it help keep track of patches?
Sorry, something went wrong.
There was a problem hiding this comment.
Required by the V8 update guide. I would be +1 on either removing the requirement for deps/v8/gypfiles or moving the directory to another place.
Sorry, something went wrong.
There was a problem hiding this comment.
or moving the directory to another place.
I want to do that, I just need to find the time.
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/16113/ AIX rebuild: https://ci.nodejs.org/job/node-test-commit-aix/16634/ |
Sorry, something went wrong.
|
This apparently breaks the AIX build but I have no idea how. /cc @nodejs/platform-aix |
Sorry, something went wrong.
There was a problem hiding this comment.
Missing trailing comma?
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
There was a problem hiding this comment.
NP. I didn't initially spot the missing comma either, but I started from the first link failure from https://ci.nodejs.org/job/node-test-commit-aix/16634/nodes=aix61-ppc64/console
10:02:02 ld: 0711-317 ERROR: Undefined symbol: .v8::base::OS::VSNPrintF(char*, int, char const*, char*)
found that v8::base::OS::VSNPrintF is defined in src/base/platform/platform-posix.cc and worked back from there. 😄
Sorry, something went wrong.
There was a problem hiding this comment.
Nice :). I wonder how gyp interpreted this. Was it even valid syntax?
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah, one of the problems of .gyp files is that this is valid python syntax (concat the two strings).
You can run the following monstrosity to get GYP to check the syntex:
python tools\gyp\gyp_main.py --check deps\v8\gypfiles\v8.gyp -I common.gypi -I config.gypi --depth=.
or for the whole project
python tools\gyp\gyp_main.py --check node.gyp -I common.gypi -I config.gypi --depth=.
Sorry, something went wrong.
Mostly reorders lists of source files to match more BUILD.gn. Fixes a few wrong entries.
Sorry, something went wrong.
|
Resumed build: https://ci.nodejs.org/job/node-test-pull-request/16186/ |
Sorry, something went wrong.
Mostly reorders lists of source files to match more BUILD.gn. Fixes a few wrong entries. PR-URL: #22017 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Mostly reorders lists of source files to match more BUILD.gn. Fixes a few wrong entries. PR-URL: nodejs#22017 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
😄 I just run the command I quoted above and found: Warning: Missing input files: ..\deps\v8\gypfiles\..\src\parsing\preparse-data-format.h Line 1265 in 0f58c44 I'll make a mental note... |
Sorry, something went wrong.
Mostly reorders lists of source files to match more BUILD.gn. Fixes a few wrong entries. Backport-PR-URL: nodejs/node#21668 PR-URL: nodejs/node#22017 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Mostly reorders lists of source files to match more BUILD.gn.
Fixes a few wrong entries.
Checklist