[Pharo-project] [update 1.4] #14363

2012-02-27 Thread Marcus Denker
14363 - Issue 5405: Little Refactor in AbstractTool>>#RemoveClasses: http://code.google.com/p/pharo/issues/detail?id=5405 Issue 4549: Unable to open the Test Runner menu on OS X http://code.google.com/p/pharo/issues/detail?id=4549 Issue 5359: Class Search popup sh

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Philippe Marschall
On 02/25/2012 05:47 PM, Sven Van Caekenberghe wrote: Philippe , That is incredibly fast, I just tried and I can't even get plain apache2 serve the static.html that fast over the local network ! When I have more time, I really have to try to repeat your results with your code ( as well as stud

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Stéphane Ducasse
>> > > Definitely. If we take Amber for example, how is Amber interesting? To me it > is about being able to build "HTML5 stuff" in Smalltalk but also "in a > Smalltalk way" which means interactively in a Smalltalk "live" IDE. > > So is Amber the end-all-final-solution? Of course not! But it h

Re: [Pharo-project] eCompletion working in latest 1.4

2012-02-27 Thread Stéphane Ducasse
Doru I published a new version called NEC. Now it works :) Please use this one. I will create a configurationOf so that you can work safely with it. The idea is to get it clean and be able to thing how OC can be plugged into it without copying everything. Now the extensions have been folded in t

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Göran Krampe
Hi Philippe! Nice to see your AJP work giving results! I think Nginx has a module for AJP, would be interesting to see if that makes a difference. :) Are you using stock SocketStream internally or anything even more bare bone? regards, Göran

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Philippe Marschall
On 02/27/2012 10:11 AM, Göran Krampe wrote: Hi Philippe! Nice to see your AJP work giving results! I think Nginx has a module for AJP, would be interesting to see if that makes a difference. :) I don't see how this should help when the Pharo image is at 100% CPU. I don't see how event driven

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Göran Krampe
On 02/27/2012 10:27 AM, Philippe Marschall wrote: On 02/27/2012 10:11 AM, Göran Krampe wrote: Hi Philippe! Nice to see your AJP work giving results! I think Nginx has a module for AJP, would be interesting to see if that makes a difference. :) I don't see how this should help when the Pharo i

Re: [Pharo-project] Are Objects really hard?

2012-02-27 Thread Janko Mivšek
Hi guys, Just to conclude this topic: there is a nice talk between Dave Thomas (of OTI fame where IBM VisualAge Smalltalk and nowadays VA Smalltalk came out), James Robertson and David Buck in recent Independent Misinterpretations: IM 67: Have Objects Failed Us? http://www.jarober.com/blog/

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Janko Mivšek
Hi guys, S, Philippe Marschall piše: > Göran Krampe wrote: >> Nice to see your AJP work giving results! I think Nginx has a module for >> AJP, would be interesting to see if that makes a difference. :) > I don't see how this should help when the Pharo image is at 100% CPU. I > don't see how even

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Philippe Marschall
On 02/27/2012 12:53 PM, Janko Mivšek wrote: Hi guys, S, Philippe Marschall piše: Göran Krampe wrote: Nice to see your AJP work giving results! I think Nginx has a module for AJP, would be interesting to see if that makes a difference. :) I don't see how this should help when the Pharo ima

[Pharo-project] [update 1.4] #14364

2012-02-27 Thread Marcus Denker
14364 - Issue 5404: TextEditor correctFrom:to:with: is too clever http://code.google.com/p/pharo/issues/detail?id=5404 Issue 5409: Transcripter: only restore display when started from the World menu http://code.google.com/p/pharo/issues/detail?id=5409 -- Ma

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Janko Mivšek
S, Philippe Marschall piše: >>> No, I build my own buffer and go straight to Socket. AJP is packet >>> oriented with 8k packets so this is easy. >> >> Reuse of the same buffer (same ByteArray) on raw socket is also the >> technique used in Swazoo and results are similar. I'm preparing a >> similar

Re: [Pharo-project] Are Objects really hard?

2012-02-27 Thread S Krish
This note kind of ties down to this discussion. Why does Rails , .Net : VB/ C# or Java , PHP et als succeed : Objects vs code pattern.. ( not design pattern ). Pattern matched copying of code to get an app constructed/ maintained/ extended. What I mean is people learn/ work mostly by pattern t

[Pharo-project] Few Aida on Swazoo benchmarks, Pharo and VW

