Skip to content

Commit

Permalink
Merge pull request #1469 from carolahp/strictSymbolComparisonCompatib…
Browse files Browse the repository at this point in the history
…ility

Return symbols from methods >>stonNames
  • Loading branch information
jecisc authored Nov 6, 2023
2 parents 00439f9 + ffec40e commit 9181919
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/SpContainerStyle.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Class {
{ #category : 'ston-core' }
SpContainerStyle class >> stonName [

^ 'Container'
^ #Container
]

{ #category : 'operations' }
Expand Down
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/SpDrawStyle.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Class {
{ #category : 'ston-core' }
SpDrawStyle class >> stonName [

^ 'Draw'
^ #Draw
]

{ #category : 'operations' }
Expand Down
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/SpFontStyle.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ SpFontStyle class >> fontCache [
{ #category : 'ston-core' }
SpFontStyle class >> stonName [

^ 'Font'
^ #Font
]

{ #category : 'private' }
Expand Down
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/SpGeometryStyle.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Class {
{ #category : 'ston-core' }
SpGeometryStyle class >> stonName [

^ 'Geometry'
^ #Geometry
]

{ #category : 'operations' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SpStyleEnvironmentColorVariable class >> documentValidValues [
{ #category : 'ston-core' }
SpStyleEnvironmentColorVariable class >> stonName [

^ 'EnvironmentColor'
^ #EnvironmentColor
]

{ #category : 'evaluating' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SpStyleEnvironmentFontVariable class >> documentValidValues [
{ #category : 'ston-core' }
SpStyleEnvironmentFontVariable class >> stonName [

^ 'EnvironmentFont'
^ #EnvironmentFont
]

{ #category : 'accessing' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SpStyleEnvironmentVariable class >> documentValidValues [
{ #category : 'ston-core' }
SpStyleEnvironmentVariable class >> stonName [

^ 'Environment'
^ #Environment
]

{ #category : 'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/SpStyleResetVariable.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Class {
{ #category : 'ston-core' }
SpStyleResetVariable class >> stonName [

^ 'Reset'
^ #Reset
]

{ #category : 'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/SpStyleVariable.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SpStyleVariable class >> newValue: anObject [
{ #category : 'ston-core' }
SpStyleVariable class >> stonName [

^ 'Variable'
^ #Variable
]

{ #category : 'evaluating' }
Expand Down
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/SpTextStyle.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Class {
{ #category : 'ston-core' }
SpTextStyle class >> stonName [

^ 'Text'
^ #Text
]

{ #category : 'operations' }
Expand Down

0 comments on commit 9181919

Please sign in to comment.