Skip to content
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

src: tidy up js_native_api.* headers #26884

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

gengjiawen
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Mar 24, 2019
@gengjiawen
Copy link
Member Author

gengjiawen commented Mar 24, 2019

Any idea why can't find cstdint in test ? https://travis-ci.org/gengjiawen/node/jobs/510606413.

/home/travis/build/gengjiawen/node/src/js_native_api_types.h:4:19: fatal error: cstdint: No such file or directory
 #include <cstdint>
                   ^
compilation terminated.
make[2]: *** [Release/obj.target/binding/../entry_point.o] Error 1
    at ChildProcess.exithandler (child_process.js:298:12)
    at ChildProcess.emit (events.js:194:13)
    at maybeClose (internal/child_process.js:1000:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
Makefile:410: recipe for target 'test/js-native-api/.buildstamp' failed
make[1]: *** [test/js-native-api/.buildstamp] Error 1
Makefile:291: recipe for target 'test' failed
make: *** [test] Error 2

src/js_native_api_types.h Outdated Show resolved Hide resolved
@gengjiawen gengjiawen force-pushed the tidyup_js_native_headers branch 2 times, most recently from d62e49e to d8829a6 Compare March 25, 2019 14:00
src/js_native_api.h Outdated Show resolved Hide resolved
@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 1, 2019
@nodejs-github-bot
Copy link
Collaborator

@BridgeAR BridgeAR removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 4, 2019
@refack
Copy link
Contributor

refack commented Apr 5, 2019

Current change is semver-neutral, hence it is safe to backport.

Lite-CI: https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/3178/

* add filter to not lint NOLINT rules

PR-URL: nodejs#26884
Reviewed-By: Refael Ackermann <refack@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants