Skip to content

Commit

Permalink
Fix PureGitRepository>>#gtInternalsFor: to make sure it lazily access…
Browse files Browse the repository at this point in the history
…es its data
  • Loading branch information
svenvc committed Oct 27, 2024
1 parent 96cbc12 commit 075be6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GToolkit4Git/PureGitRepository.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ PureGitRepository >> gtHistoryFor: composite [
{ #category : #'*GToolkit4Git' }
PureGitRepository >> gtInternalsFor: composite [
<gtView>
^ (self queries internals gtItemsFor: composite)
^ composite explicit
title: 'Internals';
priority: 80;
updateWhen: PureGitRepositoryModified in: [ self announcer ];
expandAll
stencil: [ (self queries internals gtItemsFor: composite) expandAll ]
]

{ #category : #'*GToolkit4Git' }
Expand Down

0 comments on commit 075be6b

Please sign in to comment.