Re: [Pharo-project] building and installing a morph in the background

2012-05-27 Thread Igor Stasenko
On 27 May 2012 23:32, Tudor Girba wrote: > "To utilize feedback, you first have to acquire it." :) -- Best regards, Igor Stasenko.

Re: [Pharo-project] building and installing a morph in the background

2012-05-27 Thread Tudor Girba
Hi, Thanks, Igor. Indeed, something is strange. And indeed, you were obviously right about not building the morph inside the addDeferredUIMessage block. It's published now. I built a test to show the behavior. It does not rely on a Glamour mechanism, but it does use the GLMWatcherWindow. Perha

Re: [Pharo-project] [Pharo-users] [ANN] Fuel Release Version 1.8

2012-05-27 Thread Igor Stasenko
On 27 May 2012 21:23, Mariano Martinez Peck wrote: > > > >> Fuel works out of the box in Pharo from 1.1 up to 2.0 (checked at >> #20094). Please check our documentation [2] for complete installation >> and use guides > > > > Martin told me something by private email that I think is worth to mentio

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Usman Bhatti
On Sun, May 27, 2012 at 12:58 PM, p...@highoctane.be wrote: > Yes, very interesting, motivating, and results producing! > > Thanks a ton for making it a reality. > > Two blog posts of mine just in case you are interested: > > http://philippeback.be/2012/05/first-day-of-pharoconf-in-lille/ > http:/

Re: [Pharo-project] class message

2012-05-27 Thread Igor Stasenko
On 27 May 2012 21:04, Mariano Martinez Peck wrote: > >> >> >> So questions: >> >> >> Is ProtoObject should implement #class? >> >> >> Can we move #class method from Object to ProtoObject? >> >> >> >> >> > >> >> > upsgood catch! indeed, we should move it to ProtoObject. >> >> > >> >> mm.. why?

Re: [Pharo-project] [Pharo-users] Zinc/Zodiac Documentation

2012-05-27 Thread Stéphane Ducasse
thanks Sven. I have nearly finish to read the zinc chapter. Great contents. I would like to create diagram and others for the book version but no time right now. Stef On May 27, 2012, at 7:34 PM, Sven Van Caekenberghe wrote: > Hi, > > > Now that I have recovered from the intensive Pharo Confer

Re: [Pharo-project] [Pharo-users] [ANN] Fuel Release Version 1.8

2012-05-27 Thread Mariano Martinez Peck
Fuel works out of the box in Pharo from 1.1 up to 2.0 (checked at > #20094). Please check our documentation [2] for complete installation > and use guides Martin told me something by private email that I think is worth to mention. Not sure if you read it carefully, but Fuel is working from Pharo

Re: [Pharo-project] class message

2012-05-27 Thread Mariano Martinez Peck
> >> >> So questions: > >> >> Is ProtoObject should implement #class? > >> >> Can we move #class method from Object to ProtoObject? > >> >> > >> > > >> > upsgood catch! indeed, we should move it to ProtoObject. > >> > > >> mm.. why? > > > > > > Because ALL objects do have a class. Right? if you

Re: [Pharo-project] Halt using UnhandledError: bad idea

2012-05-27 Thread Igor Stasenko
On 27 May 2012 19:16, Stéphane Ducasse wrote: >>> >>> hi, i just discovered that Halt signals the exception as unhandled one.. which, in own turn makes announcers who using on:fork: to _fork_ the process, so when debugger opens you don't see who sent the announcement sinc

[Pharo-project] Zinc/Zodiac Documentation

2012-05-27 Thread Sven Van Caekenberghe
Hi, Now that I have recovered from the intensive Pharo Conference, I found the time to publish the Zinc and Zodiac documentation. The two main websites have been updated: http://zn.stfx.eu http://zdc.stfx.eu My slides are here http://zn.stfx.eu/zn/zn-talk-pharo-confer

Re: [Pharo-project] Halt using UnhandledError: bad idea

2012-05-27 Thread Stéphane Ducasse
>> >> >>> hi, i just discovered that Halt signals the exception as unhandled one.. >>> >>> which, in own turn makes announcers who using on:fork: to _fork_ the >>> process, >>> so when debugger opens you don't see who sent the announcement since >>> the bottom stack frame is #on:fork: >> >> Ex

Re: [Pharo-project] Halt using UnhandledError: bad idea

2012-05-27 Thread Stéphane Ducasse
Ok I got it and we agree :) >> hi, i just discovered that Halt signals the exception as unhandled one.. >> >> which, in own turn makes announcers who using on:fork: to _fork_ the process, >> so when debugger opens you don't see who sent the announcement since >> the bottom stack frame is #on:fork

Re: [Pharo-project] Halt using UnhandledError: bad idea

2012-05-27 Thread Igor Stasenko
On 27 May 2012 18:18, Stéphane Ducasse wrote: > > >> hi, i just discovered that Halt signals the exception as unhandled one.. >> >> which, in own turn makes announcers who using on:fork: to _fork_ the process, >> so when debugger opens you don't see who sent the announcement since >> the bottom st

Re: [Pharo-project] class message

2012-05-27 Thread Igor Stasenko
On 27 May 2012 14:46, Mariano Martinez Peck wrote: > > > On Sun, May 27, 2012 at 2:31 PM, Igor Stasenko wrote: >> >> On 27 May 2012 11:40, Mariano Martinez Peck wrote: >> > >> > >> > On Sun, May 27, 2012 at 11:02 AM, Denis Kudriashov >> > >> > wrote: >> >> >> >> I found problem. >> >> >> >> Pro

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Stéphane Ducasse
> +1 > > And thanks to all involved in the conf. I hope that some years in the future > I can say "I was present in the first PharoConf!" :) well the second :) The first was organized at Annecy by laurent laffont and herve Verjus. But it was less international :)

