Open
Conversation
Node 12.*, Node 13.*
All tests written by the founder are pass. Local Context added to calls of Local <Object> .Has(), .Get() and .Set() methods. https://v8docs.nodesource.com/node-12.0/df/d69/classv8_1_1_context.html .Init() method updated according the API changes. https://nodejs.org/api/addons.html#addons_context_aware_addons Parsing options provided from JS in the .Mount( ) method is protected from provided null / undefined value.
All tests written by the founder are pass on debian/ubuntu via Docker. Code updates: Local Context added to calls of Local <Object> .Has(), .Get() and .Set() methods according the docs https://v8docs.nodesource.com/node-12.0/df/d69/classv8_1_1_context.html .Init() method updated according the API changes. https://nodejs.org/api/addons.html#addons_context_aware_addons Parsing options provided from JS in the .Mount( ) method is protected from provided null / undefined value. Also a simple Dockerfile was added to run compilation / tests from a macosx without the osxfuse. You can debug this cpp addon with a native VS Code debugger attached. Do not forget to pass "--debug" option to the "node-gyp build" command. Any CFLAGS / CXXFLAGS are not needed to do that.
|
this can be closed as it is in https://github.com/direktspeed/node-fuse-bindings |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All tests written by the founder are pass on debian/ubuntu via Docker.
Code updates:
Local Context added to calls of
Local<Object> .Has() / .Get() / .Set()methods according the docs https://v8docs.nodesource.com/node-12.0/df/d69/classv8_1_1_context.html.Init()method updated according the API changes.https://nodejs.org/api/addons.html#addons_context_aware_addons
Parsing options provided from JS in the
.Mount( )method is protected from provided null / undefined value.Also a simple Dockerfile was added to run compilation / tests from a macosx without the osxfuse.
You can debug this cpp addon with a native VS Code debugger attached. Do not forget to pass
--debugoption to thenode-gyp buildcommand. AnyCFLAGS / CXXFLAGSare not needed to do that.