Skip to content

Move to bluebird promises via bluebird-q#19

Open
deployable wants to merge 1 commit intoshaharke:developfrom
deployable:bluebird-q
Open

Move to bluebird promises via bluebird-q#19
deployable wants to merge 1 commit intoshaharke:developfrom
deployable:bluebird-q

Conversation

@deployable
Copy link
Contributor

I've had a number of instances where I've been losing exceptions that bluebird picks up with no changes. . Not sure if you are heavily invested in q, but I find bluebird a lot better at error handling and has a few more features. Apparently it's generally faster and consumes less memory as well.

It's a little more work to convert it into straight bluebird promise's, but not much.

@shaharke
Copy link
Owner

I think we should migrate from Q to bluebird. The only problem is that some functionality you get from Q is not supported by Bluebird, so I'm afraid it will break users' code. I guess that if we do the migration, increase a major version and document the changes it should be ok. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants