Skip to content

Fix issue https://github.com/Microsoft/TypeScript/issues/3277 #3780

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

Merged
merged 2 commits into from
Oct 1, 2015
Merged

Fix issue https://github.com/Microsoft/TypeScript/issues/3277 #3780

merged 2 commits into from
Oct 1, 2015

Conversation

ShyykoSerhiy
Copy link
Contributor

Fixes #3277.

@msftclas
Copy link

msftclas commented Jul 8, 2015

Hi @ShyykoSerhiy, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

@msftclas
Copy link

msftclas commented Jul 8, 2015

@ShyykoSerhiy, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.

Thanks, MSBOT;

@@ -282,11 +282,16 @@ namespace ts {
};

function fileChanged(curr: any, prev: any) {
// mtime.getTime() equals 0 if file was removed
if (curr.mtime.getTime() === 0) {
callback(fileName, true);
Copy link
Member

Choose a reason for hiding this comment

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

Add comment with parameter name in front of boolean arguments (e.g. callback(fileName, /* removed */ true);

@mhegazy
Copy link
Contributor

mhegazy commented Jul 13, 2015

@ShyykoSerhiy can you refresh and resubmit?

@mhegazy
Copy link
Contributor

mhegazy commented Aug 6, 2015

👍

@mhegazy mhegazy merged commit 30888da into microsoft:master Oct 1, 2015
@mhegazy
Copy link
Contributor

mhegazy commented Oct 1, 2015

Sorry for the delay. merged manually.

zhengbli added a commit to zhengbli/TypeScript that referenced this pull request Oct 5, 2015
@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.

5 participants