Aug. 21, 2017
10:45 a.m.
H. Hirzel wrote:
Hello
On 8/17/17, bdurin<bruno.durin@gmail.com> wrote:
Maybe something like having the list of all packages and their version included in a given image version on https://pharo.org could be useful.
What is the code snippet to get a list of all packages with a '6.0' tag and their description?
The spotter brings up the Catalog Browser but how do I get 'behind the scenes'?
In Squeak I would just bring up the halo menu, then open an inspector on the Catalog Browser window and see what model is attached.
How do I do this in Pharo these days?
Load configuration only, then look into ConfigurationOfXxx / BaselineOfXxx class. Herby
Thank you for the answer in advance
--Hannes