Skip to content

Commit

Permalink
Post load scripts simplyfied
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Dec 6, 2023
1 parent 3e4eb75 commit 3587461
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions rowan/components/scripts/deploymentPostLoad.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ symbolDictionary := Rowan image
symbolDictNamed: 'Kepler'
ifAbsent: [Error signal: 'Kepler symbol dictionary missing' ].

"Global variables definition"
symbolDictionary
at: #SystemInterfaces
ifPresent: [:namespace | namespace ifNil: [symbolDictionary at: #SystemInterfaces put: Namespace new]]
ifAbsentPut: [Namespace new "anyway, should never happen because preload script defines it"].

"Register Kepler's built-in system interfaces"
(OrderedCollection new
add: #InstalledModuleRegistrationSystem;
Expand Down
6 changes: 0 additions & 6 deletions rowan/components/scripts/developmentPostLoad.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ symbolDictionary := Rowan image
symbolDictNamed: 'Kepler'
ifAbsent: [Error signal: 'Kepler symbol dictionary missing' ].

"Global variables definition"
symbolDictionary
at: #SystemInterfaces
ifPresent: [:namespace | namespace ifNil: [symbolDictionary at: #SystemInterfaces put: Namespace new]]
ifAbsentPut: [Namespace new "anyway, should never happen because preload script defines it"].

"Register Kepler's built-in system interfaces"
(OrderedCollection new
add: #InstalledModuleRegistrationSystem;
Expand Down

0 comments on commit 3587461

Please sign in to comment.