Re: [Pharo-dev] Bench comparing Pahro 1.4 and 3.0.

2014-06-10 Thread Esteban Lorenzano
On 10 Jun 2014, at 02:59, Freemail nicolaih...@web.de wrote: On Tue Jun 10 06:58:58 2014 Max Leske maxle...@gmail.com wrote: On 10.06.2014, at 00:08, Nicolai Hess nicolaih...@web.de wrote: The script is slower on Pharo3. But I think, this has nothing to do with the pharo3

Re: [Pharo-dev] Pharo compilation limits

2014-06-10 Thread Clément Bera
2014-06-10 2:23 GMT+02:00 GOUBIER Thierry thierry.goub...@cea.fr: Hi all, anybody would have a way to determine the maximum length / maximum complexity of a method in a Pharo out of a parse tree (or whether if the parse tree is over the limit)? There are many different issues: maximum

Re: [Pharo-dev] Bench comparing Pahro 1.4 and 3.0.

2014-06-10 Thread Nicolai Hess
2014-06-10 8:03 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: On 10 Jun 2014, at 02:59, Freemail nicolaih...@web.de wrote: On Tue Jun 10 06:58:58 2014 Max Leske maxle...@gmail.com wrote: On 10.06.2014, at 00:08, Nicolai Hess nicolaih...@web.de wrote: The script is slower on

Re: [Pharo-dev] issue validation for pharo40

2014-06-10 Thread Marcus Denker
On 08 Jun 2014, at 10:23, Marcus Denker marcus.den...@inria.fr wrote: On 07 Jun 2014, at 22:18, Nicolai Hess nicolaih...@web.de wrote: I guess you all already know, that the issuevalidator doesn't work for slices from pharo40 inbox. Is there anything we can do? Yes, It is on my TODO

Re: [Pharo-dev] Access to XMLPullParser

2014-06-10 Thread Serge Stinckwich
Ok thank you Hernan. I push a commit. All tests are green now for Pharo 3.0 On Tue, Jun 10, 2014 at 7:24 AM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Done 2014-06-08 18:00 GMT-03:00 Serge Stinckwich serge.stinckw...@gmail.com: Can someone add me to XMLPullParser:

Re: [Pharo-dev] Delete a package in SmalltalkHub

2014-06-10 Thread Nicolas Petton
jannik laval jannik.la...@gmail.com writes: Hi guys, I confirm: at home the deletion works like a charm. At work, I have proxies and the deletion does not work. What I don't understand is why only the deletion does not work ? There could be a caching issue? Jannik, could you contact me

Re: [Pharo-dev] Bench comparing Pahro 1.4 and 3.0.

2014-06-10 Thread Hilaire Fernandes
No I did not mean that: in *one* run, it seems the execution is slower at the end of the script. My computer is a bit slow, so I can observe more likely such behavior. Thanks Hilaire Le 10/06/2014 09:03, Nicolai Hess a écrit : And I don't know if this difference in timing is what Hilaire

Re: [Pharo-dev] Pharo compilation limits

2014-06-10 Thread GOUBIER Thierry
Hi Clement, I'm hitting the maximum jump size limit. The method is around 1 characters long, with a sequence of ifTrue: ifFalse: Thierry De : Pharo-dev [pharo-dev-boun...@lists.pharo.org] de la part de Clément Bera [bera.clem...@gmail.com] Envoyé : mardi 10

Re: [Pharo-dev] issue validation for pharo40

2014-06-10 Thread Esteban Lorenzano
On 10 Jun 2014, at 05:34, Marcus Denker marcus.den...@inria.fr wrote: On 08 Jun 2014, at 10:23, Marcus Denker marcus.den...@inria.fr wrote: On 07 Jun 2014, at 22:18, Nicolai Hess nicolaih...@web.de wrote: I guess you all already know, that the issuevalidator doesn't work for slices

Re: [Pharo-dev] Pharo compilation limits

2014-06-10 Thread Clément Bera
2014-06-10 14:32 GMT+02:00 GOUBIER Thierry thierry.goub...@cea.fr: Hi Clement, I'm hitting the maximum jump size limit. The method is around 1 characters long, with a sequence of ifTrue: ifFalse: Hello, For now, this issue is hard to solve. The maximum length of a jump is 1024

[Pharo-dev] Windows VM question

