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

UntrackedCache: enable based on platform #89

Merged
merged 1 commit into from
Aug 27, 2019
Merged

UntrackedCache: enable based on platform #89

merged 1 commit into from
Aug 27, 2019

Conversation

derrickstolee
Copy link
Contributor

While adding functional tests in #77, I noticed that functional tests on Windows were failing due to the untracked cache. I was unable to repro them when paused in the debugger, so it must be something wrong with however Git detects changes to the filesystem using timestamps.

For now, re-enable the untracked cache on non-Windows platforms. Since it is related to the filesystem, I put the constant there.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
@derrickstolee derrickstolee merged commit 1dabdcc into microsoft:master Aug 27, 2019
@derrickstolee derrickstolee deleted the untracked-cache branch November 18, 2019 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants