Skip to content
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: use a new Electron dedicated ABI number for Electron 4.0 #16687

Merged
merged 1 commit into from Feb 2, 2019

Conversation

MarshallOfSound
Copy link
Member

This is the outcome of nodejs/TSC#651 and should fix everyone having issues building / using native modules on Electron 4 with strange ABI mis-match issues.

Brings in: electron/node@8bc5d17

Notes: Change the NODE_MODULE_VERSION to 69

@MarshallOfSound MarshallOfSound requested a review from a team February 1, 2019 22:09
@codebytere codebytere merged commit abb1a09 into 4-0-x Feb 2, 2019
@release-clerk
Copy link

release-clerk bot commented Feb 2, 2019

Release Notes Persisted

Change the NODE_MODULE_VERSION to 69

@codebytere codebytere deleted the change-abi-number-4 branch February 2, 2019 01:44
malept added a commit to malept/node-abi that referenced this pull request Feb 3, 2019
malept added a commit to malept/node-abi that referenced this pull request Feb 3, 2019
MarshallOfSound pushed a commit to electron/node-abi that referenced this pull request Feb 3, 2019
jacobq added a commit to jacobq/node that referenced this pull request Apr 24, 2019
`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
addaleax pushed a commit to nodejs/node that referenced this pull request May 19, 2019
`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 <myles.borins@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos pushed a commit to nodejs/node that referenced this pull request May 20, 2019
`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 <myles.borins@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants