Hi, the expression
MetacelloPlatform current defaultRepositoryDescription
returns the meta repo for pharo 3
('http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main')
even when run in Pharo 6.
This is because MetacelloPharoCommonPlatform has a single subclass
"MetacelloPharo30Platform".
I guess this is because Metacello scripting API was integrated back in Pharo 3.
Do we need to
update this to a MetacelloPharo60Platform in Pharo 6 ?
Thx
T.
