Skip to content

Commit

Permalink
fix squot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 19, 2024
1 parent 004344d commit df4853a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ latestTimeStampsFor: spec

^ (((self project version allPackagesForSpecNamed: spec)
collect: [:packageSpec | packageSpec workingCopy packageInfo])
, {self packageInfo. (Smalltalk classNamed: #BaselineOfSqueakHistory) package})
, {self packageInfo. (Smalltalk classNamed: #BaselineOfSqueakHistory) packageInfo})
collect: [:package | package -> (self latestTimeStampForPackage: package)]
as: Dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cleanUpTimeStamps" : "ct 11/18/2024 02:08",
"latestTimeStampFor:" : "ct 11/18/2024 02:23",
"latestTimeStampForPackage:" : "ct 11/18/2024 02:22",
"latestTimeStampsFor:" : "ct 11/18/2024 20:26" },
"latestTimeStampsFor:" : "ct 11/19/2024 00:59" },
"instance" : {
"baseline:" : "ct 11/19/2024 00:56",
"initializeSqhPreferences" : "ct 11/17/2024 23:26",
Expand Down

0 comments on commit df4853a

Please sign in to comment.