src: fix CreatePlatform header param mismatch#23947
Closed
codebytere wants to merge 1 commit intonodejs:masterfrom
codebytere:fix-header
Closed
src: fix CreatePlatform header param mismatch#23947codebytere wants to merge 1 commit intonodejs:masterfrom codebytere:fix-header
codebytere wants to merge 1 commit intonodejs:masterfrom
codebytere:fix-header
Conversation
Contributor
|
At first glance it seems semver-major, but IIUC this signature could never have been linked against, since there is no definition for a function in the code. |
cjihrig
approved these changes
Oct 29, 2018
Member
So … for context, this was broken in f5986a4, meaning that this patch (as it is) would currently only apply on v11.x. There is a backport PR of that change open for v10.x. /cc @ofrobots |
addaleax
approved these changes
Oct 29, 2018
4 tasks
jasnell
approved these changes
Oct 29, 2018
ofrobots
approved these changes
Oct 29, 2018
Contributor
Reminds me of my old dream to have a regression test for the embedding "API"... |
mmarchini
approved these changes
Oct 29, 2018
Contributor
Contributor
|
Re-run of failing node-test-commit-windows-fanned ✔️ |
Contributor
|
Landed in 1d5007b. |
danbev
pushed a commit
that referenced
this pull request
Nov 2, 2018
PR-URL: #23947 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
targos
pushed a commit
that referenced
this pull request
Nov 2, 2018
PR-URL: #23947 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
ofrobots
pushed a commit
to ofrobots/node
that referenced
this pull request
Nov 8, 2018
PR-URL: nodejs#23947 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
MylesBorins
pushed a commit
that referenced
this pull request
Nov 12, 2018
Backport-PR-URL: #23700 PR-URL: #23947 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
This was referenced Nov 15, 2018
This was referenced Nov 16, 2018
Closed
rvagg
pushed a commit
that referenced
this pull request
Nov 28, 2018
Backport-PR-URL: #23700 PR-URL: #23947 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
MylesBorins
pushed a commit
that referenced
this pull request
Nov 29, 2018
Backport-PR-URL: #23700 PR-URL: #23947 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Merged
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR forward-declares
node::tracing::TracingControllerinstead ofv8::TracingControllerto correct for the existing mismatch in parameters between MultiIsolatePlatformCreatePlatformin the header and impl. It can cause inconsistencies in exported symbols.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes