Re: [Pharo-project] direct object manipulation

2012-03-31 Thread Francisco Garau
On 30 March 2012 21:43, Eliot Miranda wrote: > > > For newspeak there is a native installer for Mac OS and Windows. See > http://www.squeakvm.org/svn/squeak/branches/Cog/nscogbuild/cygwinbuild/installer&; > http://www.squeakvm.org/svn/squeak/branches/Cog/nscogbuild/macbuild/installer. > These a

Re: [Pharo-project] Zodiac on Linux

2012-03-31 Thread Sven Van Caekenberghe
Sean, On 31 Mar 2012, at 08:09, Sean P. DeNigris wrote: > When deploying an image to Ubuntu and starting with the Cog VM from Jenkins, > I got an error "undefined symbol sqSetIntPropertySSL" from libSqueakSSL.so. > Any ideas? > > Thanks. > Sean It most certainly works on servers, for me, and fo

Re: [Pharo-project] Zodiac on Linux

2012-03-31 Thread Sean P. DeNigris
Sven Van Caekenberghe wrote > > It most certainly works on servers, for me, and for others. > The Zodiac one-click works, just not the Jenkins vm. It seems to be an issue with the ssl plugin built by Jenkins. When I copy the ssl plugin from the Zodiac alpha one-click into the Jenkins Cog vm, it

Re: [Pharo-project] Zodiac on Linux

2012-03-31 Thread Sven Van Caekenberghe
On 31 Mar 2012, at 16:09, Sean P. DeNigris wrote: > Sven Van Caekenberghe wrote >> >> It most certainly works on servers, for me, and for others. >> > > The Zodiac one-click works, just not the Jenkins vm. It seems to be an issue > with the ssl plugin built by Jenkins. When I copy the ssl plug

Re: [Pharo-project] Zodiac on Linux

2012-03-31 Thread Marcus Denker
On Mar 31, 2012, at 4:10 PM, Sean P. DeNigris wrote: > > Sven Van Caekenberghe wrote >> >> It most certainly works on servers, for me, and for others. >> > > The Zodiac one-click works, just not the Jenkins vm. It seems to be an issue > with the ssl plugin built by Jenkins. When I copy the ss

[Pharo-project] [update 1.4] #14418

2012-03-31 Thread Marcus Denker
14418 - Issue 5571: clean up #cleanUpForProduction a little more http://code.google.com/p/pharo/issues/detail?id=5571 Issue 5570: Strange deprecation http://code.google.com/p/pharo/issues/detail?id=5570 -- Marcus Denker -- http://marcusdenker.de

[Pharo-project] Collection new printString make the image hanging

2012-03-31 Thread Fabrizio Perin
Hi, I was coding in Pharo1.3 Latest update: #13315 By evaluating some tests again the emergency evaluator pop up (Pharo doesn't like me lately :) ). This time at least I figure that some elements i use in the tests do not print properly: so if you do Collection new printString. the image seems

Re: [Pharo-project] Collection new printString make the image hanging

2012-03-31 Thread Marcus Denker
On Mar 31, 2012, at 6:43 PM, Fabrizio Perin wrote: > Hi, > I was coding in > Pharo1.3 > Latest update: #13315 > 13315 is very old. The current version is 13327... and your problem sounds like something we fixed a long time ago. > By evaluating some tests again the emergency evaluator pop up

Re: [Pharo-project] Collection new printString make the image hanging

2012-03-31 Thread Stéphane Ducasse
On Mar 31, 2012, at 6:43 PM, Fabrizio Perin wrote: > Hi, > I was coding in > Pharo1.3 > Latest update: #13315 > > By evaluating some tests again the emergency evaluator pop up (Pharo doesn't > like me lately :) ). > This time at least I figure that some elements i use in the tests do not > pr

Re: [Pharo-project] Collection new printString make the image hanging

