Re: [Pharo-users] load directive

2015-09-15 Thread Usman Bhatti
On Fri, Sep 11, 2015 at 11:06 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > Usman, > > Off topic --- I don't read all of the pharo posts on both pharo lists, but > if you put Metacello in the subject, I have an email filter that alerts me > and I read those (more often:) ... >

Re: [Pharo-users] load directive

2015-09-15 Thread Dale Henrichs
On 9/15/15 12:32 AM, Usman Bhatti wrote: On Fri, Sep 11, 2015 at 11:06 PM, Dale Henrichs > wrote: Usman, Off topic --- I don't read all of the pharo posts on both pharo lists, but if you put Metacello in

Re: [Pharo-users] load directive

2015-09-15 Thread Tudor Girba
Also, in the latest GT-InspectorExtensions-Core, you now have the ability of inspecting the directive, and you can even filter the tree. If you inspect a load directive you get this (in this case the result is also filtered by the GT string): [image: Inline image 2] It took about 7 minutes to

Re: [Pharo-users] load directive

2015-09-11 Thread Usman Bhatti
Tx for looking. I did: (ConfigurationOfGlamour project version: #stable) record loadDirective in Moose 5.0 (pharo3) and Moose5.1(pharo4). Here is the difference in the output. And the first (with Pharo3) is much more helpful because with a single command one can understand ALL the packages

Re: [Pharo-users] load directive

2015-09-11 Thread Dale Henrichs
Usman, Off topic --- I don't read all of the pharo posts on both pharo lists, but if you put Metacello in the subject, I have an email filter that alerts me and I read those (more often:) ... What you are getting with record is what would be loaded in the image, so my guess is that in

[Pharo-users] load directive

2015-09-10 Thread Usman Bhatti
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

Re: [Pharo-users] load directive

2015-09-10 Thread stepharo
(ConfigurationOfStore project version: #stable) record loadDirective linear load : linear load : 0.10 [ConfigurationOfStore] linear load : 0.2 [ConfigurationOfGarage] load : ConfigurationOfTalkFFI linear load : 0.2 [ConfigurationOfGarage] load :