Skip to content

Commit

Permalink
Issue #919: finish the work started with d5c4bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 9, 2024
1 parent e6c9b45 commit 6d994b3
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ RwGsClassUnmanagedAdditionSymbolDictPatchV2 >> installClassInSystem [
loadedClass updatePropertiesFromClassDefinition: self classDefinition
]

{ #category : 'actions' }
RwGsClassUnmanagedAdditionSymbolDictPatchV2 >> installNewClassVersionInSystem [
"Copy the name association to the correct
SymbolDictionary in the live SymbolList.
Create a LoadedClass for the new class, add it to the defining LoadedPackage."

^ self installClassInSystem
]

{ #category : 'accessing' }
RwGsClassUnmanagedAdditionSymbolDictPatchV2 >> oldClassVersion [
^oldClassVersion
Expand Down

0 comments on commit 6d994b3

Please sign in to comment.