On 02/20/2017 03:58 AM, Denis Kudriashov wrote:
2017-02-18 8:53 GMT+01:00 itli...@schrievkrom.de
<mailto:itli...@schrievkrom.de> <itli...@schrievkrom.de
<mailto:itli...@schrievkrom.de>>:
Sadly this is gone or simply only badly implemented. E.g. in
Pharo you
can select a package - fine, but to know, what has been extended
in this
package ?. The name of the method categories also define in which
package this method is located in. Make a type error and the
method goes
into a different package and you will not recognize it. Solutions born
by the idea: how can we make it simple to have a solution this
evening -
and these solutions survive over the years.
It will be changed in Pharo 7 with Calypso. It already shows packages
instead of categories with start convension.
You guys should really be thinking in terms of projects not packages
especially for Pharo7... browse project lets you see all classes
involved in a project, save project saves all dirty packages in project,
diff project shows all changes for a project ... etc. etc. ...
Dale