Skip to content

Commit

Permalink
Fix working copy instance migration when GSBaseWorkingCopy instances …
Browse files Browse the repository at this point in the history
…are present

Fixes #66.
  • Loading branch information
MariusDoe committed Jan 20, 2025
1 parent ae1cd42 commit a45771d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
migrations
doPostUpdateMigrationsOnAllInstances
self allInstances
do: [:each | each withUnitOfWork: [each doPostUpdateMigrations]]
do: #doPostUpdateMigrations
displayingProgress: [:each | 'Migrating project {1}' format: {each name printString}].
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"basicUnregister:" : "mad 12/21/2024 20:19",
"deriveName:" : "mad 10/6/2024 21:01",
"doPostUpdateMigrations" : "mad 10/9/2024 20:46",
"doPostUpdateMigrationsOnAllInstances" : "mad 12/22/2024 00:16",
"doPostUpdateMigrationsOnAllInstances" : "mad 1/20/2025 14:07",
"importLegacyGitStandaloneAssetLoaderInstances" : "mad 10/11/2024 14:36",
"importLegacyProjects" : "mad 10/11/2024 14:12",
"importLegacySqueakWorkingCopyInstances" : "mad 10/9/2024 20:10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
migrations
doPostUpdateMigrations
super doPostUpdateMigrations.
self doImageHashMigration.
self withUnitOfWork: [
super doPostUpdateMigrations.
self doImageHashMigration].
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"currentSymbolicHeadTarget" : "mad 11/30/2023 13:17",
"displayName:" : "mad 10/8/2024 22:00",
"doImageHashMigration" : "mad 11/29/2023 15:09",
"doPostUpdateMigrations" : "mad 10/6/2024 21:21",
"doPostUpdateMigrations" : "mad 1/20/2025 14:08",
"emptyCommit" : "mad 5/20/2023 21:22",
"ensureHeadCommitMaterializedTo:" : "mad 12/1/2024 21:53",
"fastForwardTo:displayName:" : "mad 4/7/2024 18:11",
Expand Down

0 comments on commit a45771d

Please sign in to comment.