Skip to content

Commit

Permalink
Alias SubscriptOutOfBounds with OffsetError in GS
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 8, 2023
1 parent b2f810d commit 31eeff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
RwSimpleProjectLoadComponentV2 {
#name : 'Deployment',
#preloadDoitName : 'scripts/defineExceptionAliases',
#projectNames : [ ],
#componentNames : [ ],
#packageNames : [
Expand Down
8 changes: 8 additions & 0 deletions rowan/components/scripts/defineExceptionAliases.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
| symbolDictionary |
symbolDictionary := Rowan image
symbolDictNamed:'Buoy'
ifAbsent: [
Rowan image symbolList createDictionaryNamed: 'Buoy' at: 1.
Rowan image symbolDictNamed:'Buoy'
].
symbolDictionary at: #SubscriptOutOfBounds put: OffsetError

0 comments on commit 31eeff4

Please sign in to comment.