Re: [Pharo-project] More on autotest

2010-08-01 Thread laurent laffont
On Sat, Jul 31, 2010 at 1:56 PM, Alexandre Bergel alexan...@bergel.euwrote: Hi Laurent! One thing with autotest. When I compile a method, even though it is not covered by the tests, the tests are run again. This does not always make sense I feel since it slow down the way I code... See

Re: [Pharo-project] how do I turn off smart quotes in Pharo Seaside one-click image

2010-08-01 Thread Nick Ager
Hi Lukas, I've installed ECompletion-lr.130. It works brilliantly if I type: (' correctly skipping over ') at the end. However if I type a single ' it doesn't add a closing ' - is this what you're seeing? Cheers Nick ___ Pharo-project mailing list

Re: [Pharo-project] HTTP client library in Pharo?

2010-08-01 Thread Stéphane Ducasse
andrey do you know if they tests are failing also in squeak? Else what are the problems? Stef On Aug 1, 2010, at 3:03 AM, Andrey Larionov wrote: I found WebClient resonably helpful. And in Pharo1.1 WebClient loaded with Metacello passes all tests green on Linux. In more recent version some

Re: [Pharo-project] String, ByteString and WideString

2010-08-01 Thread Stéphane Ducasse
andrey can you post the mail to squeak since andreas read it more than this mailing-list I imagine. Stef On Aug 1, 2010, at 1:56 AM, Andrey Larionov wrote: Working with WebClient i found what it lacks of non latin languages support (for example Russian). During investigation i found, what

Re: [Pharo-project] how do I turn off smart quotes in Pharo Seaside one-click image

2010-08-01 Thread Lukas Renggli
I've installed ECompletion-lr.130. It works brilliantly if I type: ('  correctly skipping over ') at the end. However if I type a single ' it doesn't add a closing ' - is this what you're seeing? Try ECompletion-lr.131, this fixes another set of bugs including the one you reported. The

Re: [Pharo-project] CogVM as official Pharo VM?

2010-08-01 Thread Stéphane Ducasse
On Jul 29, 2010, at 3:20 PM, Mariano Martinez Peck wrote: I also agree with Janko idea. Image required changes where integrated in PharoCore 1.2. not really I have to go over them once more but I'm busy with other simple fixes (= that other people could do but nobody dare to/have time

Re: [Pharo-project] how do I turn off smart quotes in Pharo Seaside one-click image

2010-08-01 Thread Nick Ager
Try ECompletion-lr.131, this fixes another set of bugs including the one you reported. That seems to have nailed it. I'll use it for real today and see if I spot anything else, but so far so good. Thanks again Nick ___ Pharo-project mailing list

Re: [Pharo-project] cog-based image crashes on mac

2010-08-01 Thread Stéphane Ducasse
lukas could you have a look at http://code.google.com/p/pharo/issues/detail?id=2579 because henrik mentioned that we missed something or could do it better. Stef On Jul 26, 2010, at 1:32 PM, Lukas Renggli wrote: The image I got is based on the sources from 27.06.2010. You may be missing

Re: [Pharo-project] cog-based image crashes on mac

2010-08-01 Thread Lukas Renggli
The changes I submitted are the ones of Eliot adapted to work in Pharo. I don't understand what Henrik writes, if he has something better he should attach the change. Lukas On Sunday, August 1, 2010, Stéphane Ducasse stephane.duca...@inria.fr wrote: lukas could you have a look at

[Pharo-project] Make PackageOrganizerpackageOfClass:ifNone: and PackageOrganizerpackageOfMethod:ifNone: return the most specific package it can find

2010-08-01 Thread Stéphane Ducasse
Hi I like the suggestion of daniel in Make PackageOrganizerpackageOfClass:ifNone: and PackageOrganizerpackageOfMethod:ifNone: return the most specific package it can find http://code.google.com/p/pharo/issues/detail?id=1752 Now I would like to have another pair of eyes on it. This is

Re: [Pharo-project] cog-based image crashes on mac

2010-08-01 Thread Stéphane Ducasse
Tx! Stef On Aug 1, 2010, at 10:40 AM, Lukas Renggli wrote: The changes I submitted are the ones of Eliot adapted to work in Pharo. I don't understand what Henrik writes, if he has something better he should attach the change. Lukas On Sunday, August 1, 2010, Stéphane Ducasse

Re: [Pharo-project] How to remove Monticello?