2014-06-10 Thread Hilaire Fernandes
Hello, When I look at the Windows VM file directory, it looks like this: Contents FT2Plugin.dll libcairo-2.dll libeay32.dll libfreetype-6.dll libgit2.dll libpixman-1-0.dll libpng-3.dll libssh2-1.dll Pharo.exe SqueakFFIPrims.dll SqueakSSL.dll ssleay32.dll zlib1.dll Now I would like to hide all

Re: [Pharo-dev] Windows VM question

2014-06-10 Thread Hilaire Fernandes
Of course I meant I want to move those .dll files in a subdirectory. Thanks Hilaire Le 10/06/2014 17:55, Hilaire Fernandes a écrit : Now I would like to hide all this *.dll files. I check for the .ini parameters but I did not find anything. Did I miss somethings? -- Dr. Geo http://drgeo.eu

[Pharo-dev] [pharo-project/pharo-core]

2014-06-10 Thread GitHub
Branch: refs/tags/40019 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [website] Small updates to Documentation page

2014-06-10 Thread Marcus Denker
http://pharo.org/documentation - added talk of Doru to the presentations. - added Pharo for the Enterprise to the book section. Marcus

[Pharo-dev] PharoWebDoc

2014-06-10 Thread p...@highoctane.be
Is there any place where one can reliably load PharoWebDoc parts? I see things in the configuration browser (PPMarkdown) But this gives issues in 3.0 Then github from Camillo and Esteban (a fork). And in the configurations themselves it looks like a mess. I cloned the repos and tried to load

[Pharo-dev] ConfigurationOfZincHTTPComponents class#catalogKeywords - can we change that a little bit?

2014-06-10 Thread Paul DeBruicker
The current method is #catalogKeywords ^ #(#networking #internet #http #client #server #request #response #url #mime-type #character-encoding) Can we change it to #catalogKeywords ^ #(#networking #internet #http #client #server #request #response #url #mimeType

[Pharo-dev] ConfigurationOfIDE, ConfigurationOfMorphicUI

2014-06-10 Thread Pavel Krivanek
Hi, I were successful in two small battles on the remodularization front. Firstly I'm able again to build image with ConfigurationOfIDE: https://ci.inria.fr/pharo/view/4.0-Bootstrap/job/Pharo-4.0-Bootstrap-Step-3-ConfigurationOfIDE/ This job takes the shrinked image and tries to load (almost)

Re: [Pharo-dev] ConfigurationOfZincHTTPComponents class#catalogKeywords - can we change that a little bit?

2014-06-10 Thread Sven Van Caekenberghe
Hi Paul, It is good that you picked this up so quickly, since I just committed it a couple of hours ago. Would #catalogKeywords ^ #(#networking #internet #http #client #server #request #response #url #'mime-type' #'character-encoding') be good as well (I don't know what the

Re: [Pharo-dev] ConfigurationOfZincHTTPComponents class#catalogKeywords - can we change that a little bit?

2014-06-10 Thread Sven Van Caekenberghe
And now it is published as well: === Name: ConfigurationOfZincHTTPComponents-SvenVanCaekenberghe.66 Author: SvenVanCaekenberghe Time: 10 June 2014, 10:22:30.144809 pm UUID: 7a18f667-bff7-4989-ab5f-bfefca108754 Ancestors: ConfigurationOfZincHTTPComponents-SvenVanCaekenberghe.65 fix a syntax and

Re: [Pharo-dev] vm over android

2014-06-10 Thread Esteban A. Maringolo
2014-06-09 17:08 GMT-03:00 p...@highoctane.be p...@highoctane.be: Le 9 juin 2014 20:40, Hilaire Fernandes hilaire.fernan...@gmail.com a écrit : I have to admit Esteban is absolutely right. DrGeo on Android and iPad were very interesting experiences but it is not up to the expect level in

Re: [Pharo-dev] Windows VM question

2014-06-10 Thread Nicolai Hess
As long as the libraries are accessible from the path environment variable. create directory dll put all dlls into that directory SET PATH=%PATH%;dll pharo.exe 2014-06-10 18:01 GMT+02:00 Hilaire Fernandes hilaire.fernan...@gmail.com: Of course I meant I want to move those .dll files in

Re: [Pharo-dev] Pharo compilation limits

2014-06-10 Thread GOUBIER Thierry
Clement, Thanks for the update. Given the way the code is structured, it is a bit hard to work on catching the error: it's refactoring-based, so it prepares a set of refactorings, then applies them in one go. So, once you reach the error, you are very far from the point where you decided to