Normalize instance variables names when creating TonelReaderClassDefinition #130
Labels
enhancement
New feature or request
importing
Issues related with importing from Tonel format
portability
Issues related with using Tonel between Smalltalk dialects
Currently the instance variable names defined in in a Tonel class definition are instantiated parsing the literals with STON.
E.g.
But if the
#instVars
attribute defines the instance variable names as symbols, then this could cause issues when comparing with a VAST class that answers instances of Strings as a response to#instVarNames
.So it is better to normalize the elements in the collection to be instances of
String
when instantiatingTonelReaderClassDefinition
.The text was updated successfully, but these errors were encountered: