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

Replace v8::String::Utf8Value with Nan::Utf8String #217

Merged
merged 1 commit into from Jun 12, 2019

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented May 7, 2018

The following warning at Node.js 10.

‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated:
Use Isolate version [-Wdeprecated-declarations]
   v8::String::Utf8Value command(optionsToCommandString(info));

The following warning at Node.js 10.

```
‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated:
Use Isolate version [-Wdeprecated-declarations]
   v8::String::Utf8Value command(optionsToCommandString(info));
```
@abetomo
Copy link
Contributor Author

abetomo commented May 28, 2019

@agnat Could you review it?

Copy link
Owner

@agnat agnat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@agnat agnat merged commit 621fbb8 into agnat:master Jun 12, 2019
@abetomo abetomo deleted the fix_deprecated_utf8value branch July 26, 2019 05:23
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

2 participants