This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beginnings of a fix for node-osmium on node 12 / v8 deprecations.
Stash attempts to fix node-osmium so that it compiles on node 12 with v8 deprecatons before I got bored and decided to use 'n' to downgrade node for this one bit of code I wanted to run instead. Ever feel you start with somethihng simple and end up six problems deep? No idea whether any of this actually works. I was stabbing at fixing compiler errors before making it logically work before I gave up. I was having particular trouble with fixing GetFunction (see https://stackoverflow.com/questions/61946241) Useful info: - https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis - https://nodesource.com/blog/cpp-addons-for-nodejs-v4 - bcoin-org/bcrypto#7 (Vaguely) relevant issues: - #108
- Loading branch information
1 parent
b2abe20
commit d8eb02c
Showing
5 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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