feat: promisify install#2222
feat: promisify install#2222imatlopez wants to merge 3 commits intonodejs:masterfrom imatlopez:promisify-install
Conversation
|
@imatlopez would you mind trying to rebase your branches rather than merging master back in? when they land they'll need to be merge-commit-free which will end up requiring awkward cherry-picking and conflict resolving. If you could do that early then it might save work later on. I'm also thinking about how to bite all of this off. I'm keen to get some of this work in but it's (a) a lot of work to review carefully, so takes time, and (b) high-risk, as with any major change here since our test suite is so sparse but the user-base so massive. So I hope you understand the delays here, I just wish I had a clear strategy for it. Maybe we should try something like merging into a There's also #2140 which is in a similar limbo and has similar change scope. |
An effort to modernize the codebase, handover control of installation to promises.
Checklist
npm install && npm testpassesDescription of change
An effort to modernize the codebase, handover control of installation
to promises.
cc: @rvagg