Skip to content

Commit

Permalink
Merge pull request #25 from OpenSmock/ston_deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Sep 27, 2024
2 parents 0effcdc + 05009ed commit b72137b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/Bloc-Serialization-Stash/BlElement.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ BlElement >> allSetterAndGettersForMyStashIdentifier [
BlElement >> allSetterAndGettersForMyStashLayout [

<stashAccessors>
self layout == self defaultLayout ifFalse: [
^ { #layout } ].
self layout = self defaultLayout ifFalse: [ ^ { #layout } ].
^ { }

]

{ #category : #'*Bloc-Serialization-Stash' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BlocSerializationTests >> serializeThenMaterialize: aBlElement withSerializer: a
{ #category : #'as yet unclassified' }
BlocSerializationTests >> serializersToTest [

^ TBlSerializer users
^ { BlStashSerializer }
]

{ #category : #utilities }
Expand Down

0 comments on commit b72137b

Please sign in to comment.