2012-02-27 Thread Janko Mivšek
Hi guys, Encouraged by recent Philippe's benchmarking I did similar on Aida with Swazoo web server, adding the comparison of Pharo with VisualWorks. Results are interesting, Pharo is now only 3x slower than VW on dynamic page generation but on network layer it is the same or even slighty faster,

Re: [Pharo-project] change pharo image title

2012-02-27 Thread Gary Chambers
Nope, not using HostMenu. Wasn't that for Mac only anyway? Merely using the HostWindow stuff to change application title when running fullscreen (as in, full Pharo window). Regards, Gary - Original Message - From: "Stéphane Ducasse" To: Sent: Sunday, February 26, 2012 9:09 AM Subj

Re: [Pharo-project] Are Objects really hard?

2012-02-27 Thread Friedrich Dominicus
Janko Mivšek writes: > Hi guys, > > Just to conclude this topic: there is a nice talk between Dave Thomas > (of OTI fame where IBM VisualAge Smalltalk and nowadays VA Smalltalk > came out), James Robertson and David Buck in recent Independent > Misinterpretations: > >IM 67: Have Objects Faile

Re: [Pharo-project] Do we have the new primitive?? [WAS] Re: IdentitySet but using #hash rather than #identityHash ?

2012-02-27 Thread Levente Uzonyi
On Sat, 25 Feb 2012, Mariano Martinez Peck wrote: All I can say is that I am impressed by the numbers it is really much faster. I still don't understand why I send this email with a subject say IdentitySet because what I really need is a fast/lar

Re: [Pharo-project] Website RSS feed broken?

2012-02-27 Thread Stefan Marr
Hi Max: On 05 Jan 2012, at 16:29, Max Leske wrote: > We found that the working-copy objects of the two offending articles were > corrupt and fixed them. I guess you fixed the last corrupt entry? Thanks, finally I do not get the news that Pharo 1.0 is release anymore! Best regards Stefan --

[Pharo-project] [JOB, Academia] PhD Position at INRIA Lille

2012-02-27 Thread Marcus Denker
INRIA has a new call for PhD Student positions. Description To support the creation and evolution of complex systems, dynamic languages provide support for reflection. A reflective system contains a model of itself to enable runtime change: if we change the model, the system chang

Re: [Pharo-project] Website RSS feed broken?

2012-02-27 Thread Marcus Denker
On Feb 27, 2012, at 4:24 PM, Stefan Marr wrote: > Hi Max: > > On 05 Jan 2012, at 16:29, Max Leske wrote: > >> We found that the working-copy objects of the two offending articles were >> corrupt and fixed them. > > I guess you fixed the last corrupt entry? > Thanks, finally I do not get the n

[Pharo-project] Updated Download page 1.4

2012-02-27 Thread Marcus Denker
Updated: http://www.pharo-project.org/pharo-download/unstable-1-4 So all the downloads (with the exception of the windows VM) are now pointing just to the build server. Marcus -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Website RSS feed broken?

2012-02-27 Thread Max Leske
lol :D But yeah: thanks Marcus! On 27.02.2012, at 16:28, Marcus Denker wrote: > > On Feb 27, 2012, at 4:24 PM, Stefan Marr wrote: > >> Hi Max: >> >> On 05 Jan 2012, at 16:29, Max Leske wrote: >> >>> We found that the working-copy objects of the two offending articles were >>> corrupt and

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Stéphane Ducasse
this looks really nice. I would really like to see if we cannot include a version so that people can browse change set and other code like that. I'm really happy to see that the work done by alain and ben around treeMorph pays off that well. Stef > Can take the latest of the package.. > > Pac

Re: [Pharo-project] So I broke 8k req/s today

2012-02-27 Thread Stéphane Ducasse
> > Reuse of the same buffer (same ByteArray) on raw socket is also the > technique used in Swazoo and results are similar. I'm preparing a > similar benchmark including the comparison with VW, so that we can see > how Pharo is progressing on network field and also in general. let us know because

Re: [Pharo-project] change pharo image title

2012-02-27 Thread Stéphane Ducasse
On Feb 27, 2012, at 2:10 PM, Gary Chambers wrote: > Nope, not using HostMenu. Wasn't that for Mac only anyway? Yes probably :) Good to know > > Merely using the HostWindow stuff to change application title when running > fullscreen (as in, full Pharo window). > > Regards, Gary > > - Orig

