Re: [Pharo-project] [ANN] Alternative view of a system browser

2012-07-21 Thread Fernando Olivero
Hi, nice work. Looking forward to play with it. Is it similar to the Newspeak browser? Where methods expand in place. Fernando On Wed, Jul 18, 2012 at 7:36 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: I do not have a connection to look at it. But I LOVE the idea. I love the idea that

Re: [Pharo-project] Customizing the Caret of a PluggableTextMorph

2012-07-21 Thread Fernando Olivero
Hi Phil. Excellent summary of the current mess! Yes, TextMorphs are the views , Editors handle the insertion/selection/menu logic, and Paragraphs lay out the text. I've replaced Paragraph, with Pango Layouts to reuse a more customizable layout engine, until some kind soul rewrites completely

[Pharo-project] glamorous inspector - extensions

2012-07-21 Thread Tudor Girba
Hi, I see that there is a bit of an interest in the GTInspector, so here are some extra info about it. Beyond the things you can do out-of-the-box with it, the true power of the inspector comes from its extensibility. The idea is to offer each object an easy way to exhibit its own

Re: [Pharo-project] fuelized test failures

2012-07-21 Thread Tudor Girba
Wow! This is truly science fiction. Cheers, Doru On 20 Jul 2012, at 18:09, Camillo Bruni wrote: From now on all the test-failures are serialized on the build server. This allows us to quickly find the cause of a failing test: - download the .fuel file for the failing test - materialize

Re: [Pharo-project] fuelized test failures

2012-07-21 Thread Mariano Martinez Peck
On Sat, Jul 21, 2012 at 3:29 PM, Tudor Girba tu...@tudorgirba.com wrote: Wow! This is truly science fiction. hehehe yes, but there are still some problems when serializing contexs/debuggers. I would like to clarify the possible problems. When you serialize a context, we serialize all the

[Pharo-project] [ANN] humane assessment / moose courses

2012-07-21 Thread Tudor Girba
Hi, Humane assessment is a method for making software engineering decisions. Assessing software systems to make decisions is a critical activity that needs to be approached explicitly during development. Humane assessment is made possible by the Moose analysis platform. I am organizing a

[Pharo-project] [NativeBoost] fxch instruction not working... crash

2012-07-21 Thread Lawson English
Still playing with Native Boost assembler. This code instantly crashes Pharo 1.4 with NB installed: TestAssem swapDoubFirst: 1.0 withSecond: 2.0. TestAssemswapDoubFirst: r1 withSecond: r2 primitive: #primitiveNativeCall module: #NativeBoostPlugin ^ NBFFICallout cdecl: #( double (