nodeunit icon indicating copy to clipboard operation
nodeunit copied to clipboard

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

Open alexzhuustc opened this issue 12 years ago • 3 comments

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.

alexzhuustc avatar Jun 01 '12 09:06 alexzhuustc

+1 on this.

Sannis avatar Jun 14 '12 16:06 Sannis

Are there plans to integrate this soon?

KishCom avatar Dec 03 '12 20:12 KishCom

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.

Emeraude avatar May 31 '16 14:05 Emeraude