Re: [Pharo-project] building and installing a morph in the background

2012-05-27 Thread Igor Stasenko
i think there is some mistake in event wiring.. i cannot tell much, because i don't understand the glamour models.. but what i found strange is that i get large pause before i got halt in actOnMatchingPresentationsChanged: it looks like the same event goes twice (or there two kinds of events) an

Re: [Pharo-project] Halt using UnhandledError: bad idea

2012-05-27 Thread Stéphane Ducasse
> hi, i just discovered that Halt signals the exception as unhandled one.. > > which, in own turn makes announcers who using on:fork: to _fork_ the process, > so when debugger opens you don't see who sent the announcement since > the bottom stack frame is #on:fork: Excellent this would also exp

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Mariano Martinez Peck
On Sun, May 27, 2012 at 6:01 PM, Igor Stasenko wrote: > On 27 May 2012 12:58, p...@highoctane.be wrote: > > Yes, very interesting, motivating, and results producing! > > > > Thanks a ton for making it a reality. > > > > Two blog posts of mine just in case you are interested: > > > > http://phili

Re: [Pharo-project] [Vm-dev] Re: VM problem?

2012-05-27 Thread Mariano Martinez Peck
> More than that, since CompiledMethod redefines #=, it is strange that > it's not redefines #hash as well, > because it is one of requirements to make sure they are always in sync. > > indeed! > > > Two conclusions: > > > > The solution is to define CompiledMethod>hash such that it does not > ac

Re: [Pharo-project] class message

2012-05-27 Thread Stéphane Ducasse
excellent! I love milestones (metacello) just for that. On May 27, 2012, at 5:25 PM, Denis Kudriashov wrote: > Ok. > > Now I just fix SMock by adding #class method. > And I publish new ConfigurationOfMocketry to > squeaksource/MetacelloRepository. > All tests green >

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Igor Stasenko
On 27 May 2012 12:58, p...@highoctane.be wrote: > Yes, very interesting, motivating, and results producing! > > Thanks a ton for making it a reality. > > Two blog posts of mine just in case you are interested: > > http://philippeback.be/2012/05/first-day-of-pharoconf-in-lille/ > http://philippebac

