Skip to content

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Feb 13, 2018

...by partially reverting d0ab164, which seems to have prevented jake from waiting for the output of linting.

Mitigate the issue that that change was trying to mitigate (warning that scripts/generateLocalizedDiagnosticMessages.ts does not exist) by introducing a superfluous wildcard into the filter.

TODO: follow up with tslint to figure out why an existing file is reported as not existing.

...by partially reverting d0ab164,
which seems to have prevented jake from waiting for the output of
linting.

Mitigate the issue that that change was trying to mitigate (warning that
scripts/generateLocalizedDiagnosticMessages.ts does not exist) by
introducing a superfluous wildcard into the filter.

TODO: follow up with tslint to figure out why an existing file is
reported as not existing.
@amcasey amcasey requested review from weswigham and mhegazy February 13, 2018 23:28
@amcasey
Copy link
Member Author

amcasey commented Feb 13, 2018

FYI @TravCav

const files = fileMatcher
? `src/**/${fileMatcher}`
: `Gulpfile.ts scripts/generateLocalizedDiagnosticMessages.ts "scripts/tslint/**/*.ts" "src/**/*.ts" --exclude "src/lib/*.d.ts"`;
: "Gulpfile.ts 'scripts/*generateLocalizedDiagnosticMessages.ts' 'scripts/tslint/**/*.ts' 'src/**/*.ts' --exclude 'src/lib/*.d.ts'";
Copy link
Contributor

Choose a reason for hiding this comment

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

the string literal did not cause any issues right?

Copy link
Member Author

Choose a reason for hiding this comment

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

The type of quotes seemed to matter. In any case, I thought it would be easiest to just revert to a known state and then apply a new workaround.

@amcasey
Copy link
Member Author

amcasey commented Feb 14, 2018

Recalling in favor of deeper fix.

@amcasey amcasey closed this Feb 14, 2018
@amcasey amcasey deleted the JakeLint branch February 14, 2018 00:08
@microsoft microsoft locked and limited conversation to collaborators Jul 3, 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.

2 participants