Skip to content

Commit

Permalink
Workaround using Globals as the target namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jul 18, 2023
1 parent d8c7a69 commit 2efe2bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion rowan/specs/Buoy-CI.ston
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RwLoadSpecificationV2 {
#platformProperties : {
'gemstone' : {
'allusers' : {
#defaultSymbolDictName : 'Buoy'
#defaultSymbolDictName : 'Globals'
}
}
},
Expand Down
6 changes: 0 additions & 6 deletions source/Buoy-Collections/SequenceableCollection.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ SequenceableCollection >> copyFirst: n [
^ [ self copyFrom: 1 to: n ] unless: n = 0 inWhichCase: [ self species new ]
]

{ #category : #'*Buoy-Collections' }
SequenceableCollection >> copyLast: n [

^ [ self copyFrom: self size - n + 1 to: self size ] unless: n = 0 inWhichCase: [ self species new ]
]

{ #category : #'*Buoy-Collections' }
SequenceableCollection >> copyNoMoreThanFirst: n [

Expand Down
7 changes: 0 additions & 7 deletions source/Buoy-Metaprogramming/Symbol.extension.st

This file was deleted.

0 comments on commit 2efe2bf

Please sign in to comment.