Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Conversation

@StanleyGoldman
Copy link
Contributor

@StanleyGoldman StanleyGoldman commented Nov 13, 2017

Note: This branch targets enhancements/repository-watcher-refactor-rollup #461

Related to: #409

Depends on:

A simpler part of the solution to #409.

Due to the changes in #434, the git log, git lock and git status caches throw an "Invalid" event on "First Run". (The true in the constructor..)

public GitStatusCache() : base(true)

We can use that invalid event to accurately update data in Repository

{
if (!firstRunAtValue.HasValue)
{
firstRunAtValue = DateTimeOffset.Parse(firstRunAtString);
Copy link

Choose a reason for hiding this comment

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

Should you be passing a CultureInfo to these parse methods, or is it OK that they're being parsed using the CurrentCulture?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't have a good answer here, I'm going to use a lifeline (i.e. @shana)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@StanleyGoldman StanleyGoldman mentioned this pull request Nov 14, 2017
7 tasks
@StanleyGoldman StanleyGoldman changed the base branch from master to enhancements/repository-watcher-refactor-rollup November 21, 2017 17:35
Copy link

@drguthals drguthals left a comment

Choose a reason for hiding this comment

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

Makes sense - thanks for a good description.

@StanleyGoldman StanleyGoldman merged commit 500c279 into enhancements/repository-watcher-refactor-rollup Nov 22, 2017
@StanleyGoldman StanleyGoldman deleted the fixes/repository-initialize-git-commands branch November 22, 2017 15:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants