[Pharo-project] CommandShell

2010-05-22 Thread laurent laffont
Hi, I'm trying to load CommandShell into Pharo. I have the error: This package depends on the following classes: PluggableTextController PluggableTextView You must resolve these dependencies before you will be able to load these definitions: ShellWindowView .. Do you know where I

Re: [Pharo-project] Trying to understand raised....

2010-05-22 Thread Stéphane Ducasse
sounds cool Now I would like to have the same for Announcement or Event raised by the systemNotifier. Stef On May 21, 2010, at 9:58 PM, Mariano Martinez Peck wrote: Maybe you are talking about Hernan Morales: http://forum.world.st/EventInterceptor-and-MessageSendTree-tp1298669p1298669.html

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Stéphane Ducasse
in Athens in squeaksource. We will flush all the other repositories and only keep this one. We will put the old files probably there too. Why that? Because the code was full of half done class, broken methods Tweak copied and pasted code from Squeak Stef On May 22, 2010, at 7:29 AM, Igor

[Pharo-project] Styler?

2010-05-22 Thread stephane ducasse
Hi guys what do we do with shout? Squeak introduced it directly in the system. Now I was thinking that what could be a solution is to have a default API/null pattern class that could be in the core and that when Shout gets loaded the shout class is used instead. Now we could add Shout to the

Re: [Pharo-project] Adding BlockClosuretimeToRunWithoutGC [WAS] Fwd: [squeak-dev] The Inbox: Kernel-ul.251.mcz

2010-05-22 Thread Stéphane Ducasse
http://code.google.com/p/pharo/issues/detail?id=2463 \ On May 21, 2010, at 11:09 PM, Mariano Martinez Peck wrote: Hi folks. I saw this method in Squeak and seems interesting to include in Pharo too. What do you think ? Cheers Mariano -- Forwarded message --

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Igor Stasenko
On 22 May 2010 11:05, Stéphane Ducasse stephane.duca...@inria.fr wrote: in Athens in squeaksource. We will flush all the other repositories and only keep this one. We will put the old files probably there too. Why that? Because the code was full of half done class, broken methods Tweak

Re: [Pharo-project] Where should I put ConfigurationOfGLMorphic

2010-05-22 Thread Mariano Martinez Peck
2010/5/22 Javier Pimás elpochodelage...@gmail.com Ok, I was doing it wrong, trying to put Conf.. in the same package as GLMorphic. I hadn't undestood that the left part of the repo window (when you click open) were actually packages and that you could create many packages and upload them to

Re: [Pharo-project] Styler?

2010-05-22 Thread Mariano Martinez Peck
On Sat, May 22, 2010 at 10:09 AM, stephane ducasse stephane.duca...@free.fr wrote: Hi guys what do we do with shout? Squeak introduced it directly in the system. Now I was thinking that what could be a solution is to have a default API/null pattern class that could be in the core and that

Re: [Pharo-project] Styler?

2010-05-22 Thread Lukas Renggli
Why is a NullStyler necessary when Shout can load without overriding any code? Lukas 2010/5/22 Mariano Martinez Peck marianop...@gmail.com: On Sat, May 22, 2010 at 10:09 AM, stephane ducasse stephane.duca...@free.fr wrote: Hi guys what do we do with shout? Squeak introduced it directly

[Pharo-project] Pharo sprint in buenos Aires is starting now

2010-05-22 Thread Alexandre Bergel
A bit after the schedule, but we are a little group. http://code.google.com/p/pharo/wiki/PharoSprints IRC: http://www.mibbit.com/chat/ (Channel #pharo-project) Cheers, Alexandre ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] Link to Web Client

2010-05-22 Thread Diogenes Moreira
http://webchat.freenode.net/?channels=pharo-project ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Pharo sprint in buenos Aires is starting now

2010-05-22 Thread Alexandre Bergel
IRC: http://www.mibbit.com/chat/ (Channel #pharo-project) Please, use http://webchat.freenode.net/?channels=pharo-project instead Alexande ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Igor Stasenko
Good. I am now trying to implement a vector(truetype) font rendering. Just finished a little GPU fragment shader snippet, which renders a quad bezier curve, with antialiasing included :) You supplying 3 points, which defines a quadratic curve to GPU, and it does the rest. This is a basis for

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Lukas Renggli
That looks cool. I am looking forward seeing that stuff in action :-) Lukas 2010/5/22 Igor Stasenko siguc...@gmail.com: Good. I am now trying to implement a vector(truetype) font rendering. Just finished a little GPU fragment shader snippet, which renders a quad bezier curve, with

Re: [Pharo-project] [squeak-dev] Re: Cross-fork Metacello configurations

2010-05-22 Thread Bernhard Pieber
Dear Squeakers, I agree with Sean that the necessity to copy a configuration class from a cross-fork package ConfigurationOf... to the proposed Configuration package for Squeak makes life much more complicated and more work for those good fellows who care to create portable packages. IMHO that

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Igor Stasenko
On 22 May 2010 18:34, Stéphane Ducasse stephane.duca...@inria.fr wrote: me too. Now igor do you plan to do it in pharo or by calling opengl? Err.. what you mean by pharo? I making a calls to OpenGL, using NativeBoost's OpenGL bindings. All stuff is coded in smalltalk, so sure thing its does

[Pharo-project] [update 1.1] #11369

2010-05-22 Thread Stéphane Ducasse
11369 - - Issue 2443: Perform:withArguments: Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Stéphane Ducasse
Err.. what you mean by pharo? Well I was wondering if you were doing the same as juan Juan showed me better rendering written in SMalltalk code than calling openGL/cairo... for antialiasing so I'm eager to see morphic30 I making a calls to OpenGL, using NativeBoost's OpenGL bindings.

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Henrik Johansen
Using the TTFontReader? Iirc, that parses the contour data, even an example of rendering it with ballon drawBezier somewhere :) Cheers, Henry Den 22. mai 2010 kl. 17.42 skrev Igor Stasenko siguc...@gmail.com: On 22 May 2010 18:34, Stéphane Ducasse stephane.duca...@inria.fr w rote: me

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Igor Stasenko
On 22 May 2010 18:58, Stéphane Ducasse stephane.duca...@inria.fr wrote: Err.. what you mean by pharo? Well I was wondering if you were doing the same as juan Juan showed me better rendering written in SMalltalk code than calling openGL/cairo... for antialiasing so I'm eager to see

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Igor Stasenko
On 22 May 2010 19:03, Henrik Johansen henrik.s.johan...@veloxit.no wrote: Using the TTFontReader? Iirc, that parses the contour data, even an example of rendering it with ballon drawBezier somewhere :) Yes, i will use this data directly, in same way as balloon does, and it will be

[Pharo-project] Found senders of #isSystemDefined in Nile

2010-05-22 Thread Mariano Abel Coca
Hi, I've found a few senders of #isSystemDefined when trying to run the pharo dev test suite, and I don't know what is the expected behavior. I've read in: http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg12075.htmlthat the idea is to remove the message and all it's senders,

Re: [Pharo-project] Found senders of #isSystemDefined in Nile

2010-05-22 Thread Alexandre Bergel
I have the feeling that all these uniClasses are stone age. All traces should be removed. Cheers, Alexandre On 22 May 2010, at 13:19, Mariano Abel Coca wrote: Hi, I've found a few senders of #isSystemDefined when trying to run the pharo dev test suite, and I don't know what is the

[Pharo-project] Do TTFonts prevent image startup?

2010-05-22 Thread Stéphane Ducasse
http://code.google.com/p/pharo/issues/detail?id=2457 Issue 2457: Do TTFonts prevent image startup We should check if this is a problem for Pharo too. See the thread Please, help me. My squeak image not started on squeak-dev:

Re: [Pharo-project] Status of Rome?

2010-05-22 Thread Stéphane Ducasse
On May 22, 2010, at 6:11 PM, Igor Stasenko wrote: On 22 May 2010 18:58, Stéphane Ducasse stephane.duca...@inria.fr wrote: Err.. what you mean by pharo? Well I was wondering if you were doing the same as juan Juan showed me better rendering written in SMalltalk code than calling

Re: [Pharo-project] Found senders of #isSystemDefined in Nile

2010-05-22 Thread Stéphane Ducasse
Yes we should just update Nile This is a clear example of the fact that since we do not record refactoring external packages can easily degrade On May 22, 2010, at 6:26 PM, Alexandre Bergel wrote: I have the feeling that all these uniClasses are stone age. All traces should be removed.

[Pharo-project] [update 1.1] #11370

2010-05-22 Thread Stéphane Ducasse
11370 - - Issue 2030: Remove some of the Shadowed variables. Thanks alex. - Issue 2464: Fix Character #storeBinaryOn:. Thanks ppm - Issue 2463: timeToRunWithoutGC from squeak ideas. - Issue 2148: Fix trait composition test in Monticello. Thanks Squeak/Alex Stef

[Pharo-project] strange behaviour with some accented letters input

2010-05-22 Thread eMko
Hello, I have an issue using Pharo 1.0 and 1.1 . On Windows (tested on Win7 64bit and WinXP 32bit) I receive a strange behavior when typing letters ě and č, using both either special key for this characters or dead keys - first ˇ and then e or c. The pop-up menu appears when I try to type ě like

[Pharo-project] How turn on Halo's?

2010-05-22 Thread Denis Kudriashov
Hello Can I turn on halos. And is rotating morphs supported in pharo? ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] How turn on Halo's?

2010-05-22 Thread Lukas Renggli
Apple+Shift+Click displays the halos on my system. Lukas 2010/5/22 Denis Kudriashov dionisi...@gmail.com: Hello Can I turn on halos. And is rotating morphs supported in pharo? ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] ClassTestCase

2010-05-22 Thread Mariano Abel Coca
Hi, I want to make global the checks included in ClassTestCase, and remove it. That is because actually it's only being tested for it's subclasses. And also, it's declaring that a subclass will be a class test instead of just a test, but no one of it's subclasses actually test the class, but the

Re: [Pharo-project] How turn on Halo's?

2010-05-22 Thread Stéphane Ducasse
denis in pharo halos are there but only when you really want them. :) Stef On May 22, 2010, at 7:18 PM, Denis Kudriashov wrote: Hello Can I turn on halos. And is rotating morphs supported in pharo? ___ Pharo-project mailing list

Re: [Pharo-project] ClassTestCase

2010-05-22 Thread Stéphane Ducasse
the key point is that we would like to avoid to have red tests all the time so fixing the as yet unclassified should be done before. BTW Does anybody use BadEqualer HashTester PrototypeTester because so far I do not see anybody user of them. They look like experiment

Re: [Pharo-project] Cross-fork Metacello configurations

2010-05-22 Thread Miguel Enrique Cobá Martinez
But, but... One thing that I really don't understand is this: Squeak people hasn't used the current Metacello use-case. Squeak people without use it and see if really has problems (nothing that can't be solved when it appears) Squeak people proposed a new way to use Metacello, completly

Re: [Pharo-project] ClassTestCase

2010-05-22 Thread Mariano Abel Coca
It is a must. We have to got all the tests in green. But actually that isn't tested. I'll make the tests, I'll fix them, and then I'll send the whole changes to merge in the baseline. Cheers, Mariano. On Sat, May 22, 2010 at 2:58 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: the

Re: [Pharo-project] How turn on Halo's?

2010-05-22 Thread Denis Kudriashov
Thanks. 2010/5/22 Stéphane Ducasse stephane.duca...@inria.fr denis in pharo halos are there but only when you really want them. :) Stef On May 22, 2010, at 7:18 PM, Denis Kudriashov wrote: Hello Can I turn on halos. And is rotating morphs supported in pharo?

[Pharo-project] Why O2Browser does not have many commands from standart omnibrowser?

2010-05-22 Thread Denis Kudriashov
I like O2Browser. But It has not many standart commands. Why It is? I think they are both omnibrowsers. And they based on same meta model Or maybe I have old version of O2Browser. I load it from Pharo1.0 ready workspace script ___ Pharo-project mailing

Re: [Pharo-project] How turn on Halo's?

2010-05-22 Thread Mariano Martinez Peck
and in Linux and windows ? 2010/5/22 Denis Kudriashov dionisi...@gmail.com Thanks. 2010/5/22 Stéphane Ducasse stephane.duca...@inria.fr denis in pharo halos are there but only when you really want them. :) Stef On May 22, 2010, at 7:18 PM, Denis Kudriashov wrote: Hello Can I turn

Re: [Pharo-project] Do TTFonts prevent image startup?

2010-05-22 Thread Denis Kudriashov
I check it scenario for pharo1.0. All work fine. 2010/5/22 Stéphane Ducasse stephane.duca...@inria.fr http://code.google.com/p/pharo/issues/detail?id=2457 Issue 2457: Do TTFonts prevent image startup We should check if this is a problem for Pharo too. See the thread Please, help me. My

Re: [Pharo-project] How turn on Halo's?

2010-05-22 Thread Mariano Martinez Peck
Thanks. http://book.pharo-project.org/book/TipsAndTricks/HowToTurnOnHalos/ Feel free to improve it. Cheers Mariano 2010/5/22 Denis Kudriashov dionisi...@gmail.com On my Windows Halo activated by shift-alt-click 2010/5/22 Mariano Martinez Peck marianop...@gmail.com and in Linux and

Re: [Pharo-project] Do TTFonts prevent image startup?

2010-05-22 Thread Igor Stasenko
There are two ways how to work with TT Fonts. One way is to use TTFontDescription, which fully reads font into object memory, so you can walk with it anywhere and it will work. Another way is to use TTFileDescription. This one is tricky, because it only caching glyphs data, while reads missing

[Pharo-project] Architectural dependencies

2010-05-22 Thread Alexandre Bergel
Dear List, I worked on the Issue #2107 during the Pharo Sprint of today. This issue proposes a minimal infrastructure to control the dependencies of your package. I cleaned the code proposed by Andreas. I introduced the class PharoCorePackageDependenciesTests. It contains few tests. An

Re: [Pharo-project] license of the collaborative book

2010-05-22 Thread laurent laffont
On Saturday, May 22, 2010, Mariano Martinez Peck marianop...@gmail.com wrote: Hi folks. I am not sure how does it work the license in the collaborative book. So far in the footer of the book I saw: Licensed under Creative Commons BY-NC-SA Now...what does it mean? That everybody is agree

Re: [Pharo-project] strange behaviour with some accented letters input

2010-05-22 Thread Henrik Johansen
Sounds like something related to issue 1213 on bug tracker. It's marked as 1.1, not sure if anyone is actively working on it ATM though. Cheers, Henry Den 22. mai 2010 kl. 19.12 skrev eMko mm007.e...@gmail.com: Hello, I have an issue using Pharo 1.0 and 1.1 . On Windows (tested on Win7

Re: [Pharo-project] ClassTestCase

2010-05-22 Thread Stéphane Ducasse
What I was thinking mariano is that we could move one class at a time in classTests and make the tests green. This way we do not have red tests and still make progress Stef On May 22, 2010, at 8:06 PM, Mariano Abel Coca wrote: It is a must. We have to got all the tests in green. But actually

Re: [Pharo-project] license of the collaborative book

2010-05-22 Thread Stéphane Ducasse
Yes this would be a good idea. On May 22, 2010, at 9:48 PM, laurent laffont wrote: On Saturday, May 22, 2010, Mariano Martinez Peck marianop...@gmail.com wrote: Hi folks. I am not sure how does it work the license in the collaborative book. So far in the footer of the book I saw: Licensed

Re: [Pharo-project] [BUG] block decompilation during code simulation by Through debugger button

2010-05-22 Thread Stéphane Ducasse
thanks we should open a bug item Stef On May 23, 2010, at 12:06 AM, Denis Kudriashov wrote: Block decompilation not work at situation during code simulation. Maybe its just problem in debugger Through button action implementation. This happen because block home in that situation not

Re: [Pharo-project] ClassTestCase

2010-05-22 Thread Francisco Ortiz Peñaloza
We're working on it, making small changes and creating code standards tests and code quality tests. It would be great to have a way of tracking the results of these tests in a distant future and make them mandatory before integrate new things into the image. Francisco On Sat, May 22, 2010 at

[Pharo-project] [ESUG 2010] Call for sponsors

2010-05-22 Thread Bouraqadi Noury
Dear Smalltalkers, As you know ESUG is a non-for-the-profit organization, run by a bunch of volunteers which aims at promoting Smalltalk (http://www.esug.org/Promotion ). ESUG does have multiple actions such as sponsoring Smalltalk- related publications (articles and books), and encouraging

Re: [Pharo-project] ClassTestCase

2010-05-22 Thread Mariano Abel Coca
If anyone want, can take a look at: http://www.squeaksource.com/CodeQualityTests http://www.squeaksource.com/CodeStandardsTests And run the tests before committing the next version of their packages. We will try to help to pass the tests as soon as possible. Cheers, Mariano. On Sat, May 22,

Re: [Pharo-project] [BUG] block decompilation during code simulation by Through debugger button

2010-05-22 Thread Eliot Miranda
Hi Denis, (Hi Michaels, this may be related yo your issue)... Denis, this is nothing to do with blocks having homes. It's somewhere in the simulation of RemoteStringtext (used in CompiledMethodgetSourceFromFile), specifically when UTF8TestDecoders egt involved. Try the following and you'll