Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-27 Thread Nicolas Cellier
Pharo 2.0 has implemented - bitAnd: and | - bitOr: For who is dealing with bits, that's convenient, however it creates one more case of false polymorphism, these messages being used for Boolean already... Nicolas 2012/8/27 S Krish krishnamachari.sudha...@gmail.com: On loading up and testing

Re: [Pharo-project] serializing DynamicVariables (Zinc so far)

2012-08-27 Thread Stéphane Ducasse
we are not in hurry :) On Aug 26, 2012, at 4:25 PM, Frank Shearar wrote: On 25 August 2012 20:19, Stéphane Ducasse stephane.duca...@inria.fr wrote: frank would you be interested to write a chapter on dynamicVariable and delimited one? Because it would be really good to be able to read that.

Re: [Pharo-project] [update 2.0] #20269

2012-08-27 Thread Pavel Krivanek
Hi, it is not possible to move messages between packages. http://code.google.com/p/pharo/issues/detail?id=6607 -- Pavel On Sun, Aug 26, 2012 at 4:28 PM, Esteban Lorenzano esteba...@gmail.com wrote: btw... this last change finish first step to getting rid off PackageInfo (replacing it with

Re: [Pharo-project] [ENH]: MCHttpRepository Authentication (Issue 6449)

2012-08-27 Thread Sean P. DeNigris
Fix in inbox. You specify the credentials to be used for a url and all new instances of MCHttpRepository will use those credentials. For example: registry := MCServerRegistry uniqueInstance. registry on: self exampleServerUrl beUser: 'myusername' withPassword: 'mypassword'. repo

Re: [Pharo-project] serializing DynamicVariables (Zinc so far)

2012-08-27 Thread Levente Uzonyi
On Sun, 26 Aug 2012, Frank Shearar wrote: On 26 August 2012 17:55, Levente Uzonyi le...@elte.hu wrote: On Sun, 26 Aug 2012, Frank Shearar wrote: That sounds like a reasonable workaround to address Mariano's immediate problem :) I don't see what other issues are there to solve. :) Then

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-27 Thread Igor Stasenko
On 27 August 2012 09:01, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: Pharo 2.0 has implemented - bitAnd: and | - bitOr: For who is dealing with bits, that's convenient, however it creates one more case of false polymorphism, these messages being used for Boolean already...

Re: [Pharo-project] serializing DynamicVariables (Zinc so far)

2012-08-27 Thread Frank Shearar
On 27 August 2012 12:16, Levente Uzonyi le...@elte.hu wrote: On Sun, 26 Aug 2012, Frank Shearar wrote: On 26 August 2012 17:55, Levente Uzonyi le...@elte.hu wrote: On Sun, 26 Aug 2012, Frank Shearar wrote: That sounds like a reasonable workaround to address Mariano's immediate problem :)

Re: [Pharo-project] 'self halt' safety net

2012-08-27 Thread Ben Coman
Igor Stasenko wrote: you can open .changes file in another image to rescue your code. Thanks Igor. I gave that a go but couldn't work it out. I tried the following: Unzipped a fresh image, copied the .changes file into the folder to overwrite the existing .changes file, then after

Re: [Pharo-project] Reef examples and documentation

2012-08-27 Thread Oscar E A Callaú
Thanks a lot. It would be really useful and a great marketing campaign to have a demo image. Something similar to JQueryMobile for Seaside: http://jquerymobile.seasidehosting.st May be I can work on it later, when I understand how Reef works. Cheers. On Aug 27, 2012, at 7:53 , Stéphane

Re: [Pharo-project] 'self halt' safety net

2012-08-27 Thread Eliot Miranda
On Mon, Aug 27, 2012 at 8:44 AM, Ben Coman b...@openinworld.com wrote: Igor Stasenko wrote: you can open .changes file in another image to rescue your code. Thanks Igor. I gave that a go but couldn't work it out. I tried the following: Unzipped a fresh image, copied the .changes

Re: [Pharo-project] 'self halt' safety net

2012-08-27 Thread Igor Stasenko
On 27 August 2012 17:44, Ben Coman b...@openinworld.com wrote: Igor Stasenko wrote: you can open .changes file in another image to rescue your code. Thanks Igor. I gave that a go but couldn't work it out. I tried the following: Unzipped a fresh image, copied the .changes file into

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-27 Thread Lawson English
I get this using Pharo 1.4. Thing is, it was working a few weeks ago and now not. I was hoping to do a video on how to add simple ultra-fast assembler methods using NB but still can't because the target is moving way too fast. My usual strategy is to show how to load a package in a brief

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-27 Thread Igor Stasenko
On 27 August 2012 23:58, Lawson English lengli...@cox.net wrote: I get this using Pharo 1.4. Thing is, it was working a few weeks ago and now not. I was hoping to do a video on how to add simple ultra-fast assembler methods using NB but still can't because the target is moving way too fast.

[Pharo-project] Why it takes much more time to load stuff in 2.0 comparing to 1.4?

2012-08-27 Thread Igor Stasenko
I was checking how ConfigurationOfNativeBoost behaves on 1.4 and i noticed that it loads like 3-5 times faster comparing to 2.0.. and i refusing to believe this is because of different network latency, because most time which it spends during loading in 2.0 is showing compiling / installing