Skip to content

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

@danbevdanbev commented Oct 23, 2020

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-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Oct 23, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codecov-io

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 FilesCoverage Δ
src/base_object-inl.h78.12% <ø> (ø)
src/node.h93.33% <ø> (ø)
src/util.h85.24% <ø> (ø)
src/inspector_profiler.cc76.17% <69.44%> (ø)
lib/v8.js99.65% <100.00%> (-0.35%)⬇️
src/inspector_profiler.h86.95% <100.00%> (ø)
lib/internal/idna.js55.55% <0.00%> (-11.12%)⬇️
lib/internal/blocklist.js88.70% <0.00%> (-10.49%)⬇️
lib/internal/crypto/mac.js73.45% <0.00%> (-9.48%)⬇️
lib/internal/modules/esm/get_format.js84.72% <0.00%> (-8.34%)⬇️
... and 395 more

@TrottTrott 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.

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
danbevforce-pushed the remove-gcc-cast-function-type2 branch from f2f788f to 3ae98acCompareOctober 23, 2020 13:22
@danbev

Copy link
Copy Markdown
ContributorAuthor

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.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@danbev

danbev commented Oct 26, 2020

Copy link
Copy Markdown
ContributorAuthor

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

Copy link
Copy Markdown
ContributorAuthor

Landed in 9ff25b1.

@danbevdanbev closed this Oct 26, 2020
@danbev
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>
@targostargos mentioned this pull request Nov 3, 2020
Sign up for freeto 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

@danbev@nodejs-github-bot@codecov-io@Trott@targos@devnexen@JungMinu