Re: [Pharo-project] CogVM speed

2012-03-26 Thread Milan Mimica
Have you compared with 32-bit binaries generated by gcc? On 25 March 2012 23:43, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi, I tried a few benchmarks from Computer Language Benchmark Game ( http://shootout.alioth.debian.org/u32/which-programming-languages-are-fastest.php ) on

Re: [Pharo-project] Seaside Book: Chapter 17, Serving Files

2012-03-26 Thread Francois Stephany
Yep it works well and if it fits your needs then go for it ;) I serve static assets with Seaside when the files are only accessible for a logged in user or when it depends of the state of the sessions. In other cases, I simply put all my files in a directory next to the image and serve them

Re: [Pharo-project] Seaside Book: Chapter 17, Serving Files

2012-03-26 Thread Philippe Marschall
On 03/26/2012 03:29 AM, Schwab,Wilhelm K wrote: Stef, Thanks for Dynamic Web Development With Seaside - it's a great book! One omission that I have noted is that of dynamically serving files. Making a long story short, I have a Seaside app that swallows and regurgitates literature (300

Re: [Pharo-project] CogVM speed

2012-03-26 Thread Pavel Krivanek
I did it on 64bit. However among other things, there is a big issue with equivalence of the programs. Because the same program in C/C++ would have to be able to be interrupted any time by an user, contain debug information to be able to show the computation state in context of the source codes and

Re: [Pharo-project] CogVM speed

2012-03-26 Thread Sven Van Caekenberghe
On 26 Mar 2012, at 09:07, Pavel Krivanek wrote: I did it on 64bit. However among other things, there is a big issue with equivalence of the programs. Because the same program in C/C++ would have to be able to be interrupted any time by an user, contain debug information to be able to show

[Pharo-project] GSoC more mentors wanted

2012-03-26 Thread Janko Mivšek
Dear Smalltalkers, We have quite nice projects, but mentors are still missing: http://gsoc2012.esug.org/projects http://gsoc2012.esug.org/mentors Note that current mentors are potential mentors and more project proposers than final mentors, so, if you are interested to mentor

Re: [Pharo-project] File browser with a grid widget

2012-03-26 Thread Damien Cassou
On Mon, Mar 26, 2012 at 12:33 AM, Alexis Parseghian a.par...@gmail.com wrote: I've always found the file browser's flat list over filenames a bit missing, and started experimenting with a grid view. The current version offers 3 columns : filename, size and modification timestamp. Sorting can

Re: [Pharo-project] Cog-Win32 build on Jenkins

2012-03-26 Thread Camillo Bruni
I just updated the jenkins config. best cami On 2012-03-26, at 04:49, Martin Sandiford wrote: Hi All, Any chance that the Cog-Win32 Jenkins job could be made dependent on the Cog Git Tracker (blessed) job in the same way as the Mac and Linux VMs are? I ask because I see that the job

Re: [Pharo-project] File browser with a grid widget

2012-03-26 Thread Alexis Parseghian
The current version offers 3 columns : filename, size and modification timestamp. Sorting can be on any of them (filename by default). That's a very good idea. Thank you. Could you please attach a screenshot to the issue tracker? Done.

[Pharo-project] [TODO 1.4] 12 issues left

2012-03-26 Thread Marcus Denker
Just 12 issues left that are tagged 1.4: http://code.google.com/p/pharo/issues/list?q=milestone%3D1.4 - are any of these not show stoppers? - are there any other tracker entries that are show stoppers for a release? -- Marcus Denker -- http://marcusdenker.de

[Pharo-project] [update 1.4] #14413

2012-03-26 Thread Marcus Denker
14413 - Issue 5142: Color depends on Compiler while it could just declare colors http://code.google.com/p/pharo/issues/detail?id=5142 Issue 5551: DisplayObject: remove file save http://code.google.com/p/pharo/issues/detail?id=5551 Issue 5428: Some

[Pharo-project] Fwd: [Lsehub-staff] Jenkins nice view

2012-03-26 Thread Marcus Denker
Begin forwarded message: From: Christophe Demarey Subject: [Lsehub-staff] Jenkins nice view A nice view with the help of the build pipeline plugin : https://ci.lille.inria.fr/pharo/view/Build%20pipeline/ -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] CogVM speed

2012-03-26 Thread Pavel Krivanek
I tried to compare two tests with Smalltalk/X too: - Mandelbrot (arithmetically intensive task) CogVM is 1.14 times slower than Smalltalk/X - Binary-trees Smalltalk/X is 1.4 times slower than CogVM It seems that this Smalltalk implementations are quite comparable... -- Pavel On Sun, Mar

Re: [Pharo-project] Building the iOS VM - Help

2012-03-26 Thread philippe.b...@highoctane.be
Hello I have been working at this today. cmake 2.8.3 gives me a weird message (always the same kind, so it looks like fixable...) I managed to get the sources generated (but a Pharo 1. 4 image failed, I used the script provided in image and this fetched me an image from Lille that worked - or

Re: [Pharo-project] Announcement vs SystemChangeNotifier

2012-03-26 Thread Henrik Sperre Johansen
On 26.03.2012 00:08, Igor Stasenko wrote: On 25 March 2012 21:49, Stéphane Ducassestephane.duca...@inria.fr wrote: Hi guys I'm starting to look at how we can remove SystemChangeNotifier to only use SystemAnnouncement. Now Is there an equivalent to SystemChangeNotifier

[Pharo-project] IWST'2012 CFP - International Workshop on Smalltalk Technologies

2012-03-26 Thread Alain Plantec
Apologies for multiple receptions. IWST @ ESUG 2012 International Workshop on Smalltalk Technologies Pending ACM In-Cooperation August 28th, 2012 Gent, Belgium

Re: [Pharo-project] File browser with a grid widget

2012-03-26 Thread Damien Cassou
On Mon, Mar 26, 2012 at 10:26 AM, Alexis Parseghian a.par...@gmail.com wrote: Done. Marcus just integrated it -- Damien Cassou http://damiencassou.seasidehosting.st Lambdas are relegated to relative obscurity until Java makes them popular by not having them. James Iry

[Pharo-project] [update 1.4] #14414

2012-03-26 Thread Marcus Denker
14414 - Issue 4547: Implementors of... always brings the same implementors window http://code.google.com/p/pharo/issues/detail?id=4547 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] [TODO 1.4] 12 issues left

2012-03-26 Thread Guillermo Polito
There are still 6 pending :). I'll try to manage and fix some this afternoon. What I see from my point of view:* Show stoppers:* http://code.google.com/p/pharo/issues/detail?id=5445 *Non-Show stoppers(but important maybe, or easy):* http://code.google.com/p/pharo/issues/detail?id=5534 Is

[Pharo-project] Pharo 1.4 Tests-Unix - Build # 310 - Unstable!

2012-03-26 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.4%20Tests-Unix/310/Project:Pharo 1.4 Tests-UnixDate of build:Mon, 26 Mar 2012 14:53:42 +0200Build duration:4 min 1 secCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29 test(s), Skipped: 0

Re: [Pharo-project] CogVM speed

2012-03-26 Thread Milan Mimica
Just wanted to point you that 64-bit code is notably faster than 32-bit code on 64-bit CPUs. You could put it another way: in order for a Smalltalk program to be equivalent to a C/C++ program, you would have to strip out all those things you mention there. But you can't. Now, whose limitation is

[Pharo-project] XMLParser tiny bug

2012-03-26 Thread Bernat Romagosa
Hi! I've found a little bug in XMLParser and fixed it, but I haven't found any issue tracker for the project, so I don't know where should I submit it. The bug occurs when the parsed page has the xml:lang property set to empty, in which case (anAttributeDictionary at: 'xml:lang') fails. So

Re: [Pharo-project] Building the iOS VM

