[Pharo-dev] Nautilus package search "broken"

2015-09-15 Thread Nicolai Hess
Needs review : https://pharo.fogbugz.com/f/cases/16523 I just provided a possible solution, but I don't really use the package search. Some feedback is needed. nicolai

[Pharo-dev] Issue validation: #Collection cannot be changed using the classbuilder....

2015-09-15 Thread Henrik Nergaard
Hi, I uploaded a slice to fogbugz which includes removing the class side Ivars from Collection to a new class managing a default random generator instance. The Monkey throws this error while checking: /Error: #Collection cannot be changed using the classbuilder. Use the reflective APi (e.g

[Pharo-dev] Rubric/Event handling issue?

2015-09-15 Thread Stephan Eggermont
There is an interesting bad interaction between my drag-and-drop code and Rubric. It kills all Rubric editors at the same time, so it looks to me like a problem with the Rubric background thread interacting with mouseMove or mouseEnter/Leave. https://vimeo.com/139353992 To reproduce, Load

Re: [Pharo-dev] PID of VM ?

2015-09-15 Thread Martin Dias
On Mon, Sep 14, 2015 at 7:00 PM, Sven Van Caekenberghe wrote: > > > > On 14 Sep 2015, at 18:46, David T. Lewis wrote: > > > >> On Mon, Sep 14, 2015 at 8:25 PM, Esteban Lorenzano > >> wrote: > >>> > On 14 Sep 2015, at 14:21, David T.

Re: [Pharo-dev] System-Announcements: add a ProtocolRenamed announcement

2015-09-15 Thread Martin Dias
Hi, On Mon, Sep 14, 2015 at 5:02 PM, Skip Lentz wrote: > Hello, > > Right now, when you add or remove a protocol to a class you get two > announcements (ignoring methods that may have been removed): > > 1. Protocol{Added,Removed} > 2. ClassReorganized. > > But when you

[Pharo-dev] [pharo-project/pharo-core] 8cc29c: 50324

2015-09-15 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 8cc29ccb564ae0672697d623dbd9e929491d69bd https://github.com/pharo-project/pharo-core/commit/8cc29ccb564ae0672697d623dbd9e929491d69bd Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-09-15 Thread GitHub
Branch: refs/tags/50324 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] c4c986: 50325

2015-09-15 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: c4c9866d08f0232442f00d99ed465a6247561045 https://github.com/pharo-project/pharo-core/commit/c4c9866d08f0232442f00d99ed465a6247561045 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-09-15 Thread GitHub
Branch: refs/tags/50325 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] System-Announcements: add a ProtocolRenamed announcement

2015-09-15 Thread Thierry Goubier
Hi Martin, Skip, it makes sense, sort of. ClassReorganized could be handled already by just either discarding whatever cache you would have on the protocols of the class (for example, in a browser) or comparing the new class organisation with the old one. You may be pointing to, however,