| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
forced-pushed to fix the commit message according to guide-line. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Hello @thangktran and welcome. Thank you for your contribution 🥇 P.S. If you have any questions you can also feel free to contact me directly. |
Sorry, something went wrong.
|
Hi @refack , thank you for your inputs. Line 500 in 62942e9 Was this error happened because the test processes were still running? |
Sorry, something went wrong.
|
New CI: https://ci.nodejs.org/job/node-test-pull-request/20668/
It's a false positives, because there was manual testing being done on the CI worker at the same time. Should not repeat. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
This isn't used anymore so should be removed.
Sorry, something went wrong.
There was a problem hiding this comment.
@richardlau We still need 'clang' to enable -Wno-old-style-declaration for linux.
https://github.com/nodejs/node/blob/4d792bbe807d30b7c8f3af379f27f0747958faa2/deps/openssl/openssl_common.gypi#L66-L69
since clang doesn't seem to support this flag and causes #25550
I couldn't find this clang variable being set anywhere in the configure.py .
Sorry, something went wrong.
There was a problem hiding this comment.
I was referring to gcc_version.
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
I found out that we can also use llvm_version instead of clang for the check.
Sorry, something went wrong.
clang doesn't seem to support 'Wno-old-style-declaration', this is a work-around. Fixes: nodejs#25550 Refs: nodejs/node-v0.x-archive#4186
|
This PR is ready to land, could someone please take a look. |
Sorry, something went wrong.
|
New CI: https://ci.nodejs.org/job/node-test-pull-request/20784/ (✔️) (Will land later today assuming this comes back non-red). |
Sorry, something went wrong.
clang doesn't seem to support 'Wno-old-style-declaration', this is a work-around. Fixes: #25550 Refs: nodejs/node-v0.x-archive#4186 PR-URL: #25954 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
clang doesn't seem to support 'Wno-old-style-declaration', this is a work-around. Fixes: #25550 Refs: nodejs/node-v0.x-archive#4186 PR-URL: #25954 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
clang doesn't seem to support 'Wno-old-style-declaration', this is a work-around. Fixes: #25550 Refs: nodejs/node-v0.x-archive#4186 PR-URL: #25954 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
clang doesn't seem to support 'Wno-old-style-declaration', this
is a work-around.
Fixes: #25550
Refs: nodejs/node-v0.x-archive#4186
Checklist