[Pharo-project] Halt using UnhandledError: bad idea

2012-05-27 Thread Igor Stasenko
hi, i just discovered that Halt signals the exception as unhandled one.. which, in own turn makes announcers who using on:fork: to _fork_ the process, so when debugger opens you don't see who sent the announcement since the bottom stack frame is #on:fork: Now if you change Halt>>defaultAction

Re: [Pharo-project] class message

2012-05-27 Thread Denis Kudriashov
Ok. Now I just fix SMock by adding #class method. And I publish new ConfigurationOfMocketry to squeaksource/MetacelloRepository. All tests green

Re: [Pharo-project] Working directory

2012-05-27 Thread Stéphane Ducasse
>> >>> >>> >>> I can hardly see what else can replace a tree/graph-like data >>> organization. >>> >> >> Something entirely unexpected that no one saw coming, no doubt :) >> >> e.g. what does the "current working directory" mean in a system with >> orthogonal persistence? >> > probably nothi

Re: [Pharo-project] Working directory

2012-05-27 Thread Igor Stasenko
On 27 May 2012 15:04, Douglas Brebner wrote: > On 26/05/2012 23:08, Igor Stasenko wrote: >> >> >> I can hardly see what else can replace a tree/graph-like data >> organization. >> > > Something entirely unexpected that no one saw coming, no doubt :) > > e.g. what does the "current working director

Re: [Pharo-project] class message

2012-05-27 Thread Mariano Martinez Peck
On Sun, May 27, 2012 at 3:06 PM, Douglas Brebner < squeakli...@fang.demon.co.uk> wrote: > On 27/05/2012 13:46, Mariano Martinez Peck wrote: > >> >> Because ALL objects do have a class. Right? >> > > Wasn't one of the reasons for ProtoObject to enable building non-class > (e.g. prototype) object sy

Re: [Pharo-project] class message

2012-05-27 Thread Douglas Brebner
On 27/05/2012 13:46, Mariano Martinez Peck wrote: Because ALL objects do have a class. Right? Wasn't one of the reasons for ProtoObject to enable building non-class (e.g. prototype) object systems?

Re: [Pharo-project] Working directory

2012-05-27 Thread Douglas Brebner
On 26/05/2012 23:08, Igor Stasenko wrote: I can hardly see what else can replace a tree/graph-like data organization. Something entirely unexpected that no one saw coming, no doubt :) e.g. what does the "current working directory" mean in a system with orthogonal persistence?

Re: [Pharo-project] class message

2012-05-27 Thread Mariano Martinez Peck
On Sun, May 27, 2012 at 2:31 PM, Igor Stasenko wrote: > On 27 May 2012 11:40, Mariano Martinez Peck wrote: > > > > > > On Sun, May 27, 2012 at 11:02 AM, Denis Kudriashov > > > wrote: > >> > >> I found problem. > >> > >> Proxy classes in SMock and Mocketry are subclasses of ProtoObject which > >

Re: [Pharo-project] class message

2012-05-27 Thread Igor Stasenko
On 27 May 2012 11:40, Mariano Martinez Peck wrote: > > > On Sun, May 27, 2012 at 11:02 AM, Denis Kudriashov > wrote: >> >> I found problem. >> >> Proxy classes in SMock and Mocketry are subclasses of ProtoObject which >> not implements #class. >> But proxy classes use "self class" in some methods

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Johan Brichau
Yes, it was really nice. Thanks for such a good atmosphere! I regret I was unable to be there on Friday. Of course, I hope to see you all at ESUG in Gent! ;-) Johan (sent from my mobile) On 27 May 2012, at 12:58, "p...@highoctane.be" wrote: > Yes, very interesting, motivating, and results p

