Re: [Pharo-project] Problem with loading Nautilus after Seaside

2012-03-28 Thread Stéphane Ducasse
I entered a bug entry http://code.google.com/p/pharo/issues/detail?id=5566 Stef On Mar 28, 2012, at 7:18 AM, Stéphane Ducasse wrote: Yes this is a bug probably due to the looked up of variable (bindingOf:) We should fix it for 1.4 Thanks. Stef On Mar 28, 2012, at 4:27 AM,

Re: [Pharo-project] Pharo on iOS w/ faster graphics

2012-03-28 Thread Marcus Denker
On Mar 27, 2012, at 6:35 PM, Stéphane Ducasse wrote: First, here's a little background about myself. I'm an academic researcher in human-computer interaction and educational technology. I've been programming in Smalltalk since the early days of Squeak. For those who remember, I wrote

Re: [Pharo-project] ProtoObject initialize

2012-03-28 Thread Noury Bouraqadi
exactly. The semantics of initialize for classes is different from the one for plain instances. On 27 mars 2012, at 22:18, Guillermo Polito wrote: Now, re-initializing classes is kind of weird :P. I should only initialize classes with it's own #initialize and their subclasses -only if they

[Pharo-project] [GSoC] Call for students

2012-03-28 Thread Janko Mivšek
Dear Students, Now it is your turn! You will have to register in our website first [1], put there some information, show interest for the projects and contact the project mentors. After the registration step you will get all the mentors information in order to contact them. By pressing the button

Re: [Pharo-project] SciSmalltalk

2012-03-28 Thread Tudor Girba
Excellent, indeed! Doru On Wed, Mar 28, 2012 at 7:24 AM, Serge Stinckwich serge.stinckw...@gmail.com wrote: BTW, i'm looking for some Smalltalk code implementing Runge-Kutta methods for solving a  set of ordinary differential equations (ODEs). Regards, On Wed, Mar 28, 2012 at 8:38 AM,

Re: [Pharo-project] interpreter cannot read image file

2012-03-28 Thread Pavel Krivanek
On Tue, Mar 27, 2012 at 9:24 PM, Eliot Miranda eliot.mira...@gmail.com wrote: On Tue, Mar 27, 2012 at 12:36 AM, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi, I'm trying to open an old production image based on Squeak 3.9.1 file with CogVM and I get: This interpreter (vers. 6505)

Re: [Pharo-project] FileURL don't works properly on windows

2012-03-28 Thread Igor Stasenko
On 27 March 2012 20:28, Gary Chambers gazzagu...@btinternet.com wrote: Then again... if you want cleverness you do a link on archaic filesystems that can't do a proper root... Personally I'd like a URI/URL to work crossly on multiple platforms in a reasonable manner. Otherwise it is a pain

Re: [Pharo-project] SciSmalltalk

2012-03-28 Thread Serge Stinckwich
Dear Gsoc admins, could you add this project to the list of ideas ? Thank you. Regards, On Wed, Mar 28, 2012 at 8:38 AM, Serge Stinckwich serge.stinckw...@gmail.com wrote: Dear all, we already discuss about that in the moose and pharo mailing-list. Maybe this is too late, but please find a

Re: [Pharo-project] GSoC proposal: Naked Objects using Magritte

2012-03-28 Thread Esteban Lorenzano
sorry... my fly is imminent now :) well... while I could be 2nd mentor, I think is better to enable others to participate, also I don't know exactly my time next month(s), so, I'll say welcome aboard, Stan :) cheers, Esteban El 27/03/2012, a las 6:24p.m., Stephan Eggermont escribió:

Re: [Pharo-project] [Moose-dev] SciSmalltalk

2012-03-28 Thread Alexandre Bergel
Hi Serge! I welcome very much this initiative. Something that I believe is important, is an pdf graph exporter (maybe based on EyeSee) and the various test distribution (e.g., CHI). The fact that these two are missing is exactly the reason why I use R and Numbers instead of Pharo. I sincerely

Re: [Pharo-project] SciSmalltalk

2012-03-28 Thread Janko Mivšek
Hi Serge, I put your really needed project proposal to our site: http://gsoc2012.esug.org/projects/sci-smalltalk Now please register, go to the project and put yourself as mentor (see 'edit' link near mentor name). Please find also a second mentor. Best regards Janko Dne 28. 03. 2012

Re: [Pharo-project] [Moose-dev] SciSmalltalk

2012-03-28 Thread Nicolas Cellier
Le 28 mars 2012 14:44, Alexandre Bergel alexandre.ber...@me.com a écrit : Hi Serge! I welcome very much this initiative. Something that I believe is important, is an pdf graph exporter (maybe based on EyeSee) and the various test distribution (e.g., CHI). The fact that these two are missing

Re: [Pharo-project] Problem with loading Nautilus after Seaside

2012-03-28 Thread Stéphane Ducasse
Bug fixed! Stef I entered a bug entry http://code.google.com/p/pharo/issues/detail?id=5566 Stef On Mar 28, 2012, at 7:18 AM, Stéphane Ducasse wrote: Yes this is a bug probably due to the looked up of variable (bindingOf:) We should fix it for 1.4 Thanks. Stef On Mar

