-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
deps: patch V8 to 6.2.414.46 #17206
deps: patch V8 to 6.2.414.46 #17206
Conversation
@nodejs/v8 it looks like this patch is breaking some stuff on master, specifically 😢 |
I wonder how that can happen, considering how upstream works fine. |
Master is already broken: https://ci.nodejs.org/job/node-test-commit-v8-linux/1072/ |
Odd, when did that happen? Was it a aptch we floated without running CI?
…On Nov 23, 2017 5:19 PM, "Michaël Zasso" ***@***.***> wrote:
Master is already broken: https://ci.nodejs.org/job/
node-test-commit-v8-linux/1072/
This patch is not related.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17206 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAecV446wyiPJ_jMzspc709q0kZlWpFOks5s5SqQgaJpZM4QmzcH>
.
|
@MylesBorins yes. See #17270 |
As the single failure for this is a known failure do you think it makes sense for us to just land this? Can I please get some sign off on this @targos or @nodejs/v8 |
landed in 04aab13 |
Refs: v8/v8@6.2.414.44...6.2.414.46 PR-URL: #17206 Reviewed-By: Michaël Zasso <targos@protonmail.com>
Refs: v8/v8@6.2.414.44...6.2.414.46 PR-URL: #17206 Reviewed-By: Michaël Zasso <targos@protonmail.com>
Refs: v8/v8@6.2.414.44...6.2.414.46 PR-URL: #17206 Reviewed-By: Michaël Zasso <targos@protonmail.com>
Notable changes: * async\_hooks: - add trace events to async_hooks (Andreas Madsen) #15538 - add provider types for net server (Andreas Madsen) #17157 * console: - console.debug can now be used outside of the inspector (Benjamin Zaslavsky) #17033 * deps: - upgrade libuv to 1.18.0 (cjihrig) #17282 - patch V8 to 6.2.414.46 (Myles Borins) #17206 * module: - module.builtinModules will return a list of built in modules (Jon Moss) #16386 * n-api: - add helper for addons to get the event loop (Anna Henningsen) #17109 * process: - process.setUncaughtExceptionCaptureCallback can now be used to customize behavior for `--abort-on-uncaught-exception` (Anna Henningsen) #17159 - A signal handler is now able to receive the signal code that triggered the handler. (Robert Rossmann) #15606 * src: - embedders can now use Node::CreatePlatform to create an instance of NodePlatform (Cheng Zhao) #16981 * stream: - writable.writableHighWaterMark and readable.readableHighWaterMark will return the values the stream object was instantiated with (Calvin Metcalf) #12860 * **Added new collaborators** * [maclover7](https://github.com/maclover7) Jon Moss * [guybedford](https://github.com/guybedford) Guy Bedford * [hashseed](https://github.com/hashseed) Yang Guo PR-URL: Coming Soon
Notable changes: * async\_hooks: - add trace events to async_hooks (Andreas Madsen) #15538 - add provider types for net server (Andreas Madsen) #17157 * console: - console.debug can now be used outside of the inspector (Benjamin Zaslavsky) #17033 * deps: - upgrade libuv to 1.18.0 (cjihrig) #17282 - patch V8 to 6.2.414.46 (Myles Borins) #17206 * module: - module.builtinModules will return a list of built in modules (Jon Moss) #16386 * n-api: - add helper for addons to get the event loop (Anna Henningsen) #17109 * process: - process.setUncaughtExceptionCaptureCallback can now be used to customize behavior for `--abort-on-uncaught-exception` (Anna Henningsen) #17159 - A signal handler is now able to receive the signal code that triggered the handler. (Robert Rossmann) #15606 * src: - embedders can now use Node::CreatePlatform to create an instance of NodePlatform (Cheng Zhao) #16981 * stream: - writable.writableHighWaterMark and readable.readableHighWaterMark will return the values the stream object was instantiated with (Calvin Metcalf) #12860 * **Added new collaborators** * [maclover7](https://github.com/maclover7) Jon Moss * [guybedford](https://github.com/guybedford) Guy Bedford * [hashseed](https://github.com/hashseed) Yang Guo PR-URL: #17631
Notable changes: * async\_hooks: - add trace events to async_hooks (Andreas Madsen) #15538 - add provider types for net server (Andreas Madsen) #17157 * console: - console.debug can now be used outside of the inspector (Benjamin Zaslavsky) #17033 * deps: - upgrade libuv to 1.18.0 (cjihrig) #17282 - patch V8 to 6.2.414.46 (Myles Borins) #17206 * module: - module.builtinModules will return a list of built in modules (Jon Moss) #16386 * n-api: - add helper for addons to get the event loop (Anna Henningsen) #17109 * process: - process.setUncaughtExceptionCaptureCallback can now be used to customize behavior for `--abort-on-uncaught-exception` (Anna Henningsen) #17159 - A signal handler is now able to receive the signal code that triggered the handler. (Robert Rossmann) #15606 * src: - embedders can now use Node::CreatePlatform to create an instance of NodePlatform (Cheng Zhao) #16981 * stream: - writable.writableHighWaterMark and readable.readableHighWaterMark will return the values the stream object was instantiated with (Calvin Metcalf) #12860 * **Added new collaborators** * [maclover7](https://github.com/maclover7) Jon Moss * [guybedford](https://github.com/guybedford) Guy Bedford * [hashseed](https://github.com/hashseed) Yang Guo PR-URL: #17631
the modified files will be rebuilt (not the target itself, which | ||
might also cause unaffected dependencies to be rebuilt). An empty | ||
list will be treated as if there are no additional targets to build. | ||
(GN: group, GYP: none) target like 'blink_tests' or or even the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: or or
@@ -20,7 +20,7 @@ For more discussion of MB, see also [the design spec](design_spec.md). | |||
|
|||
### `mb analyze` | |||
|
|||
`mb analyze` is responsible for determining what targets are affected by | |||
`mb analyze` is reponsible for determining what targets are affected by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which repo this typos should be reported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the V8 project: https://bugs.chromium.org/p/v8/issues/list
Refs: v8/v8@6.2.414.44...6.2.414.46