2012-03-26 Thread philippe.b...@highoctane.be
Hello, I have spent a fair chunk of my day grinding my teeth at getting this working in Xcode 4.3 Not there yet. I am better at Cmake, Xcode 4.3, iOS5.1 SDK and GenerateSources for sure... The Xcode project gets generated but Xcode doesn't agrees with me opening it. Key findings: * all

Re: [Pharo-project] [TODO 1.4] 12 issues left

2012-03-26 Thread Stéphane Ducasse
I have the same analysis than you. Stef There are still 6 pending :). I'll try to manage and fix some this afternoon. What I see from my point of view: Show stoppers: http://code.google.com/p/pharo/issues/detail?id=5445 Non-Show stoppers(but important maybe, or easy):

[Pharo-project] Pharo 1.3 - Build # 25 - Still Unstable!

2012-03-26 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.3/25/Project:Pharo 1.3Date of build:Mon, 26 Mar 2012 20:51:05 +0200Build duration:20 minCHANGESNo ChangesBUILD ARTIFACTSPharo-1.3/Pharo-1.3.stPharo-1.3.changesPharo-1.3.imagePharo-1.3.zipJUnit TestsName: AST.Tests.Core Failed: 0

[Pharo-project] VM on iOS: still no luck, even with 4.2 and Cmake 2.8.3

2012-03-26 Thread philippe.b...@highoctane.be
Hello, Out of options for 4.3, I downloaded Xcode 4.2 and installed it back alongside 4.3. Then cleaned about everything, regenerated sources (including the IOSPlugin issue). xcode select to go back to 4.2 Then did a cmake -G Xcode . in build/ An Xcode project materialized there. Opening it

Re: [Pharo-project] [TODO 1.4] 12 issues left

2012-03-26 Thread Stefan Marr
On 26 Mar 2012, at 10:43, Marcus Denker wrote: Just 12 issues left that are tagged 1.4: http://code.google.com/p/pharo/issues/list?q=milestone%3D1.4 - are any of these not show stoppers? - are there any other tracker entries that are show stoppers for a release? 5147

[Pharo-project] Silly question: how to start up pharo on a given image?

2012-03-26 Thread stefano franchi
Dear all, this may be a silly question, but I can't find the answer in the pharo book or on the list: how do you start pharo on a specific image? in Visualworks, you'd do $vw imagename and from then on, the image and change file would be saved in imagename's directory. But in pharo, it seems

Re: [Pharo-project] Silly question: how to start up pharo on a given image?

2012-03-26 Thread stefano franchi
Ok, it was silly. Looking at the pharo.sh script made it clear. Sorry for the noise. Cheers, Stefano On Mon, Mar 26, 2012 at 5:13 PM, stefano franchi stefano.fran...@gmail.com wrote: Dear all, this may be a silly question, but I can't find the answer in the pharo book or on the list: how

Re: [Pharo-project] Silly question: how to start up pharo on a given image?

2012-03-26 Thread Schwab,Wilhelm K
Stefano, Don't worry about the noise - I'm glad you solved your problem. The following are some things that might help you or others in the future. To run latest versions off of Jenkins on Ubuntu, I just dump the image, changes, and Cog.zip contents into one directory and then have a

Re: [Pharo-project] how to get a string read stream from filesystem

2012-03-26 Thread Sean P. DeNigris
Lukas Renggli wrote As I just wrote a few days ago, you must use... #fileStreamDo: ...to get the traditional system stream I just ran into this. To start, how about a comment in #readStream and friends pointing this out? Sean -- View this message in context:

Re: [Pharo-project] Bug in DateAndTime?

2012-03-26 Thread Sean P. DeNigris
Max Leske wrote DateAndTime fromUnixTime: seconds DateAndTimefromUnixTime: anInteger ^ self fromSeconds: anInteger + 2177452800 unix epoch constant This seems like a bug to me. Wikipedia defines unix epoch time as the number of seconds elapsed since midnight