Skip to content
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

Make sure commandline options are absolute paths so they dont conflict with options from tsbuild info #34403

Merged
merged 3 commits into from
Oct 15, 2019

Conversation

sheetalkamat
Copy link
Member

Fixes #33667 and #30457
Picked up from #32992

@orta
Copy link
Contributor

orta commented Oct 15, 2019

Argh, thanks, I was just coming back to that PR this morning!

);
}
}
if (result.configFilePath) {
Copy link
Member

Choose a reason for hiding this comment

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

doesn't the main loop already run toAbsolutePath on configFilePath with all the other properties?

Copy link
Member Author

Choose a reason for hiding this comment

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

configFilePath is not in optionDeclarations so it wont get normalized.

@sheetalkamat sheetalkamat merged commit c9d407b into master Oct 15, 2019
@sheetalkamat sheetalkamat deleted the commandlinePath branch October 15, 2019 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

command-line --incremental flag doesn't speed up compilation
3 participants