2012-03-31 Thread Stéphane Ducasse
> > 13315 is very old. The current version is 13327... and your problem sounds > like something we fixed a long time ago. +1 > > >> By evaluating some tests again the emergency evaluator pop up (Pharo doesn't >> like me lately :) ). >> This time at least I figure that some elements i use in t

[Pharo-project] [ANN] Shootout benchmarking copied to ss3

2012-03-31 Thread Nicolas Cellier
These benchmarks are good, so I took the port of Eliot from Cog VMMaker and made a package of its own. Since I cannot create a new project on squeaksource, I decided to try SS3. See http://ss3.gemstone.com/ss/Shootout.html/ http://ss3.gemstone.com/ss/Shootout.html/Wiki http://shootout.alioth.debia

Re: [Pharo-project] [ANN] Shootout benchmarking copied to ss3

2012-03-31 Thread Stéphane Ducasse
excellent Jean-baptiste where did you publish the benchmarks you rescued? Stef On Mar 31, 2012, at 7:06 PM, Nicolas Cellier wrote: > These benchmarks are good, so I took the port of Eliot from Cog VMMaker and > made a package of its own. > Since I cannot create a new project on squeaksource, I

Re: [Pharo-project] Pharo1.4a#14407 one-click tests failing

2012-03-31 Thread Bernardo Ezequiel Contreras
submitted ! http://code.google.com/p/pharo/issues/detail?id=5572 On Sat, Mar 31, 2012 at 3:57 AM, Marcus Denker wrote: > > On Mar 31, 2012, at 6:56 AM, Martin Sandiford wrote: > > > There was a bug in timestamp handling for .changes that looks like it > > was integrated in #14410. > > http://cod

[Pharo-project] Windows Installer (was: direct object manipulation)

2012-03-31 Thread Torsten Bergmann
>> I want a good installer for each platform :) >> >For newspeak there is a native installer for Mac OS and Windows. We already have/had a native Installer for Pharo on Windows. I already posted the script and resources for the free NSIS installer already on the list and also gave it to Igor. I'

Re: [Pharo-project] Windows Installer (was: direct object manipulation)

2012-03-31 Thread Stéphane Ducasse
This is simple. The windows slave was a hell to make run. We got a lot of problems because of specific networks structure of our local INRIA setup. Now this is somehow solved and by october we will move the a real jenkins service (we were beta testers for inria). I imagine that soon we will do

Re: [Pharo-project] Windows Installer (was: direct object manipulation)

2012-03-31 Thread Marcus Denker
On Mar 31, 2012, at 10:42 PM, Torsten Bergmann wrote: >>> I want a good installer for each platform :) >>> >> For newspeak there is a native installer for Mac OS and Windows. > > We already have/had a native Installer for Pharo on Windows. > > I already posted the script and resources for the

[Pharo-project] Windows Installer (was: direct object manipulation)

2012-03-31 Thread Torsten Bergmann
>Yes, and for consistency. Either we go "installer for all three platforms", >or not. Having a one-click for all but windows in addition ist just >confusing. People often provide ZIP or TARs in open source projects for non-Windows and special windows installers for M$ users. Its not uncommmon. So

Re: [Pharo-project] [ANN] Shootout benchmarking copied to ss3

2012-03-31 Thread Serge Stinckwich
Maybe you should do a package with all the benchmarks available for Smalltalk ? On Sun, Apr 1, 2012 at 12:06 AM, Nicolas Cellier wrote: > These benchmarks are good, so I took the port of Eliot from Cog VMMaker and > made a package of its own. > Since I cannot create a new project on squeaksource

Re: [Pharo-project] Collection new printString make the image hanging

2012-03-31 Thread Fabrizio Perin
Hi, As I wrote: I don't know if those are suppose to be bugs or my inappropriate use of Collection and SequenceableCollection. I just reported. So thanks for all this info. Cheers, Fabrizio 2012/3/31 Stéphane Ducasse > > > > > 13315 is very old. The current version is 13327... and your proble