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

use weak for supperior handling #4

Closed
wants to merge 4 commits into from
Closed

Conversation

LinusU
Copy link
Contributor

@LinusU LinusU commented Oct 19, 2015

Throws the error as soon as it's clear that it won't be handled in any way \o/

@LinusU
Copy link
Contributor Author

LinusU commented Oct 19, 2015

It seems like Travis is failing because of an too old compiler :(

@LinusU
Copy link
Contributor Author

LinusU commented Oct 19, 2015

@sindresorhus What do you think? 😄

@LinusU
Copy link
Contributor Author

LinusU commented Oct 19, 2015

The tests now only runs in io.js 1.4.1 and above since that was the version that introduced unhandledRejection.

@LinusU LinusU changed the title [WIP] use weak for supperior handling use weak for supperior handling Oct 19, 2015
@sindresorhus
Copy link
Owner

Really cool idea, but I don't want to introduce a native dependency. Native dependencies in Node are horrible and prone to break in so many ways and never works on Windows. Seeing how I'm planning to use this in most of my modules, I really don't want a native dependency in there.

@sindresorhus
Copy link
Owner

I encourage you to make this into an alternative module for those willing to have a native dependency, though.

@LinusU
Copy link
Contributor Author

LinusU commented Oct 20, 2015

Sounds like a good plan, I'll try and finish up the other pull request then :)

@sindresorhus
Copy link
Owner

👍

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