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

Fix a bug which cause scripts on command line run out of order #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix a bug which cause scripts on command line run out of order #171

wants to merge 1 commit into from

Conversation

alexzhuustc
Copy link

There is a code processes path in parallel mode which MAY cause run scripts out of order.

e.g.
nodeunit a.js b.js c.js d.js
the execute order may looks like
-> b.js
-> c.js
-> a.js
-> d.js

I believe it's not an intended design, as all other codes are carefully handle path in series mode.

…cripts out of order.

e.g.
  nodeunit a.js b.js c.js d.js
  the output may looks like
    -> b.js
    -> c.js
    -> a.js
    -> d.js

I believe it's not an intended design. Because all other codes are carefully handle path in series mode.
@Sannis
Copy link
Contributor

Sannis commented Jun 14, 2012

+1 on this.

@KishCom
Copy link

KishCom commented Dec 3, 2012

Are there plans to integrate this soon?

@Emeraude
Copy link

Emeraude commented May 31, 2016

4 years later, why is this PR unmerged ? It fix an error that occur very often and that can be very annoying, depending on your use case.

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.

4 participants