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

Continue drop q #1

Merged
merged 6 commits into from
Nov 8, 2019
Merged

Continue drop q #1

merged 6 commits into from
Nov 8, 2019

Conversation

raphinesse
Copy link

Continuation of apache#833

Fixes a few things in your PR and completes the removal except for the cases where we need to switch to execa first.

Removes unnecesary Promise wrapping in onFulfilled callback.
The important thing is that we always handle rejections.
The exception being ProjectBuilder.spec where we need to create stubs of
`superspawn.spawn` for a function that uses the returned Q instance's
`progress` method. Working around this makes little sense with the
transistion to `execa` already in progress.

Requires Jasmine 3.5
We should just get rid of that using execa
Copy link
Owner

@erisu erisu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw q added back in one file. Was this a mistake?

bin/templates/cordova/lib/check_reqs.js Show resolved Hide resolved
bin/templates/cordova/lib/check_reqs.js Show resolved Hide resolved
@erisu erisu merged commit f7863b3 into erisu:drop-q Nov 8, 2019
@raphinesse raphinesse deleted the continue-drop-q branch October 19, 2020 08:42
erisu added a commit that referenced this pull request May 10, 2021
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