| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This commit removes the normal header file include if an internal one is specified as per the CPP_STYLE_GUIDE.
|
@danbev build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/88/pipeline |
Sorry, something went wrong.
Sorry, something went wrong.
node-test-commit-windows-fanned failure looks unrelated
not ok 491 parallel/test-worker-memory
---
duration_ms: 1.413
severity: fail
exitcode: 1
stack: |-
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Object.exports.mustCall (c:\workspace\node-test-binary-windows\test\common\index.js:428:10)
at run (c:\workspace\node-test-binary-windows\test\parallel\test-worker-memory.js:21:28)
at Worker.worker.on.common.mustCall (c:\workspace\node-test-binary-windows\test\parallel\test-worker-memory.js:22:5)
at Worker.<anonymous> (c:\workspace\node-test-binary-windows\test\common\index.js:468:15)
at Worker.emit (events.js:182:13)
at Worker.[kOnExit] (internal/worker.js:270:10)
at Worker.(anonymous function).onexit (internal/worker.js:226:51)
... |
Sorry, something went wrong.
There was a problem hiding this comment.
Might be nice as an enhancement to have cpplint.py or check-imports.sh enforce this.
Sorry, something went wrong.
Yeah, I what would make sense. I'll take a look but might not have time this week by the looks of things. |
Sorry, something went wrong.
|
@danbev if it's okay, I guess this could be landed and I could help out with the linting in a separate PR. |
Sorry, something went wrong.
That would be great, thanks! |
Sorry, something went wrong.
This commit removes the normal header file include if an internal one is specified as per the CPP_STYLE_GUIDE. PR-URL: #21381 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
|
Should land cleanly on v10.x-staging after #21105 is backported |
Sorry, something went wrong.
This commit removes the normal header file include if an internal one is specified as per the CPP_STYLE_GUIDE. PR-URL: #21381 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
| Back | FazBrowse Home | New Git URL |
This commit removes the normal header file include if an internal one
is specified as per the CPP_STYLE_GUIDE.
Checklist