[Pharo-project] nice little Graphical IDE from MIT

2012-05-27 Thread Lawson English
http://openendedgroup.com/field/OverviewBanners2.html -- Squeak from the very start (introduction to Squeak and Pharo Smalltalk for the (almost) complete and compleate beginner). https://www.youtube.com/playlist?list=PL6601A198DF14788D&feature=view_all

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread p...@highoctane.be
Yes, very interesting, motivating, and results producing! Thanks a ton for making it a reality. Two blog posts of mine just in case you are interested: http://philippeback.be/2012/05/first-day-of-pharoconf-in-lille/ http://philippeback.be/2012/05/second-day-at-pharoconf-in-lille/ Thanks again!

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Norbert Hartl
Yes, was fun to see a lot of you. And I could add some new faces to my inventory. Great! Norbert Am 27.05.2012 um 00:12 schrieb Tudor Girba: > Hi, > > I had a good time at PharoConf. > > Thanks for organizing it. > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "Beauty is where we se

Re: [Pharo-project] class message

2012-05-27 Thread Milan Mimica
On 27 May 2012 11:02, Denis Kudriashov wrote: > > I add #class implementation from Object to ProtoObject and all SMock and > Mocketry tests become green. > Yes, that fixes any problems I can think of with it. Otherwise #class ends up in #doesNotUnderstand which is special for proxy objects...

Re: [Pharo-project] class message

2012-05-27 Thread Mariano Martinez Peck
On Sun, May 27, 2012 at 11:02 AM, Denis Kudriashov wrote: > I found problem. > > Proxy classes in SMock and Mocketry are subclasses of ProtoObject which > not implements #class. > But proxy classes use "self class" in some methods (like #printOn: > implementation). > > I add #class implementation

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Alain Plantec
yes! thanks!!! Cheers Alain Le 27/05/12 00:12, Tudor Girba a écrit : Hi, I had a good time at PharoConf. Thanks for organizing it. Cheers, Doru -- www.tudorgirba.com "Beauty is where we see it."

Re: [Pharo-project] class message

2012-05-27 Thread Denis Kudriashov
I found problem. Proxy classes in SMock and Mocketry are subclasses of ProtoObject which not implements #class. But proxy classes use "self class" in some methods (like #printOn: implementation). I add #class implementation from Object to ProtoObject and all SMock and Mocketry tests become green.

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Luc Fabresse
Yes, thanks to organizers and every participants for all of this positive energy! #Luc 2012/5/27 Sven Van Caekenberghe > +1 > > On 27 May 2012, at 00:12, Tudor Girba wrote: > > > Hi, > > > > I had a good time at PharoConf. > > > > Thanks for organizing it. > > > > Cheers, > > Doru > > > > > >

Re: [Pharo-project] class message

2012-05-27 Thread Stéphane Ducasse
> > no, the other way around, now #class is NOT bytecoded, and therefore is > > managed as a normal message send. > > > > That is much better. Thanks! I like progress even if it breaks old code. > > :) > But we always try to minimize else we would go much faster and btw class > should not break

Re: [Pharo-project] class message

2012-05-27 Thread Denis Kudriashov
Hello 2012/5/26 Milan Mimica > On 26 May 2012 20:53, Stéphane Ducasse wrote: > >> > >> > What has changed in implementation "class" message in between Pharo 1.3 >> and 1.4? Is it compiled inline now or something like that? >> > >> > no, the other way around, now #class is NOT bytecoded, and the

Re: [Pharo-project] thanks for pharoconf

2012-05-27 Thread Sven Van Caekenberghe
+1 On 27 May 2012, at 00:12, Tudor Girba wrote: > Hi, > > I had a good time at PharoConf. > > Thanks for organizing it. > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "Beauty is where we see it." I liked it a lot as well: interesting content, interesting people, motivational. Thx,