Re: [Pharo-users] Is there a project Label for packages

2018-08-14 Thread Alidra Abdelghani via Pharo-users
--- Begin Message --- Thanks a lot guys for your help. Cheers Abdelghani > On 12 Aug 2018, at 10:50 am, Peter Uhnák wrote: > > BaselineOf/ConfigurationOf is the only place that contains this information, > e.g. > > (BaselineOfCalypso project version packages collect: #name) asSet > > Peter >

Re: [Pharo-users] Is there a project Label for packages

2018-08-12 Thread Peter Uhnák
BaselineOf/ConfigurationOf is the only place that contains this information, e.g. (BaselineOfCalypso project version packages collect: #name) asSet Peter On Sat, Aug 11, 2018 at 7:41 PM, Eric Gade wrote: > Unless I'm mistaken, the `BaselineOfXXX` is, in part, a description of all > the package

Re: [Pharo-users] Is there a project Label for packages

2018-08-11 Thread Eric Gade
Unless I'm mistaken, the `BaselineOfXXX` is, in part, a description of all the packages used by a given project. On Sat, Aug 11, 2018 at 1:18 PM, Alidra Abdelghani via Pharo-users < pharo-users@lists.pharo.org> wrote: > > > -- Forwarded message -- > From: Alidra Abdelghani > To:

[Pharo-users] Is there a project Label for packages

2018-08-11 Thread Alidra Abdelghani via Pharo-users
--- Begin Message --- Hi, I would like to filter Packages according to the project they have been developed in (For instance, the Roassal packages, the Seaside packages, the Moose packages,…) So I am wondering if there is any way to question a package about the project(s) it belong to? If not