pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

about classNamed: #17367

Open Ducasse opened 1 week ago

Ducasse commented 1 week ago

We

BaselineOf >> classNamed: aSymbol

    ^ self class environment at: aSymbol asSymbol

and we have

BaselineOfIDE >> classNamed: aSymbol

    ^ self class environment classNamed: aSymbol

these are not the same the first one is more level so it would be nice to get only one.