Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-03-25 Thread Christophe Demarey
Hi Alex, I just publish a configuration of the Session Manager with this change (not yet in Pharo). Please could you test if it is ok for you? you can load it with: Metacello new smalltalkhubUser: 'Pharo' project: 'SessionManager'; configuration: 'SessionManager'; fetch.

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-04 Thread Aliaksei Syrel
Hi Christophe Thanks for the answer :) What you proposed indeed fixes the issue. it would be great to have it! Because Bloc Universe knows which space is currently running I can detect which UI manager is needed. So I just hacked "new" in bloc ui manager: new > ^ super new space: (%ask

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-04 Thread Christophe Demarey
Hi Alex, Thanks for your detailed explanation. To me,the design of the current UIManger is not good enough. UIManager has too much pre-occupations. He is in charge of: providing different implementation of interactive requests, depending if the current UI manager is interactive or not, if the

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-04 Thread Guille Polito
Hi Alex, First, note that the current UIManager selection and the StartupUIManager appears from a cleanup on the old UIManager selection that existed. The idea is that the UIManagerSessionHandler will run in low priority and set a startup UIManager during startup (when you cannot ensure that

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-04 Thread Guille Polito
Hi Alex, First, note that the current UIManager selection and the StartupUIManager appears from a cleanup on the old UIManager selection that existed. The idea is that the UIManagerSessionHandler will run in low priority and set a startup UIManager during startup (when you cannot ensure that

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-03 Thread Aliaksei Syrel
: >> >> >> Cheers, >> Alex >> >> On Sat, Dec 5, 2015 at 2:39 PM, Christophe Demarey < >> christophe.dema...@inria.fr> wrote: >> >>> >>> >>> ---------- >>> >>> *De: *"Nicolai Hess" <nicolaih...@gmail.com>

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-03 Thread Ben Coman
On Thu, Feb 4, 2016 at 5:06 AM, Aliaksei Syrel wrote: > Bloc has its own UIManager, UI process, event fetchers and space/worlds. > Because Bloc is not yet a default UI framework in pharo we want to switch to > it manualy. To do this we have a world menu entry (switch to

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-02 Thread Aliaksei Syrel
t; <pharo-dev@lists.pharo.org> >> *Envoyé: *Vendredi 4 Décembre 2015 22:05:26 >> *Objet: *Re: [Pharo-dev] SessionManager (aka new startup / shutdown list >> manager) needs testers >> >> >> Looks good. What are the main critical startup/shutdown use

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-02 Thread Aliaksei Syrel
- > > *De: *"Nicolai Hess" <nicolaih...@gmail.com> > *À: *"Pharo Development List" <pharo-dev@lists.pharo.org> > *Envoyé: *Vendredi 4 Décembre 2015 22:05:26 > *Objet: *Re: [Pharo-dev] SessionManager (aka new startup / shutdown list > mana

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2015-12-05 Thread Christophe Demarey
- Mail original - > De: "Nicolai Hess" <nicolaih...@gmail.com> > À: "Pharo Development List" <pharo-dev@lists.pharo.org> > Envoyé: Vendredi 4 Décembre 2015 22:05:26 > Objet: Re: [Pharo-dev] SessionManager (aka new startup / shutdown list

[Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2015-12-04 Thread Christophe Demarey
Hi, Guillermo, Pablo and I started to work on a new implementation for the image startup / shutdown list. The old implementation misses domain objects, polluted the SmalltalkImage class and introduced crazy dependencies to other packages. So, what is Session Manager? a replacement of the

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2015-12-04 Thread Nicolai Hess
2015-12-04 13:39 GMT+01:00 Christophe Demarey : > Hi, > > Guillermo, Pablo and I started to work on a new implementation for the > image startup / shutdown list. > The old implementation misses domain objects, polluted the SmalltalkImage > class and introduced crazy