On Wed, Nov 30, 2016 at 7:37 PM, Henrik Nergaard <henrik.nergaard@uia.no> wrote:
SystemNavigation new allLocalCallsOn: 'No change' ofClass: ProtoObject .
"a Set(Delay class>>#delaySchedulerClass:)"
That is only called from two places: * DelayBenchmark>>bench: * Delay class >> systemSettingOn: so it is curious that #delaySchedulerClass: is being invoked.
From: Pharo-dev [mailto:pharo-dev-bounces@lists.pharo.org] On Behalf Of Esteban Lorenzano Sent: Wednesday, November 30, 2016 12:14 PM To: Pharo Development List <pharo-dev@lists.pharo.org> Subject: Re: [Pharo-dev] How to report website text bugs?
On 30 Nov 2016, at 12:09, Esteban Lorenzano <estebanlm@gmail.com> wrote: On 30 Nov 2016, at 11:26, Tim Mackinnon <tim@testit.works> wrote:
I just tried the new example on the website (factorial is a great example from the command line - I like it).
The output is:
$ ./pharo Pharo.image eval "42 factorial" 'No change' 1405006117752879898543142606244511569936384000000000
Out of curiosity, What is the âNo Changeâ message above the answer? no idea :) obviously⦠a remaining error :P and btw⦠thatâs obviously a transcript message.
actually an #inform: On Thu, Dec 1, 2016 at 12:14 AM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Tim,
On 30 Nov 2016, at 11:26, Tim Mackinnon <tim@testit.works> wrote:
I just tried the new example on the website (factorial is a great example from the command line - I like it).
The output is:
$ ./pharo Pharo.image eval "42 factorial" 'No change' 1405006117752879898543142606244511569936384000000000 $
Out of curiosity, What is the âNo Changeâ message above the answer?
What version are you using, I just tried (on macOS 10.12.1), in a terminal:
prometheus:pharo6 sven$ curl get.pharo.org/60+vm | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2901 100 2901 0 0 2565 0 0:00:01 0:00:01 --:--:-- 2571 Downloading the latest 60 Image: http://files.pharo.org/get-files/60/pharo.zip Pharo.image Downloading the latest pharoVM: http://files.pharo.org/get-files/60/pharo-mac-stable.zip pharo-vm/Pharo.app/Contents/MacOS/Pharo Downloading PharoV60.sources: http://files.pharo.org/get-files/60/sources.zip Creating starter scripts pharo and pharo-ui
prometheus:pharo6 sven$ ./pharo Pharo.image printVersion [version] 6.0 #60311
prometheus:pharo6 sven$ ./pharo Pharo.image eval '42 factorial' 1405006117752879898543142606244511569936384000000000
Works like a charm. I assume it works on Linux too.
I just tried the same with new download of Pharo 5 and it worked without outputting 'No change' cheers -ben