Hi, I'm trying to see packages loaded by Metacello. So, in the past, I used to do:
(ConfigurationOfXXX project version: #stable) record loadDirective to see the list of packages resolved and loaded. But in Pharo 4.0, the list of packages is empty. How can I obtain the list of packages with the loadDirective? tx in advance. usman P.S: I know GT-Inspector provides a map and a list of packages resolved "statically". I'm looking to see how the loaded packages are resolved by Metacello at "runtime".