Re: [Pharo-users] Is there a project Label for packages
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 <alidrandco@yahoo.fr> To: pharo-users@lists.pharo.org Cc: Bcc: Date: Sat, 11 Aug 2018 18:18:17 +0100 Subject: Is there a project Label for packages 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 in Pharo, maybe there such a thing in Famix? If not, is there a way to reach this information (a repo, a web site, â¦.) NB. I could use the prefix of the name of the package, but this does not seem to be always accurate (for the Pharo project for instance)
Thanks a lot in advance Abdelghani
-- Eric
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 <eric.gade@gmail.com> wrote:
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 <alidrandco@yahoo.fr> To: pharo-users@lists.pharo.org Cc: Bcc: Date: Sat, 11 Aug 2018 18:18:17 +0100 Subject: Is there a project Label for packages 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 in Pharo, maybe there such a thing in Famix? If not, is there a way to reach this information (a repo, a web site, â¦.) NB. I could use the prefix of the name of the package, but this does not seem to be always accurate (for the Pharo project for instance)
Thanks a lot in advance Abdelghani
-- Eric
Thanks a lot guys for your help. Cheers Abdelghani
On 12 Aug 2018, at 10:50 am, Peter Uhnák <i.uhnak@gmail.com> wrote:
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 <eric.gade@gmail.com <mailto:eric.gade@gmail.com>> wrote: 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 <mailto:pharo-users@lists.pharo.org>> wrote:
---------- Forwarded message ---------- From: Alidra Abdelghani <alidrandco@yahoo.fr <mailto:alidrandco@yahoo.fr>> To: pharo-users@lists.pharo.org <mailto:pharo-users@lists.pharo.org> Cc: Bcc: Date: Sat, 11 Aug 2018 18:18:17 +0100 Subject: Is there a project Label for packages 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 in Pharo, maybe there such a thing in Famix? If not, is there a way to reach this information (a repo, a web site, â¦.) NB. I could use the prefix of the name of the package, but this does not seem to be always accurate (for the Pharo project for instance)
Thanks a lot in advance Abdelghani
-- Eric
Dr. Abdelghani Alidra Enseignant-chercheur Université 20 août 1955 SKIKDA-ALGÃRIE Mob:+ 213 550 453 391
participants (3)
-
Alidra Abdelghani -
Eric Gade -
Peter Uhnák