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

Always spawn a process for cli #1198

Merged
merged 3 commits into from
Feb 4, 2020
Merged

Conversation

smelukov
Copy link
Member

What kind of change does this PR introduce?

feature
closes #1084

Did you add tests for your changes?

no

If relevant, did you update the documentation?

no

Summary

Always spawn a process for cli

Does this PR introduce a breaking change?

no

bin/cli.js Show resolved Hide resolved
@webpack-bot
Copy link

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@ematipico ematipico merged commit 06171b3 into webpack:next Feb 4, 2020
@@ -1,7 +1,8 @@
import { join } from 'path';
import { run } from 'yeoman-test';

describe('init generator', () => {
// fixme: unstable
Copy link
Member

Choose a reason for hiding this comment

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

Is this a flaky test? Seems to pass locally.

Copy link
Contributor

Choose a reason for hiding this comment

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

Locally but on Travis it times out

Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can increase the timeout for these tests?

Copy link
Contributor

Choose a reason for hiding this comment

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

Make a PR and let's see

Copy link
Member

Choose a reason for hiding this comment

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

Sure thing 👍

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.

[FEATURE] Spawn a process instead of relying on main thread
7 participants