--- 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
>
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
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:
--- 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