You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
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.
@MarshallOfSound is this off-by-one?
If I'm reading https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json right then electron v4.0.4 should match 64 and v4.0.5 should match 69. (I noticed this while writing a PR to update the test suite and now am not sure what the correct behavior should be.)
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.
Looks like this is correct: Electron v4.0.4 should match 69 (https://github.com/electron/electron/releases/tag/v4.0.4 & electron/electron#16687) but doesn't that mean that the "official registry" is incorrect? Or am I somehow reading that wrong?
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.
Opened nodejs/node#27394