Skip to content

Master : Fix run-parallel#16283

Merged
yuit merged 6 commits into
masterfrom
fixRunParallel
Jun 16, 2017
Merged

Master : Fix run-parallel#16283
yuit merged 6 commits into
masterfrom
fixRunParallel

Conversation

@yuit
Copy link
Copy Markdown
Contributor

@yuit yuit commented Jun 6, 2017

Work in progress to fix run-parallel.
Note: this branch is intentionally behind master so that it will have SOF exception

@yuit
Copy link
Copy Markdown
Contributor Author

yuit commented Jun 6, 2017

Fix #16280

@yuit yuit requested a review from rbuckton June 8, 2017 22:12
Comment thread src/compiler/parser.ts
case SyntaxKind.ImportKeyword:
return true;


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This change is unrelated to the PR.

Comment thread scripts/mocha-parallel.js Outdated
var isPartitionFail = partition.failed || code !== 0;
var summaryColor = isPartitionFail ? "fail" : "green";
var summarySymbol = isPartitionFail ? Base.symbols.err : Base.symbols.ok;
if (partition.passed === 54107) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What is this for?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Oh that was me debugging I will remove

Comment thread scripts/mocha-parallel.js Outdated
stats.tests += partition.tests;
duration += partition.duration;
if (partition.catastrophicError !== "") {
//{"light":false,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this comment necessary?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

it helps to make it clear what the json object look like ....so you can be sure about (configObj.tasks && configObj.tasks[0])

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you add a comment to that effect? As it stands it just looks like commented-out code.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Gotcha !

@yuit yuit merged commit b64c135 into master Jun 16, 2017
@yuit yuit deleted the fixRunParallel branch June 16, 2017 18:29
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants