Re: [Pharo-project] Pharo and the ST-80 classes

2012-05-12 Thread blake
Thanks, Igor! On Sat, May 12, 2012 at 7:52 PM, Igor Stasenko wrote: > On 13 May 2012 00:30, blake wrote: >> I went to use a "Line" today and found it wasn't in Pharo. >> >> Apparently this is part of the ST80-* (ST80-Paths) classes which >> aren't carried over to Pharo. >> >> So...how do I draw

Re: [Pharo-project] Pharo and the ST-80 classes

2012-05-12 Thread Igor Stasenko
On 13 May 2012 00:30, blake wrote: > I went to use a "Line" today and found it wasn't in Pharo. > > Apparently this is part of the ST80-* (ST80-Paths) classes which > aren't carried over to Pharo. > > So...how do I draw a line on a morph (without creating another morph)? > Morphic is much much yo

Re: [Pharo-project] Pharo and the ST-80 classes

2012-05-12 Thread blake
Seems like I ought to be able to load in the ST80 classes but I don't see anything on Monti/Meta. On Sat, May 12, 2012 at 3:30 PM, blake wrote: > I went to use a "Line" today and found it wasn't in Pharo. > > Apparently this is part of the ST80-* (ST80-Paths) classes which > aren't carried over t

Re: [Pharo-project] Nautilus oddities (Naudities?)

2012-05-12 Thread Benjamin
Thank you :) I will try to do that soon ;) Ben On May 13, 2012, at 12:22 AM, blake wrote: > On Sat, May 12, 2012 at 3:18 PM, Benjamin > wrote: >> Obviously some stuff I did wrong :) >> >> More often, it's just because of a lack of review, most probably because I >> shouldn't code after 4am :

[Pharo-project] Pharo and the ST-80 classes

2012-05-12 Thread blake
I went to use a "Line" today and found it wasn't in Pharo. Apparently this is part of the ST80-* (ST80-Paths) classes which aren't carried over to Pharo. So...how do I draw a line on a morph (without creating another morph)? ===Blake===

Re: [Pharo-project] Nautilus oddities (Naudities?)

2012-05-12 Thread blake
On Sat, May 12, 2012 at 3:18 PM, Benjamin wrote: > Obviously some stuff I did wrong :) > > More often, it's just because of a lack of review, most probably because I > shouldn't code after 4am :) Heh. > Thanks for your feedback, I will have a look at this asap :) > Could you please open a bug e

Re: [Pharo-project] Nautilus oddities (Naudities?)

2012-05-12 Thread Benjamin
Obviously some stuff I did wrong :) More often, it's just because of a lack of review, most probably because I shouldn't code after 4am :) Thanks for your feedback, I will have a look at this asap :) Could you please open a bug entry to be sure I will not forget ? :) Thanks again, Ben On Ma

Re: [Pharo-project] [Seaside] Zinc as static file server

2012-05-12 Thread Sven Van Caekenberghe
On 12 May 2012, at 19:17, Paul DeBruicker wrote: >> BTW, we (or I) definitively need to add If-Modified-Since and 304 Not >> Modified behavior to ZnZincStaticServerAdaptor. >> > > OK. I added that to the version I just uploaded. I'll have a look later on (I have little time this weekend). W

[Pharo-project] Nautilus oddities (Naudities?)

2012-05-12 Thread blake
Observation: The Nautilus browser seems to have a tendency to offer options that have no effect. Or maybe it's just the refactoring elements, I'm not sure how the integration works. When right clicking on the method pane one seems to get the full suite of options even if no method is selected. O

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Fabrizio Perin
Good! Thanks Benjamin. Fabrizio 2012/5/12 Benjamin > Cool :) > > Ben > > On May 12, 2012, at 10:11 PM, Tudor Girba wrote: > > > Thanks. It works now. > > > > Cheers, > > Doru > > > > > > On 12 May 2012, at 18:05, Benjamin wrote: > > > >> Thank you guys :) > >> > >> It was a stupid mistake when

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Benjamin
Cool :) Ben On May 12, 2012, at 10:11 PM, Tudor Girba wrote: > Thanks. It works now. > > Cheers, > Doru > > > On 12 May 2012, at 18:05, Benjamin wrote: > >> Thank you guys :) >> >> It was a stupid mistake when posting versions :) >> So I fix it, and push the latest 2.0 fixes in the 1.4 vers

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Tudor Girba
Thanks. It works now. Cheers, Doru On 12 May 2012, at 18:05, Benjamin wrote: > Thank you guys :) > > It was a stupid mistake when posting versions :) > So I fix it, and push the latest 2.0 fixes in the 1.4 version :) > > So now it seems to work properly :) > > Could you try and confirm pleas

Re: [Pharo-project] [Pharo-consortium] We need your successes

2012-05-12 Thread Stéphane Ducasse
Thanks Hilaire for this cool one :) https://gforge.inria.fr/frs/download.php/30761/drgeo-teaser.pdf I should do one for http://www.synectique.eu Stef

Re: [Pharo-project] [review needed] Do we remove SmartRefStream?

2012-05-12 Thread Mariano Martinez Peck
On Sat, May 12, 2012 at 6:12 PM, Marcus Denker wrote: > > On May 12, 2012, at 10:27 AM, Stéphane Ducasse wrote: > > > > > On May 11, 2012, at 10:27 AM, Marcus Denker wrote: > > > >> > >> With Fuel, we should take the opportunity to clean up the systm. There > are things we need to keep > >> for a

Re: [Pharo-project] [review needed] Do we remove SmartRefStream?

2012-05-12 Thread Marcus Denker
On May 12, 2012, at 10:27 AM, Stéphane Ducasse wrote: > > On May 11, 2012, at 10:27 AM, Marcus Denker wrote: > >> >> With Fuel, we should take the opportunity to clean up the systm. There are >> things we need to keep >> for a while (DataStream, for example, a it is used by Monticello). >> >

[Pharo-project] Notify progress with Announcements instead of Exceptions

2012-05-12 Thread Sean P. DeNigris
Issue 5874: [ENH]: Notify progress with Announcements instead of Exceptions http://code.google.com/p/pharo/issues/detail?id=5874 This seems like a natural use case for Announcements and Exceptions seems like more of a hack. I found the Exception behavior very hard to customize. I caught the P

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Benjamin
Thank you guys :) It was a stupid mistake when posting versions :) So I fix it, and push the latest 2.0 fixes in the 1.4 version :) So now it seems to work properly :) Could you try and confirm please ? Thanks in advance, Ben On May 12, 2012, at 3:38 PM, Fabrizio Perin wrote: > Hi, > just do

Re: [Pharo-project] Implementors of...

2012-05-12 Thread Hilaire Fernandes
Ok, I did not know the behavior was as you just described it. Thanks Hilaire On 12/05/2012 14:18, Benjamin wrote: > Hello :) > > Do you have opened an entry ? > > Honestly, I am not a fan of this mechanism (as Marcus said, when I want > something specific, I select it from the text, then use

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Fabrizio Perin
Hi, just download the Moose build of May the 8th http://ci.moosetechnology.org/job/moose-latest-dev/972/artifact/moose/ and open Nautilus. You will notice that the browser is empty. I think that either in Moose is loaded the latest version of Nautilus, so we can report bugs or suggest improvemen

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Tudor Girba
Hi, The problem is reproducible in the latest Pharo 1.4. Just download it, and then run: Gofer new url: 'http://ss3.gemstone.com/ss/Nautilus'; package: 'ConfigurationOfNautilus'; load. (ConfigurationOfNautilus project version: #stable) load. Cheers, Doru On 12 May 2012, at

Re: [Pharo-project] Moving data into new package/image version

2012-05-12 Thread Mariano Martinez Peck
On Sat, May 12, 2012 at 3:03 PM, Sean P. DeNigris wrote: > I'm porting some apps that were using simple image-based persistence > (ReferenceStream) from 1.3 to 1.4. > > The first thing that I ran into was FS class name changes (e.g. FSReference > -> FileReference). Since the class wasn't present,

[Pharo-project] Moving data into new package/image version

2012-05-12 Thread Sean P. DeNigris
I'm porting some apps that were using simple image-based persistence (ReferenceStream) from 1.3 to 1.4. The first thing that I ran into was FS class name changes (e.g. FSReference -> FileReference). Since the class wasn't present, I got an errorKeyNotFound [1]. Naively tried: Smalltalk globa

[Pharo-project] [update 2.0] #20071

2012-05-12 Thread Esteban Lorenzano
20071 - Issue 5866: error in new CodeImporter http://code.google.com/p/pharo/issues/detail?id=5866 Issue 5835: Improved version of StartupPreferences http://code.google.com/p/pharo/issues/detail?id=5835

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Benjamin
Could you please point me where I can download the image and the exact way to reproduce the issue ? Because it clearly sounds weird to me, and I am proud that Moose use Nautilus :) Thanks in advance, Ben On May 12, 2012, at 12:06 PM, Fabrizio Perin wrote: > If we don't use the latest version

Re: [Pharo-project] Implementors of...

2012-05-12 Thread Benjamin
Hello :) Do you have opened an entry ? Honestly, I am not a fan of this mechanism (as Marcus said, when I want something specific, I select it from the text, then use shortcuts :) ) But I can understand you miss it. Open an entry to be sure it's not lost in the mailing list, and as soon as I

Re: [Pharo-project] Copying classes: breaking contract or not?

2012-05-12 Thread Mariano Martinez Peck
On Sat, May 12, 2012 at 12:41 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > > On May 12, 2012, at 12:05 PM, Mariano Martinez Peck wrote: > > > Hi guys. The last literal of a instance-side compiled method always > points to the SAME (#==) association of the class in Smalltalk global. >

Re: [Pharo-project] Copying classes: breaking contract or not?

2012-05-12 Thread Stéphane Ducasse
On May 12, 2012, at 12:05 PM, Mariano Martinez Peck wrote: > Hi guys. The last literal of a instance-side compiled method always points to > the SAME (#==) association of the class in Smalltalk global. > The literals of a compiled method that refer to class variables refer to the > same associa

Re: [Pharo-project] Implementors of...

2012-05-12 Thread Stéphane Ducasse
Hilaire on which version did you try it? Because there are a lot of changes in nautilus. Stef On May 12, 2012, at 11:47 AM, Hilaire Fernandes wrote: > Tried from Nautilus: > > Why when asking 'implementors of ' in the method menu, I only got the > implementor of this method. > > Am I doing so

Re: [Pharo-project] Implementors of...

2012-05-12 Thread Marcus Denker
On May 12, 2012, at 12:12 PM, Marcus Denker wrote: > > On May 12, 2012, at 11:47 AM, Hilaire Fernandes wrote: > >> Tried from Nautilus: >> >> Why when asking 'implementors of ' in the method menu, I only got the >> implementor of this method. >> > because this "implementors of", not "implemen

Re: [Pharo-project] Implementors of...

2012-05-12 Thread Marcus Denker
On May 12, 2012, at 11:47 AM, Hilaire Fernandes wrote: > Tried from Nautilus: > > Why when asking 'implementors of ' in the method menu, I only got the > implementor of this method. > because this "implementors of", not "implementors of..." If people really need the other (the one with the men

Re: [Pharo-project] We need your successes

2012-05-12 Thread Hilaire Fernandes
Nice idea, I will prepare one Hilaire On 11/05/2012 17:11, Stéphane Ducasse wrote: > Hi everybody > > We really want to build a "vitrine" showroom of Pharo and we would you to > participate. > We want to build a web page with all these successes and show it to the > world. :) > > We would li

Re: [Pharo-project] A comparative article (was Re: [squeak-dev] [ANN] STON - Smalltalk Object Notation)

2012-05-12 Thread H. Hirzel
On 5/12/12, Stéphane Ducasse wrote: > got three days meeting this week so crawling to get my brain aligned with > fun again… > I will read your article. I will also look at STON because I like the object > literal syntax too :). Fine...! > (note that I'm not changing my mind - I still do not get

Re: [Pharo-project] I cannot see the code in the latest Moose build

2012-05-12 Thread Fabrizio Perin
If we don't use the latest version of Nautilus what about to load the working version of Omnibrowser? Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load. (ConfigurationOfOmniBrowser project version: #stable) load: #( 'Dev' 'Dev Tests'). Che

[Pharo-project] Copying classes: breaking contract or not?

2012-05-12 Thread Mariano Martinez Peck
Hi guys. The last literal of a instance-side compiled method always points to the SAME (#==) association of the class in Smalltalk global. The literals of a compiled method that refer to class variables refer to the same association (#==) of the classPool of its class: self assert: ((GRPlatform cl

[Pharo-project] Implementors of...

2012-05-12 Thread Hilaire Fernandes
Tried from Nautilus: Why when asking 'implementors of ' in the method menu, I only got the implementor of this method. Am I doing something wrong? Look like the browser need a lot of love. Hilaire -- Dr. Geo -- http://www.drgeo.eu

Re: [Pharo-project] Some user interface suggestions

2012-05-12 Thread Stéphane Ducasse
Rick what you can also do is to set up a couple of script so that you set the settings to the value you like. On May 11, 2012, at 7:02 PM, J.F. Rick wrote: > Hi everybody, > > as you might remember, I'm teaching Pharo in an introductory class. I'm > finding a few rough edges with Pharo and w

Re: [Pharo-project] [BUG]: Nautilus won't launch

2012-05-12 Thread Esteban Lorenzano
yes... we need to iterate over RPackage soon :) On May 12, 2012, at 10:37 AM, Stéphane Ducasse wrote: > may be you found a bug in the integration of RPAckage to the system. > Unloading or removing a class may not be refreshed in the packages. > > > On May 11, 2012, at 8:22 PM, Sean P. DeNigris

Re: [Pharo-project] [BUG]: Nautilus won't launch

2012-05-12 Thread Stéphane Ducasse
may be you found a bug in the integration of RPAckage to the system. Unloading or removing a class may not be refreshed in the packages. On May 11, 2012, at 8:22 PM, Sean P. DeNigris wrote: > Issue 5867: [BUG]: Nautilus won't launch > http://code.google.com/p/pharo/issues/detail?id=5867 > > I

Re: [Pharo-project] SSO - CAS Client in Smalltalk ?

2012-05-12 Thread Stéphane Ducasse
Hi cedric Let us know because I like to get as protocol and solutions to interact with the world. May be such effort could be supported by esug too. Stef On May 11, 2012, at 2:18 PM, Cédrick Béler wrote: > Hi all, > > I'd like to develop some web apps for our university but one prerequisite

Re: [Pharo-project] Short rant on platforms and sessions

2012-05-12 Thread Stéphane Ducasse
Thanks for the info. Indeed it is nice. On May 11, 2012, at 2:56 AM, Chris Muller wrote: >> Dolphin shows us the correct path: session awareness. The image "wakes up" >> and decides where it is running - the vm can certainly help in Pharo's >> case. External resources are *not* cleared on image

Re: [Pharo-project] [review needed] Do we remove SmartRefStream?

2012-05-12 Thread Stéphane Ducasse
On May 11, 2012, at 10:27 AM, Marcus Denker wrote: > > With Fuel, we should take the opportunity to clean up the systm. There are > things we need to keep > for a while (DataStream, for example, a it is used by Monticello). > > But what about SmartRefStream? With ImageSegment already gone, doe

Re: [Pharo-project] DateAndTime hash was: Re: [squeak-dev] true hash

2012-05-12 Thread Stéphane Ducasse
On May 11, 2012, at 6:59 AM, Paul DeBruicker wrote: > I made issue 5858: https://code.google.com/p/pharo/issues/detail?id=5858 > > And Nicolas Cellier improved my suggestion as noted in the issue. **Thanks**!!!

Re: [Pharo-project] We need your successes

2012-05-12 Thread Francisco Garau
If you want a sexy picture... http://sketchfu.com/drawing/3469-sexy-turtle-on-the-prowl :) On 11 May 2012 16:11, Stéphane Ducasse wrote: > Hi everybody > > We really want to build a "vitrine" showroom of Pharo and we would you to > participate. > We want to build a web page with all these suc

Re: [Pharo-project] A comparative article (was Re: [squeak-dev] [ANN] STON - Smalltalk Object Notation)

2012-05-12 Thread Stéphane Ducasse
got three days meeting this week so crawling to get my brain aligned with fun again… I will read your article. I will also look at STON because I like the object literal syntax too :). (note that I'm not changing my mind - I still do not get why I need dictionary for method meta data - but we a

Re: [Pharo-project] on Raspberry Pi

2012-05-12 Thread Stéphane Ducasse
On May 10, 2012, at 11:37 AM, Pavel Krivanek wrote: > On Thu, May 10, 2012 at 11:31 AM, Marcus Denker > wrote: >> >> On May 10, 2012, at 11:29 AM, Pavel Krivanek wrote: >> >>> Hi, >>> >>> one my friend got Raspberry Pi yesterday so I have seen it in action. >>> I had almost no time for exper

Re: [Pharo-project] [Seaside] Zinc as static file server

2012-05-12 Thread Stéphane Ducasse
On May 12, 2012, at 9:52 AM, Sven Van Caekenberghe wrote: > Hi Paul, > > On 12 May 2012, at 02:57, Paul DeBruicker wrote: > >> I added the ability to specify Cache-Control headers for static files >> served by Zinc and added an API to the ZnZincStaticServerAdaptor that allows >> you to use t

Re: [Pharo-project] [Seaside] Zinc as static file server

2012-05-12 Thread Sven Van Caekenberghe
Hi Paul, On 12 May 2012, at 02:57, Paul DeBruicker wrote: > I added the ability to specify Cache-Control headers for static files served > by Zinc and added an API to the ZnZincStaticServerAdaptor that allows you to > use the defaults or provide a custom specification. Thanks for the contribu

Re: [Pharo-project] Parsing HTTP dates

2012-05-12 Thread Stéphane Ducasse
+100 > 'It is you Pharo'. > We have to make things better, one little step at a time, for all of us > together.