30221 ----- 10545 Delays do not work properly directly on image startup https://pharo.fogbugz.com/f/cases/10545/Delays-do-not-work-properly-directly... 10817 Spec inspector https://pharo.fogbugz.com/f/cases/10817/ WARNING: This change sets new debugger as default :) Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Tools-EstebanLorenzano.1152.di... http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Tools-EstebanLorenzano.... http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Support-EstebanLorenzan... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Inspector-EstebanLorenzan... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Morphic-Base-EstebanLorenzano.... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Debugger-EstebanLorenzano... http://smalltalkhub.com/mc/Pharo/Pharo30/main/MonticelloGUI-EstebanLorenzano... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Kernel-EstebanLorenzano.1495.d... http://smalltalkhub.com/mc/Pharo/Pharo30/main/AST-Interpreter-Core-EstebanLo...
On 25 Jun 2013, at 15:30, Esteban Lorenzano <estebanlm@gmail.com> wrote:
30221 -----
10545 Delays do not work properly directly on image startup https://pharo.fogbugz.com/f/cases/10545/Delays-do-not-work-properly-directly...
Fingers crossed ;-)
10817 Spec inspector https://pharo.fogbugz.com/f/cases/10817/
WARNING: This change sets new debugger as default :)
Yeah, living on the edgeâ¦
Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Tools-EstebanLorenzano.1152.di... http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Tools-EstebanLorenzano.... http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Support-EstebanLorenzan... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Inspector-EstebanLorenzan... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Morphic-Base-EstebanLorenzano.... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Debugger-EstebanLorenzano... http://smalltalkhub.com/mc/Pharo/Pharo30/main/MonticelloGUI-EstebanLorenzano... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Kernel-EstebanLorenzano.1495.d... http://smalltalkhub.com/mc/Pharo/Pharo30/main/AST-Interpreter-Core-EstebanLo...
No actually we changed our mind and there is still the old debugger by default. But there is the new inspectors by default. The ObjectExplorer uses the new inspector instead of the old one, so it is kind of new too. I fixed the objectExplorer for compatibility with the new inspectors (in 30221 it does not work), so next integration should re-enable them. Actually in latest images you have Opal and the new inspectors by default. It *might* happen then that the latest Pharo 3 alpha is a *little bit* unstable in *very rare and specific* cases. 2013/6/25 Sven Van Caekenberghe <sven@stfx.eu>
On 25 Jun 2013, at 15:30, Esteban Lorenzano <estebanlm@gmail.com> wrote:
30221 -----
10545 Delays do not work properly directly on image startup
https://pharo.fogbugz.com/f/cases/10545/Delays-do-not-work-properly-directly...
Fingers crossed ;-)
10817 Spec inspector https://pharo.fogbugz.com/f/cases/10817/
WARNING: This change sets new debugger as default :)
Yeah, living on the edgeâ¦
Diff information:
http://smalltalkhub.com/mc/Pharo/Pharo30/main/Tools-EstebanLorenzano.1152.di...
http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Tools-EstebanLorenzano....
http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Support-EstebanLorenzan...
http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Inspector-EstebanLorenzan...
http://smalltalkhub.com/mc/Pharo/Pharo30/main/Morphic-Base-EstebanLorenzano....
http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Debugger-EstebanLorenzano...
http://smalltalkhub.com/mc/Pharo/Pharo30/main/MonticelloGUI-EstebanLorenzano...
http://smalltalkhub.com/mc/Pharo/Pharo30/main/Kernel-EstebanLorenzano.1495.d...
http://smalltalkhub.com/mc/Pharo/Pharo30/main/AST-Interpreter-Core-EstebanLo...
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
10817 Spec inspector https://pharo.fogbugz.com/f/cases/10817/
WARNING: This change sets new debugger as default :)
Had a quick look and saw that the old debugger is still the default one. Also it would be good to sync with the content from the Debugger repository as it contains some bug fixes. What can I do to make this easy or you? (I can merge the version from pharo with the one from the Debugger repository; should I also create a slice?) Andrei
2013/6/25 Andrei Vasile Chis <chisvasileandrei@gmail.com>
10817 Spec inspector
https://pharo.fogbugz.com/f/cases/10817/
WARNING: This change sets new debugger as default :)
Had a quick look and saw that the old debugger is still the default one.
Yeah that was a miscommunication between Camillo, Esteban and I.
Also it would be good to sync with the content from the Debugger repository as it contains some bug fixes. What can I do to make this easy or you? (I can merge the version from pharo with the one from the Debugger repository; should I also create a slice?)
Yeah please merge it and make a slice and a bug report in fogbugz. It will
be integrated the day after you create the slice and put the bug in bugtracker to status 'fix review needed'. Andrei I have a question. On the old debugger when I right click on the stack I have a lot of features (as return value, browse class, ..). On the new debugger with Spec UI and your model I don't have all these features. Are they implemented in the model and not in the spec UI ? Are they not implemented because no one requested :) ?Could you add them ? Because we will put the new debugger by default in a few weeks (We first wait a few time to confirm that Opal and spec inspectors are stable enough to support the new debugger) and people will blame us if these features are not here.
Andrei
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
Also it would be good to sync with the content from the Debugger
repository as it contains some bug fixes. What can I do to make this easy or you? (I can merge the version from pharo with the one from the Debugger repository; should I also create a slice?)
Yeah please merge it and make a slice and a bug report in fogbugz. It will be integrated the day after you create the slice and put the bug in bugtracker to status 'fix review needed'.
Will do it by tomorrow.
Andrei I have a question. On the old debugger when I right click on the stack I have a lot of features (as return value, browse class, ..). On the new debugger with Spec UI and your model I don't have all these features.
Are they implemented in the model and not in the spec UI ? Are they not implemented because no one requested :) ?Could you add them ?
They are not implemented because at beginning I didn't needed them :). They will be added soon (https://pharo.fogbugz.com/default.asp?10952) Also I've created some more issues with the things that should be done in order for the new debugger to be ready for integration. I'd be online Friday afternoon during the sprint working on those issues. Andrei
Andrei Vasile Chis wrote
They are not implemented because at beginning I didn't needed them :). They will be added soon (https://pharo.fogbugz.com/default.asp?10952)
Maybe this would be a good time to jettison cruft i.e. don't implement things until someone requests them ;) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-update-3-0-30221-tp4695055p4695166.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (5)
-
Andrei Vasile Chis -
Clément Bera -
Esteban Lorenzano -
Sean P. DeNigris -
Sven Van Caekenberghe