Who invented Nautilus Groups (DynamicGroup/DynamicClassGroup)
I don't get why a DynamicGroup manages a list of methods and not a list of classes like DyanmicClassGroup. If Nautilus tries to create the class list from a DyanicGroup group it takes awful long time if this Groups have more than 20-30 different classes (see issue 12780).
On 03 Feb 2014, at 20:57, Nicolai Hess <nicolaihess@web.de> wrote:
I don't get why a DynamicGroup manages a list of methods and not a list of classes like DyanmicClassGroup.
Me for the title. And to answer shortly, to have groups with a finer grained definition.
If Nautilus tries to create the class list from a DyanicGroup group it takes awful long time if this Groups have more than 20-30 different classes
Then maybe the correct kind of group should be used. Ben
2014-02-03 Benjamin <benjamin.vanryseghem.pharo@gmail.com>:
On 03 Feb 2014, at 20:57, Nicolai Hess <nicolaihess@web.de> wrote:
I don't get why a DynamicGroup manages a list of methods and not a list of classes like DyanmicClassGroup.
Me for the title.
And to answer shortly, to have groups with a finer grained definition.
If Nautilus tries to create the class list from a DyanicGroup group it takes awful long time if this Groups have more than 20-30 different classes
Then maybe the correct kind of group should be used. Ben
Ok, thanks. (I am not sure if this is easily fixable, I don't know where to make this distinction). Nicolai
On 03 Feb 2014, at 20:57, Nicolai Hess <nicolaihess@web.de> wrote:
I don't get why a DynamicGroup manages a list of methods and not a list of classes like DyanmicClassGroup. If Nautilus tries to create the class list from a DyanicGroup group it takes awful long time if this Groups have more than 20-30 different classes (see issue 12780).
Yes alain experienced the same. We should probably favor class group. Stef
participants (3)
-
Benjamin -
Nicolai Hess -
Pharo4Stef