Skip to content

Commit

Permalink
Update commitList with deferred UI message
Browse files Browse the repository at this point in the history
Fixes #238
  • Loading branch information
j4yk committed Sep 19, 2019
1 parent c24b97d commit 6e2f387
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .squot
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OrderedDictionary {
'src\/VersionControl.package' : #SquotCypressCodeSerializer,
'src\/Pharo-compatibility.package' : #SquotCypressCodeSerializer,
'src\/Squot.package' : #SquotCypressCodeSerializer,
'src\/Pharo-compatibility.package' : #SquotCypressCodeSerializer,
'src\/SquotTonel-Core.package' : #SquotCypressCodeSerializer,
'src\/BaselineOfSquot.package' : #SquotCypressCodeSerializer,
'src\/FileSystem-Git.package' : #SquotCypressCodeSerializer,
'src\/Squit.package' : #SquotCypressCodeSerializer,
'src\/BaselineOfSquot.package' : #SquotCypressCodeSerializer,
'src\/SquotTonel-Core.package' : #SquotCypressCodeSerializer,
'src\/SquotTonel-Tests.package' : #SquotCypressCodeSerializer
'src\/SquotTonel-Tests.package' : #SquotCypressCodeSerializer,
'src\/VersionControl.package' : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ continueBuildingCommitList: anOrderedCollection asyncWith: aHistoryWalker
commitListBuildProcess :=
[aHistoryWalker continueDo: [:each | anOrderedCollection add: each].
cachedCommitList := anOrderedCollection.
self changed: #commitList]
Project current addDeferredUIMessage: [self changed: #commitList]]
forkAt: Processor userBackgroundPriority
named: self class name, ' commit list builder'.
2 changes: 1 addition & 1 deletion src/Squit.package/SquitBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"commitSelectionWrapped" : "fn 4/14/2017 22:40",
"compareVersions:with:" : "jr 7/23/2017 02:20",
"contents" : "fn 4/14/2017 22:39",
"continueBuildingCommitList:asyncWith:" : "jr 6/5/2017 00:50",
"continueBuildingCommitList:asyncWith:" : "jr 9/19/2019 06:21",
"createNewBranchAt:ifCanceled:" : "jr 3/14/2019 22:32",
"createNewBranchAt:initialName:ifCanceled:" : "jr 3/14/2019 22:32",
"detectGitHubRemote:ifNone:" : "jr 7/1/2017 17:56",
Expand Down

0 comments on commit 6e2f387

Please sign in to comment.