2010-08-01 Thread Hilaire Fernandes
Stephane suggested (MCWorkingCopy named: 'Monticello') unload. but the #named: message is unknown of MCWorkingCopy. Hilaire Le 30/07/2010 12:19, Hilaire Fernandes a écrit : Dear all, I tried this: (MCPackage named: 'MonticelloGUI') unload. (MCPackage named: 'MonticelloConfiguration')

[Pharo-project] Bug in OBHierarchyBrowser

2010-08-01 Thread Max Leske
http://code.google.com/p/pharo/issues/detail?id=2737. Lukas will accept the bug. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] List of possible actions for busy pharoers

2010-08-01 Thread Stéphane Ducasse
hi guys I know that some of you would like to contribute but are busy, scared ... I spent three hours to go over the bug entries. Feel free to pick one and fix it: So now you can easily contribute. Just do it. Stef Some easy fixes: -- for the fixes based on squeak changed, it often

[Pharo-project] next list of integration ready items

2010-08-01 Thread stephane ducasse
Marcus, adrian I will go over http://code.google.com/p/pharo/issues/detail?id=2169 http://code.google.com/p/pharo/issues/detail?id=2732 http://code.google.com/p/pharo/issues/detail?id=2727 http://code.google.com/p/pharo/issues/detail?id=1289 Issue 1289: Changing locale raises DNU

[Pharo-project] [update 1.2] #12072

2010-08-01 Thread Stéphane Ducasse
12072 - - Issue 2727: Consistency by providing uppercase menu items in Tools menus (Part 2). Thanks Torsten. There are no such little fixes :) ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] List of possible actions for busy pharoers

2010-08-01 Thread Mariano Martinez Peck
this one is ready also: http://code.google.com/p/pharo/issues/detail?id=2733 On Sun, Aug 1, 2010 at 12:39 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: hi guys I know that some of you would like to contribute but are busy, scared ... I spent three hours to go over the bug entries.

Re: [Pharo-project] Bug in OBHierarchyBrowser

2010-08-01 Thread Lukas Renggli
I fixed and closed the issue: Name: OB-Standard-lr.481 Author: lr Time: 1 August 2010, 3:33:14 pm UUID: 0fd4e1fa-323e-4ef5-b1ad-0ae74361a8f5 Ancestors: OB-Standard-lr.480 - Issue 2737: Green hierarchy arrows not working as expected in OBHierarchyBrowser On 1 August 2010 12:38, Max Leske

Re: [Pharo-project] HTTP client library in Pharo?

2010-08-01 Thread Philippe Marschall
On 01.08.2010 09:39, Stéphane Ducasse wrote: andrey do you know if they tests are failing also in squeak? Else what are the problems? #squeakToUtf8, #utf8ToSqueak concatenating Strings and Integers. I sent a patch to Andreas, got WebSockets running in Seaside now :-) Cheers Philippe

Re: [Pharo-project] String, ByteString and WideString

2010-08-01 Thread Philippe Marschall
On 01.08.2010 01:56, Andrey Larionov wrote: Working with WebClient i found what it lacks of non latin languages support (for example Russian). During investigation i found, what for streaming there used ByteString, which is custructed by calling String classnew:. All subclases of String by

