[Pharo-project] [update 3.0] #30014
30014 ----- 10138 Config browser does not work in Pharo 3.0, requires new repo https://pharo.fogbugz.com/f/cases/10138/ 10111 DictionaryTest does not properly test subclass functionality https://pharo.fogbugz.com/f/cases/10111 7465 version printing command line needs modifiers https://pharo.fogbugz.com/f/cases/7465 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Tools-MarcusDenker.1069 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/System-CommandLine-MarcusDenk... http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/KernelTests-MarcusDenker.479 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/CollectionsTests-MarcusDenker... http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Collections-Unordered-MarcusD...
On 27 Mar 2013, at 08:25, Marcus Denker <marcus.denker@inria.fr> wrote:
7465 version printing command line needs modifiers https://pharo.fogbugz.com/f/cases/7465
Cool. I was already thinking about this. Could we not further extend #printVersion with - an option to print the VM version (through the image) - an option to print the loaded versions of all installed packages ? Also, the we could not extend the #config option with a --trace to print what is interactively printed on the Transcript, and then also the final result of the load operation ? Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
On 2013-03-27, at 09:17, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 27 Mar 2013, at 08:25, Marcus Denker <marcus.denker@inria.fr> wrote:
7465 version printing command line needs modifiers https://pharo.fogbugz.com/f/cases/7465
Cool. I was already thinking about this.
Could we not further extend #printVersion with - an option to print the VM version (through the image) - an option to print the loaded versions of all installed packages
why not? :) there is already the --version switch which is a bit a strange combo of everything ;)
Also, the we could not extend the #config option with a --trace to print what is interactively printed on the Transcript, and then also the final result of the load operation ?
I guess we should do that :), I almost implemented that once since I hate not knowing what's going on.
participants (3)
-
Camillo Bruni -
Marcus Denker -
Sven Van Caekenberghe