FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: remove ignore GCC -Wcast-function-type for v8 by danbev · Pull Request #35768 · nodejs/node · GitHub

/ node Public

src: remove ignore GCC -Wcast-function-type for v8 - #35768

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:remove-gcc-cast-function-type2
Closed

src: remove ignore GCC -Wcast-function-type for v8#35768
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:remove-gcc-cast-function-type2

Conversation

danbev commented Oct 23, 2020
edited
Loading

Copy link
Copy Markdown
Contributor

This reverts Commit 3ff2aec ("src: ignore GCC -Wcast-function-type for v8.h") and Commit
2462a2c ("src: fix ignore GCC -Wcast-function-type for older compilers") as this has
now been included in the V8 version being used.

Refs:
v8/v8@f08cbfd

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

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Oct 23, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown

Codecov Report

Merging #35768 into master will decrease coverage by 8.49%.
The diff coverage is 73.80%.

@@            Coverage Diff             @@
##           master   #35768      +/-   ##
==========================================
- Coverage   96.40%   87.90%   -8.50%     
==========================================
  Files         223      477     +254     
  Lines       73685   113090   +39405     
  Branches        0    24627   +24627     
==========================================
+ Hits        71038    99417   +28379     
- Misses       2647     7962    +5315     
- Partials        0     5711    +5711     
Impacted Files Coverage Δ
src/base_object-inl.h 78.12% <ø> (ø)
src/node.h 93.33% <ø> (ø)
src/util.h 85.24% <ø> (ø)
src/inspector_profiler.cc 76.17% <69.44%> (ø)
lib/v8.js 99.65% <100.00%> (-0.35%) ⬇️
src/inspector_profiler.h 86.95% <100.00%> (ø)
lib/internal/idna.js 55.55% <0.00%> (-11.12%) ⬇️
lib/internal/blocklist.js 88.70% <0.00%> (-10.49%) ⬇️
lib/internal/crypto/mac.js 73.45% <0.00%> (-9.48%) ⬇️
lib/internal/modules/esm/get_format.js 84.72% <0.00%> (-8.34%) ⬇️
... and 395 more

Trott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM. Might be worth double-checking the commit message text to make sure it's what you intended.

This reverts Commit 3ff2aec ("src:
ignore GCC -Wcast-function-type for v8.h") and Commit
2462a2c ("src: fix ignore GCC
-Wcast-function-type for older compilers") as this has
now been included in the V8 version being used.

Refs:
v8/v8@f08cbfd
danbev force-pushed the remove-gcc-cast-function-type2 branch from f2f788f to 3ae98ac Compare October 23, 2020 13:22

danbev commented Oct 23, 2020

Copy link
Copy Markdown
Contributor Author

Might be worth double-checking the commit message text to make sure it's what you intended

Thanks for pointing that out, it was not very clear.

Copy link
Copy Markdown
Collaborator

danbev commented Oct 26, 2020
edited
Loading

Copy link
Copy Markdown
Contributor Author

Re-run of failing /node-test-commit-linux-containered ✔️
Re-run of failing node-test-commit-windows-fanned ✔️

danbev added a commit that referenced this pull request Oct 26, 2020
This reverts Commit 3ff2aec ("src:
ignore GCC -Wcast-function-type for v8.h") and Commit
2462a2c ("src: fix ignore GCC
-Wcast-function-type for older compilers") as this has
now been included in the V8 version being used.

PR-URL: #35768
Refs: v8/v8@f08cbfd
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>

danbev commented Oct 26, 2020

Copy link
Copy Markdown
Contributor Author

Landed in 9ff25b1.

danbev closed this Oct 26, 2020
danbev deleted the remove-gcc-cast-function-type2 branch October 26, 2020 11:45
targos pushed a commit that referenced this pull request Nov 3, 2020
This reverts Commit 3ff2aec ("src:
ignore GCC -Wcast-function-type for v8.h") and Commit
2462a2c ("src: fix ignore GCC
-Wcast-function-type for older compilers") as this has
now been included in the V8 version being used.

PR-URL: #35768
Refs: v8/v8@f08cbfd
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
targos mentioned this pull request Nov 3, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

7 participants


Back | FazBrowse Home | New Git URL