Skip to content

Transforms fix type errors#7675

Merged
rbuckton merged 6 commits into
transformsfrom
transforms-fixTypeErrors
Mar 24, 2016
Merged

Transforms fix type errors#7675
rbuckton merged 6 commits into
transformsfrom
transforms-fixTypeErrors

Conversation

@rbuckton
Copy link
Copy Markdown
Contributor

Various fixes for transforms.

Cc: @vladima

Comment thread Jakefile.js
}
});

function ProgressBar(title) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Shouldn't this be in its own file? And I thought we already used an existing progress bar. Why write our own?

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.

That one is part of a mocha reporter. This Is used by a task that runs mocha using the TAP reporter so there is no progress. It's just something small I threw together so you know something is still happening.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could we use progress instead?

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.

That library doesn't work well when running node in Powershell.

@rbuckton rbuckton merged commit af4580b into transforms Mar 24, 2016
@rbuckton rbuckton deleted the transforms-fixTypeErrors branch March 24, 2016 23:26
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 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