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

Fix compilation on io.js 3 #728

Merged
merged 1 commit into from
Feb 12, 2018
Merged

Conversation

kkoopa
Copy link
Collaborator

@kkoopa kkoopa commented Jan 30, 2018

Fixes #725

mkrufky

This comment was marked as off-topic.

mkrufky

This comment was marked as off-topic.

@kkoopa
Copy link
Collaborator Author

kkoopa commented Feb 12, 2018

Thanks for reviewing. I will merge now.

@kkoopa kkoopa merged commit d06114d into nodejs:master Feb 12, 2018
@kkoopa kkoopa deleted the iojs_defineownproperty branch February 12, 2018 23:09
mkrufky added a commit to mkrufky/nan that referenced this pull request Feb 23, 2018
mkrufky added a commit to mkrufky/nan that referenced this pull request Feb 23, 2018
mkrufky added a commit to mkrufky/nan that referenced this pull request Feb 23, 2018
mkrufky added a commit that referenced this pull request Feb 26, 2018
This adds a new file called `nan_define_own_property_helper.h` that contains a deduplicated code block taken from very similar code between `nan_maybe_43_inl.h` and `nan_maybe_pre_43_inl.h `

To anyone looking and scratching their head as to how the code block in  `nan_maybe_43_inl.h` ever gets reached at all, this apparently happens in io.js 3 (see #725)

As discussed: #728 (comment)
xzyfer added a commit to xzyfer/node-sass that referenced this pull request Mar 10, 2018
I ran into [an issue][1] compiling the iojs 3 binary on OSX. This
sound affect anyone in reality but just in case.

[1]: nodejs/nan#728
xzyfer added a commit to sass/node-sass that referenced this pull request Mar 10, 2018
I ran into [an issue][1] compiling the iojs 3 binary on OSX. This
sound affect anyone in reality but just in case.

[1]: nodejs/nan#728
amitparida added a commit to amitparida/npm-nan that referenced this pull request Oct 3, 2024
This adds a new file called `nan_define_own_property_helper.h` that contains a deduplicated code block taken from very similar code between `nan_maybe_43_inl.h` and `nan_maybe_pre_43_inl.h `

To anyone looking and scratching their head as to how the code block in  `nan_maybe_43_inl.h` ever gets reached at all, this apparently happens in io.js 3 (see #725)

As discussed: nodejs/nan#728 (comment)
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