Re: [Pharo-users] OS question

2014-03-05 Thread Friedrich Dominicus
Pierce Ng writes: > On Mon, Mar 03, 2014 at 07:30:56AM +0100, Friedrich Dominicus wrote: >> I'm just wondering who is using Pharo on some BSD (Free/Open/386) > > I am a long time FreeBSD user. Right now an instance of my blog is running > on Pharo 1.4 on CogVM on FreeBSD 8.x. How did you build th

Re: [Pharo-users] [Pharo-dev] Phratch one-click

2014-03-05 Thread jannik laval
Thank you for the report Hilaire. I think now that we need some profiling. Any expert for that ? Jannik 2014-03-05 10:08 GMT+01:00 Hilaire Fernandes : > I am on Linux. > > Hilaire > > Le 04/03/2014 17:06, jannik laval a écrit : > > Are you using it on a Mac ? > > On Windows and Linux it is rea

Re: [Pharo-users] [Pharo-dev] Phratch one-click

2014-03-05 Thread Damien Cassou
On Wed, Mar 5, 2014 at 10:08 AM, Hilaire Fernandes wrote: > I am on Linux. you can use the new package on the PPA if you are on Ubuntu: https://launchpad.net/~pharo/+archive/stable/ Please keep me informed because there is no user right now :-) -- Damien Cassou http://damiencassou.seasidehos

Re: [Pharo-users] [Pharo-dev] Phratch one-click

2014-03-05 Thread Hilaire Fernandes
For event, how is it developed? I remember, when I started developing DrGeo I used the change/update event mecanism. Then I dropped it for a simple linear top/down update of the geometric tree model, it becames much faster after that. Hilaire Le 05/03/2014 10:44, jannik laval a écrit : > > I th

[Pharo-users] MIgrating pier link checker to Pharo 3

2014-03-05 Thread Stephan Eggermont
I’m trying to migrate the Pier link checker to Pharo 3, going from HTTPSocket to ZnClient. Looks like a good API improvement, but some things are still different. http://humane-assessment.com claims not to support this head request (501), as does http:://cognitive-edge.com (404). Anyone know what

Re: [Pharo-users] MIgrating pier link checker to Pharo 3

2014-03-05 Thread Sven Van Caekenberghe
Stephan, I am not sure what you are trying to achieve with HEAD and Location, I have never seen that. Are you trying to resolve redirects ? There should be no need for that since Zn follows them by default. But to answer your questions, this code does work: ZnClient new url: 'http://cogniti

Re: [Pharo-users] MIgrating pier link checker to Pharo 3

2014-03-05 Thread Stephan Eggermont
Sven wrote: >I am not sure what you are trying to achieve with HEAD and Location, I have >never seen that. Are you trying to resolve >redirects ? There should be no >need for that since Zn follows them by default. Thanks. It is called Pier-LinkChecker. It is supposed to check all links in a Pi

[Pharo-users] some collection observations

2014-03-05 Thread Werner Kassens
Hi, 1. i do this in pharo 2.0: b:=Bag newFrom: #(1 2). OrderedCollection newFrom: b."works nicely" Array newFrom: b."error" the error happens because ArrayedCollection>>newFrom: inherited by Array expects a SequenceableCollection that has 'at:' implemented. but the first line of ArrayedCollecti

Re: [Pharo-users] some collection observations

2014-03-05 Thread Sven Van Caekenberghe
Hi Werner, I don't know what you are trying to achieve, but it looks like you want to do conversions. Have you considered this ? (Bag with: 1 with: 2) asArray. (Bag with: 1 with: 2) asOrderedCollection. These both work. I personally never noticed or used #newFrom: As for #as: some people

Re: [Pharo-users] some collection observations

2014-03-05 Thread Werner Kassens
> I don't know what you are trying to achieve, but it looks like you want to do conversions. Have you considered this ? Hi Sven, yes, i have. i simply noticed this, when i tried to speed up a program and thought, i should mention it. werner

[Pharo-users] Configuration of Smalltalkhub

2014-03-05 Thread Stephan Eggermont
I have taken a look at the configuration of Smalltalkhub and started making some changes to make it work in Pharo 3. - added a new baseline, referring to smalltalkhub instead of squeaksource and ConfigurationOfSeaside3 with newer versions. Couldn’t save it to the repository though. - the s