Re: [Pharo-project] [Moose-dev] SciSmalltalk

2012-03-28 Thread Stéphane Ducasse
yes first step first I welcome very much this initiative. Something that I believe is important, is an pdf graph exporter (maybe based on EyeSee) and the various test distribution (e.g., CHI). The fact that these two are missing is exactly the reason why I use R and Numbers instead of

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

2012-03-28 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.3/27/Project:Pharo 1.3Date of build:Wed, 28 Mar 2012 14:48:36 +0200Build duration:21 minCHANGESNo ChangesBUILD ARTIFACTSPharo-1.3/Pharo-1.3.stPharo-1.3.changesPharo-1.3.imagePharo-1.3.zipJUnit TestsName: AST.Tests.Core Failed: 0

Re: [Pharo-project] SciSmalltalk

2012-03-28 Thread Schwab,Wilhelm K
Do we really want Smalltalk code, or a wrapper around a C library? I've been tackling GSL, but callbacks+ffi have gotten strange. Still, it seems that for 500k element FFTs and other tricks, C _has_ to be faster than what we can create in Smalltalk. I am not at all thrilled about GSL's

Re: [Pharo-project] [Moose-dev] SciSmalltalk

2012-03-28 Thread Schwab,Wilhelm K
It would be great to stab the R beast through the heart. But it will be tough go given the richness of analyses that R can do. I have been tinkering with PLplot for a while, but there are some graphs for R is simply more capable, and the modeling and tests are undeniably powerful. Bill

Re: [Pharo-project] VM Crash on OSX for Pharo 1.3 One Click

2012-03-28 Thread Marcus Denker
On Mar 28, 2012, at 4:17 PM, p...@highoctane.be wrote: I do have a crash when moving a Morph around. Here is the lengthy message below. I do have a number of packages loaded but nothing that messes with the original contents. Any idea of where to look? (This may help me ask less

Re: [Pharo-project] [Moose-dev] SciSmalltalk

2012-03-28 Thread Serge Stinckwich
On Wed, Mar 28, 2012 at 7:12 PM, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: Le 28 mars 2012 14:44, Alexandre Bergel alexandre.ber...@me.com a écrit : Hi Serge! I welcome very much this initiative. Something that I believe is important, is an pdf graph exporter (maybe based on

[Pharo-project] Why packageOrganizer is messy :)

2012-03-28 Thread Stéphane Ducasse
| packageNames pOrgPackages | pOrgPackages := PackageOrganizer default packages. packageNames := MCWorkingCopy allManagers collect: [:each | each packageName]. pOrgPackages reject: [:each | packageNames includes: each packageName] just 217 that are wrong in my image. Stef

Re: [Pharo-project] Reliable method change detection

2012-03-28 Thread Martin Dias
On Wed, Mar 21, 2012 at 11:09 AM, Alexandre Bergel alexandre.ber...@me.comwrote: This is interesting. If we have this method on Object, can it be used to keep track of side effects? It looks like to isn't it? For doing that, you should access any object in a byte-indexed way, I don't know

Re: [Pharo-project] Reliable method change detection

2012-03-28 Thread Martin Dias
I discovered that String implements #crc16, which adapted for my needs (as #crc16from:to:), it's faster than my Adler implementation, so I moved. cheers, Martín On Wed, Mar 28, 2012 at 4:15 PM, Martin Dias tinchod...@gmail.com wrote: On Wed, Mar 21, 2012 at 11:09 AM, Alexandre Bergel

Re: [Pharo-project] [Vm-dev] Re: Enhancing SmalltalkImagerecreateSpecialObjectsArray to lower coupling

2012-03-28 Thread David T. Lewis
On Mon, Mar 19, 2012 at 10:01:23AM -0700, Eliot Miranda wrote: Hi Guillermo, On Sun, Mar 18, 2012 at 5:46 PM, Guillermo Polito guillermopol...@gmail.com wrote: What about changing #recreateSpecialObjectsArray so having in mind some classes like Bitmap or Display may not be in the

[Pharo-project] What is the Zodiac load script for 1.3?

2012-03-28 Thread Sean P. DeNigris
I've tried many different combinations from mailing list posts and websites, but unable to duplicate the functionality of the Zodiac alpha one-click. Here was one attempt: Gofer new squeaksource: 'ZincHTTPComponents'; package:

[Pharo-project] CogVM LD_LIBRARY_PATH

2012-03-28 Thread Francois Stephany
I got the same error than in thread: http://forum.world.st/can-t-infer-base-LD-LIBRARY-PATH-Aborting-td4237761.html The server was running an Ubuntu 10.04.4 LTS 32bits. CogVM from there: http://www.mirandabanda.org/files/Cog/VM/VM.r2538/ ldd gave me this: ldd lib/squeak/4.0-2538/squeak

Re: [Pharo-project] [Moose-dev] SciSmalltalk

2012-03-28 Thread Alexandre Bergel
For what I need R, Pharo can easily be better. Just an EyeSee pdf exporter will give me enough energy to build things on top of it. Alexandre Le 28 mars 2012 à 10:21, Schwab,Wilhelm K bsch...@anest.ufl.edu a écrit : It would be great to stab the R beast through the heart. But it will be