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

Don't use deprecated v8::Template::Set() #559

Closed
wants to merge 1 commit into from

Conversation

mdouglass
Copy link

Setting non-primitive values on FunctionTemplate and ObjectTemplate
instances is depreciated.
Fixes #558

Setting non-primitive values on FunctionTemplate and ObjectTemplate
instances is depreciated.
@mdouglass
Copy link
Author

Likely an incomplete fix and I'm not sure if there are other backwards incompatibility issues that need to be addressed to complete this. It does, however, silence the warning for the simple case I've been testing with.

@bnoordhuis
Copy link
Member

Sorry, hadn't seen this when I opened #560. This PR mostly LGTM but, unlike #560, it loses the class name.

@mdouglass
Copy link
Author

No worries, looks like you're closing in on a better fix, I'll close this.

@mdouglass mdouglass closed this Apr 26, 2016
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.

2 participants