-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
fix: correct ABI entry for electron v4.0.4 #27394
Conversation
`abi_version_registry.json` incorrectly specified that electron v4.0.4 used `NODE_MODULE_VERSION` 64, but in fact it uses 69. See: * electron/electron#16687 * https://github.com/electron/electron/releases/tag/v4.0.4 * electron/node-abi@9e4c1a6
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.
LGTM
Looks like a test is failing because of the way I formatted my commit message. I enabled the "Allow edits from maintainers" option. Could someone revise it and rebase/amend? Otherwise let me know what I should've written instead (not sure what the subsystems are nor which one would be most appropriate here). |
@jacobq You can ignore the commit message complaint – providing a commit message formatted according to our rules is the responsibility of the person who lands this, not the author’s. I’ll resume CI to get rid of the other failures. |
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.
LGTM
Sorry it took so long! Landed in 4a7b8ea 🎉 |
`abi_version_registry.json` incorrectly specified that electron v4.0.4 used `NODE_MODULE_VERSION` 64, but in fact it uses 69. See: * electron/electron#16687 * https://github.com/electron/electron/releases/tag/v4.0.4 * electron/node-abi@9e4c1a6 PR-URL: #27394 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
`abi_version_registry.json` incorrectly specified that electron v4.0.4 used `NODE_MODULE_VERSION` 64, but in fact it uses 69. See: * electron/electron#16687 * https://github.com/electron/electron/releases/tag/v4.0.4 * electron/node-abi@9e4c1a6 PR-URL: #27394 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
abi_version_registry.json
incorrectly specified that electron v4.0.4 usedNODE_MODULE_VERSION
64, but in fact it uses 69.See:
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes