Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

chore(dependencies): upgrade q to (hopefully) prevent process.nextTick error spam #6161

Closed
wants to merge 1 commit into from

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Feb 6, 2014

CI builds on travis occasionally freak out because of the recursive use of
process.nextTick, which has been deprecated in Node relatively recently, to be
replaced with setImmediate. As this issue is somewhat flakey, it's difficult
to tell whether or not this will completely resolve the issue, but the hope is
that it will.

…k error spam

CI builds on travis occasionally freak out because of the recursive use of process.nextTick, which
has been deprecated in Node relatively recently, to be replaced with setImmediate. As this issue
is somewhat flakey, it's difficult to tell whether or not this will completely resolve the issue,
but the hope is that it will.
@caitp
Copy link
Contributor Author

caitp commented Feb 6, 2014

I'm not actually sure this change would have any effect, looking at the source code it seems that it will still pick process.nextTick by default, if it's available.

But the build passes tests, so it couldn't hurt that bad to merge it.

@caitp
Copy link
Contributor Author

caitp commented Feb 11, 2014

This doesn't break anything, I'm just going to merge it after a rebase

@caitp caitp closed this in 760f49d Feb 11, 2014
khepin pushed a commit to khepin/angular.js that referenced this pull request Feb 19, 2014
CI builds on travis occasionally freak out because of the recursive use of process.nextTick, which
has been deprecated in Node relatively recently, to be replaced with setImmediate. Unfortunately,
this change does not resolve the issue. However, it does not hurt, either.

Closes angular#6161
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants