Re: [Pharo-project] Cluster analysis of Pharo source available?

2011-11-12 Thread csrabak
Guido, Notwithstanding how useful would be to track these attributes you just mentioned, I cannot see how the graphs of the clusters shown in the earlier post can be either a representation of them nor even a summary of what you brought now in this comment. . . Regards, -- Cesar Rabak Em 1

Re: [Pharo-project] FS and binary files

2011-11-12 Thread Stéphane Ducasse
I do not believe that what changed from colin implementation would impact the problem of johannes. Stef > Not really, Pharo forked the original implementation. > > In Colin's code you had to use the third supported stream type: not > #readStream and not #writeStream (that are minimal ANSI comp

Re: [Pharo-project] Call for help for reviewing code

2011-11-12 Thread Stéphane Ducasse
+1 On Nov 11, 2011, at 4:49 PM, Sean P. DeNigris wrote: > > mmimica wrote: >> >> "Nobody bothers to fix it" is not a valid issue resolution. > I agree. I sometimes find bugs that I can't fix because I don't understand > enough or just don't have time right then, even though the bug is very > an

Re: [Pharo-project] deprecation process

2011-11-12 Thread Stéphane Ducasse
normally we do it manually :). Stef On Nov 11, 2011, at 12:29 AM, Alain Plantec wrote: > Hi all, > I'm reviewing some fixes and I was just wondering: > Do we have to manually move a deprecated method to the > Deprecated14 package or is it done automatically ? > Thanks > Alain > >

Re: [Pharo-project] Cluster analysis of Pharo source available?

2011-11-12 Thread Stéphane Ducasse
On Nov 10, 2011, at 9:44 PM, Guido Stepken wrote: > Project managers directly can *see*, how much brainpower each programmer is > investing and in how far he really cleans up code, defines clear and usable > (and used by other coprogrammers) interfaces, or he is messing up the code, > producin

Re: [Pharo-project] Headless PetitParser

2011-11-12 Thread Stéphane Ducasse
Hi Alberto can you give an example so that people can learn too? Stef On Nov 10, 2011, at 6:16 PM, Alberto Bacchelli wrote: > Thank you everybody for your super-useful help! > I managed to create my first smalltalk script for headless Pharo (it's > pretty fun ;) ! > > Cheers, > Alberto > > --

Re: [Pharo-project] Instantiating from a Symbol

2011-11-12 Thread Stéphane Ducasse
>> > > Stéph, > > Nick is right. I guess the question is: how should normal client or user code > that used to do something like > > Smalltalk at: #Point > > be written ? > > Should we just do > > Smalltalk globals > > or > > self environment. environment should

Re: [Pharo-project] NewTextMorph

2011-11-12 Thread Stéphane Ducasse
Thanks! Stef On Nov 10, 2011, at 4:46 PM, Fernando Olivero wrote: > Done. > > Issue 4986: Removing NewTextMorph and related > > Fernando > On Thu, Nov 10, 2011 at 3:23 PM, Hilaire Fernandes > wrote: >> Fernando, can you do it? I think you know better the related elements. >> >> Hilaire >>

Re: [Pharo-project] Latest Polymorph improvements

2011-11-12 Thread Stéphane Ducasse
thanks http://code.google.com/p/pharo/issues/detail?id=4996 stef On Nov 10, 2011, at 5:32 PM, Gary Chambers wrote: > Time for another accumulated bunch of things ;-) > > Attached change set > > Summary: > > AlphaImageMorph > can now answer effective image bounds for a rectangle

Re: [Pharo-project] [Moose-dev] mooseentitystate

2011-11-12 Thread Stéphane Ducasse
good idea. if you have a piece of code send it. Stef On Nov 9, 2011, at 9:32 AM, jannik.laval wrote: > Hi Stef, > > It is not so simple :) > Take this example from Moose: > > === > LANNode methodDictionary collect:[:e | e timeStamp ifNotEmpty: [:s | s > subStrings first ]] > === > > LANNode

[Pharo-project] FFI wish list: double arrays and friends

2011-11-12 Thread Schwab,Wilhelm K
Sig, Stef is hinting that you are going to have some good news about OpenGL and FFI in general. One area in which I have been fumbling along is arrays of doubles, float, signed and unsigned single and double words. Some of it is redundant and arguably more about making code written for Dolphi

Re: [Pharo-project] FS and binary files

2011-11-12 Thread Johannes Rasche
ok Lukas, that works :) Am 12.11.11 13:43, schrieb Lukas Renggli: Use #fileStreamDo: or #fileStreamWritable:do: Lukas On 12 November 2011 13:19, Johannes Rasche wrote: Hi Sean, thanks for your effort and advice, but it didn't resolve my problem: try to open an image file with "PNGReadWrite

Re: [Pharo-project] Slides Pharo talk Smalltalks

2011-11-12 Thread Schwab,Wilhelm K
Stef, My guess will be an optimistic one :) It is of course non-binding, but that sounds great. With Sig on the job, probability of success is high. Re FFI and threading, Eliot described some very interesting ideas a while back; if you are undecided on how to proceed, it would be worth readin

Re: [Pharo-project] FS and binary files

2011-11-12 Thread Lukas Renggli
Use #fileStreamDo: or #fileStreamWritable:do: Lukas On 12 November 2011 13:19, Johannes Rasche wrote: > Hi Sean, > > thanks for your effort and advice, > > but it didn't resolve my problem: > try to open an image file with "PNGReadWriter on: xxx.png" > > Lukas wrote: > "In Colin's code you had t

Re: [Pharo-project] FS and binary files

2011-11-12 Thread Johannes Rasche
Hi Sean, thanks for your effort and advice, but it didn't resolve my problem: try to open an image file with "PNGReadWriter on: xxx.png" Lukas wrote: "In Colin's code you had to use the third supported stream type: not #readStream and not #writeStream (that are minimal ANSI compatible streams

Re: [Pharo-project] Fwd: Re: TextMorph: what is the purpose of predecessor/successor?

2011-11-12 Thread Igor Stasenko
On 12 November 2011 12:47, Alain Plantec wrote: > Le 12/11/2011 06:39, Igor Stasenko a écrit : >> >> >> On 11 November 2011 23:13, Johannes Rasche > > wrote: >> >> >>    as Igor mentioned yesterday it's useful for long texts. >> >> >> well, i said that its purpose to

[Pharo-project] Idea for Seaside/Pharo/DrGeo project

2011-11-12 Thread Hilaire Fernandes
I start to receive more and more sketches produced with DrGeo. Once Laurent told me it will be nice to have web site for DrGeo using Seaside or any other Smalltalk web framework. Now I see you it could be nice: - From DrGeo user could upload sketch to the web server - The web server with the adhoc

Re: [Pharo-project] Fwd: Re: TextMorph: what is the purpose of predecessor/successor?

2011-11-12 Thread Alain Plantec
Le 12/11/2011 06:39, Igor Stasenko a écrit : On 11 November 2011 23:13, Johannes Rasche > wrote: as Igor mentioned yesterday it's useful for long texts. well, i said that its purpose to display different portions of same text in multiple morphs. For long

[Pharo-project] DrGeo Enlgish video tutorial

2011-11-12 Thread Hilaire Fernandes
I remember some of you were upset with the French commented video tutorials on DrGeo I produced. So I start a new series with English comments. http://blog.ofset.org/hilaire/index.php?post/2011/11/12/English-video-tutorial -- Education 0.2 -- http://blog.ofset.org/hilaire