Re: [Pharo-project] About overlapping packages :(

2010-08-01 Thread Schwab,Wilhelm K
Stef, Coming from Dolphin, I have been surprised at how few packaging problems I (appear?) to have had in Pharo. One of the great terrorsg that enters the life of each Dolphin newbie is the dreaded cyclic dependencies error. The truth is that it is not a big deal: save the image and figure

Re: [Pharo-project] HTTP client library in Pharo?

2010-08-01 Thread Stéphane Ducasse
Cool! Thanks. I think that this is important to get good infrastructure. On Aug 1, 2010, at 3:43 PM, Philippe Marschall wrote: On 01.08.2010 09:39, Stéphane Ducasse wrote: andrey do you know if they tests are failing also in squeak? Else what are the problems? #squeakToUtf8,

Re: [Pharo-project] About overlapping packages :(

2010-08-01 Thread Stéphane Ducasse
Ok I will have a look. My new package implementation is fast and robust now I'm just bumping into fuzzy PackageInfo semantics. Stef On Aug 1, 2010, at 5:07 PM, Schwab,Wilhelm K wrote: Stef, Coming from Dolphin, I have been surprised at how few packaging problems I (appear?) to have had

Re: [Pharo-project] About overlapping packages :(

2010-08-01 Thread Schwab,Wilhelm K
Stef, Are you perhaps running into problems with mapping category names to packages? The Dolphin approach to that is to avoid the topic: just present a list of packages and make the user pick one, after which the class/method/etc. is packaged. The resulting package system might then suffer

Re: [Pharo-project] String, ByteString and WideString

2010-08-01 Thread Andrey Larionov
maybe, but i'm thinking what (WideString basicNew: size) writeStrem contents should return WideString, not the ByteString On Sun, Aug 1, 2010 at 17:48, Philippe Marschall kus...@gmx.net wrote: On 01.08.2010 01:56, Andrey Larionov wrote: Working with WebClient i found what it lacks of non latin

Re: [Pharo-project] HTTP client library in Pharo?

2010-08-01 Thread Andrey Larionov
Pharo1.1 dosn't contain this methods On Sun, Aug 1, 2010 at 21:36, Stéphane Ducasse stephane.duca...@inria.fr wrote: Cool! Thanks. I think that this is important to get good infrastructure. On Aug 1, 2010, at 3:43 PM, Philippe Marschall wrote: On 01.08.2010 09:39, Stéphane Ducasse wrote:

Re: [Pharo-project] About overlapping packages :(

2010-08-01 Thread Stéphane Ducasse
Stef, Are you perhaps running into problems with mapping category names to packages? The Dolphin approach to that is to avoid the topic: just present a list of packages and make the user pick one, after which the class/method/etc. is packaged. The resulting package system might then

[Pharo-project] [update 1.2] #12073

2010-08-01 Thread Stéphane Ducasse
12073 - - Issue 1289: Changing locale raises DNU - test categories cleaning. Thanks alexandre. - Issue 2205: pluggable Tree Morph deselect behavior. Tx Laurent. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] About overlapping packages :(

2010-08-01 Thread Tudor Girba
Hi Stef, I would go for first mirroring categories. Like this, Monticello would still work as expected, and we can just focus on improving the image based tools/concepts. Cheers, Doru On 1 Aug 2010, at 22:02, Stéphane Ducasse wrote: Stef, Are you perhaps running into problems with

Re: [Pharo-project] Extending SUnit [was Re: Autotest, proof-of-concept [was: About TDD and Pharo]]

2010-08-01 Thread laurent laffont
Laurent Laffont http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/ On Thu, Jul 29, 2010 at 10:24 PM, Alexandre Bergel alexan...@bergel.euwrote: Maybe it's just me, or could we not add Announcement to the end of every Announcement subclass name though? Like with the window

Re: [Pharo-project] HTTP client library in Pharo?

2010-08-01 Thread Philippe Marschall
On 01.08.2010 21:07, Andrey Larionov wrote: Pharo1.1 dosn't contain this methods Yes, that's why the tests failed. Cheers Philippe ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] CampSmalltalk London tutorial

2010-08-01 Thread Nick Ager
Hi Though it's been a couple of weeks since CampSmalltalk London, I've only just got round to creating a ConfigurationOfCampSmalltalkLondon which can be used to download the beginners tutorial Tim Mackinnon and I created. First some context. The beginners tutorial ran on the first day. We had 9

[Pharo-project] Unloading oCompletion to use eCompletion

2010-08-01 Thread Tim Mackinnon
Hi Guys - I tried using Lucas' hudson build of the seaside image which has eCompletion enabled in it by default - and I have to say I found it much snappier and it just seems to work better somehow (take this with a pinch of salt - as a Dolphin user I find so many things strange in Pharo -

Re: [Pharo-project] cog-based image crashes on mac

2010-08-01 Thread Henrik Johansen
On Aug 1, 2010, at 10:40 53AM, Lukas Renggli wrote: The changes I submitted are the ones of Eliot adapted to work in Pharo. I don't understand what Henrik writes, if he has something better he should attach the change. Lukas Not better, just simpler code. If I'm not mistaken, if

[Pharo-project] ProgressDisplay package released

2010-08-01 Thread Ralph Boland
I recently released the first draft of my package ProgressDisplay to SqueakSource. It is like SystemProgressMorph et. al. but with a lot of bells and whistles added. It is not a suitable replacement for SystemProgressMorph though because it is too large and specific for that. SystemProgressMorph