-
Notifications
You must be signed in to change notification settings - Fork 448
Adding and using the CacheManager #390
Conversation
…hListUpdated to use Dictionary instead of IDictionary
# Conflicts: # src/GitHub.Api/Git/Repository.cs # src/GitHub.Api/GitHub.Api.csproj # src/tests/TestUtils/Events/IRepositoryManagerListener.cs # src/tests/UnitTests/Git/RepositoryTests.cs
shana
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get this show on the road
|
I was not sure what to do with data that was "derived" from cached data". Unity/src/GitHub.Api/Git/Repository.cs Lines 600 to 639 in 08705a7
I realize now that this function repeats the functionality to determine Unity/src/GitHub.Api/Git/Repository.cs Lines 463 to 477 in 08705a7
|
|
I have a dirty underbelly here...
Unity/src/UnityExtension/Assets/Editor/GitHub.Unity/ApplicationCache.cs Lines 299 to 397 in 08705a7
|
Fixes #357
Fixes #344
Fixes #343
Depends on: