Skip to content

Commit

Permalink
Fix hidden dependency on Squot
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jul 24, 2021
1 parent a617c9d commit af28ba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ feedback
defaultFeedbackText

| latestTimeStamp |
latestTimeStamp := (self package methods collect: [:method | TimeStamp fromMethodTimeStamp: method timeStamp]) max.
latestTimeStamp := (self packageInfo methods collect: [:method | TimeStamp fromMethodTimeStamp: method timeStamp]) max.
^ '<br><br><i>Reported from {1}, for version of {2} last updated at {3}.</i>' asTextFromHtml format: {SystemVersion current. self appName. latestTimeStamp}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resources

| resources |
resources := Dictionary new.
self package methods do: [:method |
self packageInfo methods do: [:method |
method compiledMethod pragmas do: [:pragma |
(pragma keyword findFeatures at: 1 ifAbsent: []) = #resource ifTrue: [ | key |
key := Message selector: pragma keyword arguments: pragma arguments.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"appVersionLabel" : "ct 7/9/2021 02:36",
"authorMailAddress" : "ct 5/26/2021 23:54",
"cleanUp:" : "ct 7/20/2021 21:17",
"defaultFeedbackText" : "ct 7/14/2021 18:32",
"defaultFeedbackText" : "ct 7/24/2021 04:18",
"defaultInbox" : "ct 5/26/2021 23:41",
"defaultWindowColor" : "ct 5/8/2021 20:13",
"githubNewIssueUrl" : "ct 5/26/2021 23:52",
Expand All @@ -25,7 +25,7 @@
"openUrl:" : "ct 7/24/2021 02:27",
"registerInWorldMenu" : "ct 5/18/2021 16:29",
"repositoryUrl" : "ct 7/14/2021 15:43",
"resources" : "ct 7/20/2021 21:33",
"resources" : "ct 7/24/2021 04:18",
"selfUpdate" : "ct 5/26/2021 22:03",
"selfUpdateBranch" : "ct 5/26/2021 20:58",
"selfUpdateFromMetacello" : "ct 5/26/2021 21:53",
Expand Down

0 comments on commit af28ba3

Please sign in to comment.