[Pharo-project] [update 2.0] #20372

2012-11-01 Thread Marcus Denker
20372 - Issue 6891: MetacelloToolbox missing http://code.google.com/p/pharo/issues/detail?id=6891 Diff information: http://ss3.gemstone.com/ss/Pharo20/Metacello-ToolBox-MarcusDenker.133.diff -- Marcus Denker -- http://marcusdenker.de

[Pharo-project] Smalltalk to Python and back

2012-11-01 Thread dimitris chloupis
Probably I have mentioned this several times but I am working on a project for visual programming targeting 3d app blender. I am using currently pharo though I am still interested in squeak too and I have decided that in order to communicate with blender python to use a socket bridge. My

Re: [Pharo-project] Unable to use Monticello in last images from Jenkins

2012-11-01 Thread Camillo Bruni
could you try the following benchmarks http://dev.nuclearrooster.com/2009/11/08/checking-gzipdeflate-server-responses-with-curl/ with the following urls (just 2 projects): http://smalltalkhub.com/mc/estebanlm/Voyage/main http://squeaksource.com/NativeBoost/ both support gzip answers without

Re: [Pharo-project] Smalltalk to Python and back

2012-11-01 Thread Fernando Olivero
Hi, you can get inspiration from http://clamato.net/, a similar approach using petit parser to translate to javascript. Fernando On Thu, Nov 1, 2012 at 1:42 PM, dimitris chloupis theki...@yahoo.co.ukwrote: Probably I have mentioned this several times but I am working on a project for visual

Re: [Pharo-project] Unable to use Monticello in last images from Jenkins

2012-11-01 Thread Guido Chari
Both tests succeed. I couldn't read at home so i couldn't test it without the proxy but i'm almost sure the proxy is not explaining the issue. 2012/11/1 Camillo Bruni camillobr...@gmail.com could you try the following benchmarks

[Pharo-project] wrong FileSystem paths resolving

2012-11-01 Thread Pavel Krivanek
Hi, in a Jenkins job configuration I have this bash line for Pharo start: ./vm.sh images/$IMAGE_NAME.image $WORKSPACE/support/pharo.tank $WORKSPACE/support/pharo.tankst In the console I got this error + ./vm.sh images/PharoKernelTanker-2.0.image '/builds/jenkins/workspace/Pharo Kernel 2.0

[Pharo-project] Aida with Realtime (WebSockets) support released

2012-11-01 Thread Janko Mivšek
Dear Smalltalkers, I think it can be safely claimed that Aida/Web is a first Smalltalk web framework, even more, one of the first frameworks at all to integrate HTML5 WebSockets for so called realtime web apps. Realtime in sense that values on the page are updated immediately when value changes

[Pharo-project] How to use alien and/or FFI in OS X or iOS

2012-11-01 Thread Gerold Pummer
Hello! I want to use the native UI of iOS for my apps(*) and came across Alien and FFI. I did a ConfigurationOfAlien loadMacOSX to see the samples and each of this samples reveals a MessageNotUnderstood exception for Alienlookup if they are called. No errors on loading the packages into the

[Pharo-project] differently organized method categories in the Debugger dnu: create process

2012-11-01 Thread Paul DeBruicker
Hi- When I create methods using the Debugger's 'Create' button I am never sure which categories are used in the class I'm adding the method to versus those in its super classes. In an effort to not have to think about that any more I've adapted the

[Pharo-project] FileSystem classseparator?

2012-11-01 Thread Stéphane Ducasse
Hi Right now if I want to get the separator I have to get the FileSystem instance FileSystem disk separator I was thinking that it would be good to be able to access separator without going to the instance. Does it make sense? Probably not since the separator depends on the store used and so

Re: [Pharo-project] differently organized method categories in the Debugger dnu: create process

2012-11-01 Thread Marcus Denker
Hello, To make this easy to review and integrate, what is the best is the following 1) add an issue to the issue tracker. http://code.google.com/p/pharo/issues/list I did it for this already for your report (to not forget it):

Re: [Pharo-project] differently organized method categories in the Debugger dnu: create process

2012-11-01 Thread Stéphane Ducasse
Thanks paul I created http://code.google.com/p/pharo/issues/detail?id=6897 BTW: Did you sign the license agreement? Stef On Nov 1, 2012, at 9:32 PM, Paul DeBruicker wrote: Hi- When I create methods using the Debugger's 'Create' button I am never sure which categories are used in the

Re: [Pharo-project] Network-MIME extensions

2012-11-01 Thread Stéphane Ducasse
Thanks Pavel.! An easy bug for the sprint of tomorrow. Stef On Nov 1, 2012, at 9:44 PM, Pavel Krivanek wrote: Hi, the package Network-MIME contains extension methods for classes FileDirectory and MacFileDirectory that are not present in the system:

Re: [Pharo-project] FileSystem classseparator?

2012-11-01 Thread Camillo Bruni
the separator depends on the current platform... so one or the other way you'll have to go via an instance (repeating your statement :P). what did you have in mind? besides with FileReference you rarely have to use separator, unlike with FileDirectory where you had to do tons of operations on

Re: [Pharo-project] differently organized method categories in the Debugger dnu: create process

2012-11-01 Thread Stéphane Ducasse
+ 1 and it will avoid that we do work in parallel. Marcus I will close my entry. Stef On Nov 1, 2012, at 10:14 PM, Marcus Denker wrote: Hello, To make this easy to review and integrate, what is the best is the following 1) add an issue to the issue tracker.

Re: [Pharo-project] FileSystem classseparator?

2012-11-01 Thread Stéphane Ducasse
On Nov 1, 2012, at 10:42 PM, Camillo Bruni wrote: the separator depends on the current platform... so one or the other way you'll have to go via an instance (repeating your statement :P). what did you have in mind? I was thinking aloud :) besides with FileReference you rarely have to use

Re: [Pharo-project] FileSystem classseparator?

2012-11-01 Thread Camillo Bruni
On 2012-11-01, at 22:45, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Nov 1, 2012, at 10:42 PM, Camillo Bruni wrote: the separator depends on the current platform... so one or the other way you'll have to go via an instance (repeating your statement :P). what did you have in

Re: [Pharo-project] differently organized method categories in the Debugger dnu: create process

2012-11-01 Thread Marcus Denker
On Nov 1, 2012, at 10:44 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: + 1 and it will avoid that we do work in parallel. Marcus I will close my entry. :-) I merged in into yours as a duplicate. Marcus -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] wrong FileSystem paths resolving

2012-11-01 Thread Camillo Bruni
maybe we should change vm.sh? I'll have a look at it. On 2012-11-01, at 17:15, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi, in a Jenkins job configuration I have this bash line for Pharo start: ./vm.sh images/$IMAGE_NAME.image $WORKSPACE/support/pharo.tank

Re: [Pharo-project] wrong FileSystem paths resolving

2012-11-01 Thread Camillo Bruni
I tried to fix the script AFAIK it work locally. can you retry the stuff on the server? best cami On 2012-11-01, at 22:56, Camillo Bruni camillobr...@gmail.com wrote: maybe we should change vm.sh? I'll have a look at it. On 2012-11-01, at 17:15, Pavel Krivanek pavel.kriva...@gmail.com