Re: [Pharo-project] Updated Download page 1.4

2012-02-27 Thread Stéphane Ducasse
thanks this is cool. Stef On Feb 27, 2012, at 4:33 PM, Marcus Denker wrote: > Updated: > > http://www.pharo-project.org/pharo-download/unstable-1-4 > > So all the downloads (with the exception of the windows VM) are now pointing > just to the build server. > > Marcus > > -- > Mar

Re: [Pharo-project] Updated Download page 1.4

2012-02-27 Thread Schwab,Wilhelm K
NICE From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] on behalf of Stéphane Ducasse [stephane.duca...@inria.fr] Sent: Monday, February 27, 2012 12:46 PM To: Pharo-project@lists.gforge.inria.fr Subjec

Re: [Pharo-project] Updated Download page 1.4

2012-02-27 Thread Janko Mivšek
Hi Marcus, An OneClick build would be also very useful to test 1.4 quickly. Those OneClick were once built by Jenkins, is there any reason they are not anymore? Thanks for your work and best regards Janko S, Marcus Denker piše: > Updated: > > http://www.pharo-project.org/pharo-download/un

Re: [Pharo-project] Updated Download page 1.4

2012-02-27 Thread Schwab,Wilhelm K
True, but I have had good luck with just dumping the image/changes and vm in a folder and creating my own shell script to run it. One-clicks would be nice, and would probably get us more testing. From: pharo-project-boun...@lists.gforge.inria.fr [pharo-

Re: [Pharo-project] Are Objects really hard?

2012-02-27 Thread Andreas Wacknitz
Am 27.02.2012 um 15:05 schrieb Friedrich Dominicus: > Janko Mivšek writes: > >> Hi guys, >> >> Just to conclude this topic: there is a nice talk between Dave Thomas >> (of OTI fame where IBM VisualAge Smalltalk and nowadays VA Smalltalk >> came out), James Robertson and David Buck in recent In

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Stéphane Ducasse
How can I open it? (MorphicViewNewPackageBrowser new packageNames: 'UIManager'; yourself) openInWorld does not work Stef On Feb 27, 2012, at 6:42 PM, Stéphane Ducasse wrote: > this looks really nice. > I would really like to see if we cannot include a version so that people can > browse chan

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Stéphane Ducasse
MorphicViewNewPackageBrowser new packageNames: #('UIManager') ; open But it does not look that nice :) On Feb 27, 2012, at 6:42 PM, Stéphane Ducasse wrote: > this looks really nice. > I would really like to see if we cannot include a version so that people can > browse change set and other co

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Tudor Girba
Hi, I gave it a try. I am not necessarily looking for the looks as for the solution to make the text editor within the tree span horizontally and vertically with the size of the method. Unfortunately, this does not work in this example, either. Does anyone have ideas of how to make it work? :)

[Pharo-project] can this be done via modification to the Squeak/Pharo IDE?

2012-02-27 Thread Lawson English
http://vimeo.com/36579366 Lawson

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Krishsmalltalk
The theme is set to Watery 2 Sudhakar krishnamachari Extn 91-40403012 Cell 9902104814 On Feb 28, 2012, at 2:13 AM, Stéphane Ducasse wrote: > MorphicViewNewPackageBrowser new packageNames: #('UIManager') ; open > > > But it does not look that nice :) > > > On Feb 27, 2012, at 6:42 PM, Sté

Re: [Pharo-project] It would be me first

2012-02-27 Thread Geert Claes
Stéphane Ducasse wrote > > I passed the info to nicolas and he will probably reply. > > stef > What was Nico's reply? -- View this message in context: http://forum.world.st/It-would-be-me-first-tp4365015p4426692.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Krishsmalltalk
It does have the code to calculateTextExtent. You can modify it the way you want. The height is defaulted to a max 210 and fixed 600. But on expand it goes to max ht of 600 Modify the logic in that method as you want it to On Feb 28, 2012, at 2:42 AM, Tudor Girba wrote: > Hi, > > I gave i

Re: [Pharo-project] New IDE alternative (was Misc. newbie questions)

2012-02-27 Thread Krishsmalltalk
Of course the other parts of Tabbed Pane and the side docking toolbar are part of the PharoTabletIDE and PharpMorphicView + PharoApplicationFramework modules. Will release a playable image shortly with all of it packaged, though not cleanly coded.. So once I have it cleaned will release those f