Re: [Pharo-project] Issue 3436 in pharo: #copyFrom: is broken (ph...@googlecode.com)

2011-01-09 Thread Johan Brichau
On 08 Jan 2011, at 23:07, Nicolas Cellier wrote: You mean something like: | collec | collec := #('foo' 'bar'). shallowCopy := collec copy. self assert: collec first == shallowCopy first Well, yes those copies are shallow, but what's the difference between copy, copyFrom:to: first,

Re: [Pharo-project] Issue 3436 in pharo: #copyFrom: is broken (ph...@googlecode.com)

2011-01-09 Thread Stéphane Ducasse
+ 1 does anybody want to implement this hovering excellent idea. On Jan 9, 2011, at 10:02 AM, Johan Brichau wrote: And yes, the rule of thumb is that one reads the comments (or implementation) of a method to understand it, rather than (only) trying to guess it's semantics from its

[Pharo-project] 4 days sprints in february

2011-01-09 Thread Stéphane Ducasse
Hi guys we are brainstorming with alain plantec to organize a sprint at roscoff (close to brest - excellent sea food). The set up would be: - 21 - 24 of february - this is holiday time here. I will rent a house with the kids there. - we can get access to a room for 450 Euros

Re: [Pharo-project] Issue 3436 in pharo: #copyFrom: is broken (ph...@googlecode.com)

2011-01-09 Thread Johan Brichau
Andy agreed to pair program it with me, starting next week. Unless someone beats us to it ;-) On 09 Jan 2011, at 10:12, Stéphane Ducasse wrote: + 1 does anybody want to implement this hovering excellent idea. On Jan 9, 2011, at 10:02 AM, Johan Brichau wrote: And yes, the rule of

Re: [Pharo-project] Issue 3436 in pharo: #copyFrom: is broken (ph...@googlecode.com)

2011-01-09 Thread Stéphane Ducasse
Excellent You know what I'm dreaming of (may be this is already in) you get the list of methods in the method list and you start to type and automatically all the methods not matching are greyed out or we only see the methods matching the beginning. Stef On Jan 9, 2011, at 10:26 AM, Johan

Re: [Pharo-project] wiki style help

2011-01-09 Thread Alain Plantec
super then. I open an issue Alain Le 08/01/2011 15:16, Stéphane Ducasse a écrit : Ok I suggest to integrate that in 1.2 because this is important. Now let me open a big can of worms but we truly need it. When you write documentation (I did several experiments with Soup) the documentation in

Re: [Pharo-project] Issue 3514 in pharo: Failing Test: NewTextMorphTests.testAcceptContents

2011-01-09 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3514 by aplantec: Failing Test: NewTextMorphTests.testAcceptContents http://code.google.com/p/pharo/issues/detail?id=3514 just make EditableTextMorph understand #enableTextChange EditableTextMorphenableTextChange ^ self enabled

[Pharo-project] Pharo sprint @ lille Friday 21 of January

2011-01-09 Thread Stéphane Ducasse
Hi guys we will have a pharo sprint at Lille Friday 21 of January. If you want to join let us know that we organize for the food. The sprint will happen in our rooms at LIFL http://rmod.lille.inria.fr/web/pier/contactr/ Stef

Re: [Pharo-project] Issue 3514 in pharo: Failing Test: NewTextMorphTests.testAcceptContents

2011-01-09 Thread pharo
Comment #3 on issue 3514 by stephane.ducasse: Failing Test: NewTextMorphTests.testAcceptContents http://code.google.com/p/pharo/issues/detail?id=3514 Thanks. I need to relax from proposal writing and I will do some integration after (but I need to read a phd).

Re: [Pharo-project] Gofer problem installing packages with the same name

2011-01-09 Thread Lukas Renggli
No, Gofer doesn't look in repositories you don't specify. However, it uses and prefers your local package-cache if it contains a newer version of your package (which is likely the case in your example). You can disable the package-cache by sending something like #disablePackageCache to your Gofer

[Pharo-project] SqueakSSL Plugin for Mac OS X

2011-01-09 Thread Sven Van Caekenberghe
On 04 Jan 2011, at 18:16, Sven Van Caekenberghe wrote: Hi, Has anyone got the Squeak SSL plugin [1] to work on Mac OS X, more specifically for the Cog VM family, Pharo 1.1.1 or later and Mac OS X 10.6.5 ? If not, is there some how to guide on building plugins ? TIA, Sven [1]

[Pharo-project] Issue 3521 in pharo: StringMorphEditor doesn't work

2011-01-09 Thread pharo
Status: Accepted Owner: aplantec Labels: Milestone-1.2 New issue 3521 by aplantec: StringMorphEditor doesn't work http://code.google.com/p/pharo/issues/detail?id=3521 Used to edit a StringMorph is the 'string morph are editable' is set to true. Do we need that ?

Re: [Pharo-project] Issue 3521 in pharo: StringMorphEditor doesn't work

2011-01-09 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3521 by aplantec: StringMorphEditor doesn't work http://code.google.com/p/pharo/issues/detail?id=3521 in InBox SLICE-Issue-3521-StringMorphEditor-doesnt-work

Re: [Pharo-project] Pharo sprint @ lille Friday 21 of January

2011-01-09 Thread Benjamin Van Ryseghem
I'll be there ^^ Ben 2011/1/9 Stéphane Ducasse stephane.duca...@inria.fr Hi guys we will have a pharo sprint at Lille Friday 21 of January. If you want to join let us know that we organize for the food. The sprint will happen in our rooms at LIFL

Re: [Pharo-project] Gofer problem installing packages with the same name

2011-01-09 Thread Hernán Morales Durand
Hi Lukas, 2011/1/9 Lukas Renggli reng...@gmail.com: No, Gofer doesn't look in repositories you don't specify. However, it uses and prefers your local package-cache if it contains a newer version of your package (which is likely the case in your example). I see. I assumed that to distinguish a

[Pharo-project] Generating ticket (was Re: Generators for Pharo Xmax wish))

2011-01-09 Thread Ralph Boland
The easiest way to get this code into pharo core is to create a mcz package, put it on PharoInbox on squeaksource and create a ticket in code.google.com/p/pharo referencing it and taggint it Fixed, this way St?phane or Markus can harvest it to the core image. I am clear on how to do this (I

Re: [Pharo-project] [squeak-dev] Re: [Seaside-dev] Seaside and exception behaviour

2011-01-09 Thread Julian Fitzell
Hi Andreas, A neat approach, but I don't think it quite works (yet, anyway). Although it has the correct behaviour when the exception action is invoked, it doesn't behave correctly for #defaultAction. According to 5.5.2.1 in the spec, The #defaultAction method is executed in the context of the

Re: [Pharo-project] Pharo sprint @ lille Friday 21 of January

2011-01-09 Thread Stéphane Ducasse
pass the message around you that people should reply here so that we know which organization to set up. On Jan 9, 2011, at 7:07 PM, Benjamin Van Ryseghem wrote: I'll be there ^^ Ben 2011/1/9 Stéphane Ducasse stephane.duca...@inria.fr Hi guys we will have a pharo sprint at Lille

Re: [Pharo-project] Generating ticket (was Re: Generators for Pharo Xmax wish))

2011-01-09 Thread Stéphane Ducasse
Ralph go on code.google.com/p/pharo then select issue: then create a new one. Stef On Jan 9, 2011, at 7:37 PM, Ralph Boland wrote: The easiest way to get this code into pharo core is to create a mcz package, put it on PharoInbox on squeaksource and create a ticket in

Re: [Pharo-project] new Cog VMs

2011-01-09 Thread Eliot Miranda
Hi All, find new VMs in VM.r2344/http://www.mirandabanda.org/files/Cog/VM/VM.r2344/ (SimpleStackBasedCogit) and VM.r2345/ http://www.mirandabanda.org/files/Cog/VM/VM.r2345/ (StackToRegisterMappingCogit) and VMMaker-oscog-45. These fix a bug that could cause crashes when converting an

[Pharo-project] Using Open Sound Control with Pharo 1.1.1 one click

2011-01-09 Thread Andy Burnett
Hello I am trying to create some simple controls for an OSX Quartz Composer application. The app supports Open Sound Control - basically UDP multicast commands. I managed to load the OSC package from squeak source using Pharo 1.0. But I couldn't get UDP to work - the system report a Prim

[Pharo-project] How to display an image from an external PNG/JPG file in a Morph?

2011-01-09 Thread Dimitry Golubovsky
Hi, Maybe a silly question, but is there an example of displaying an image from an external file in a Morph? A sample package/class source, or a wiki page would be fine. Or just a step-by-step description of the process. I am guessing that I have to create a Form first (that is, from the

[Pharo-project] bootstrapping Order ...

2011-01-09 Thread James Ladd
Hi All, I'm wondering where I can find information or if anyone knows off hand what the order of bootstrapping would be if the image had to be created from scratch? As I see it, there are dependencies between Object - Class and so forth. Rgs, James.

Re: [Pharo-project] How to display an image from an external PNG/JPG file in a Morph?

2011-01-09 Thread Alain Plantec
Hi Dimitry, (ImageMorph withForm: (ImageReadWriter formFromFileNamed: 'pharoLogo.jpg')) openInWorld Cheers Alain Le 10/01/2011 05:33, Dimitry Golubovsky a écrit : Hi, Maybe a silly question, but is there an example of displaying an image from an external file in a Morph? A sample

Re: [Pharo-project] How to display an image from an external PNG/JPG file in a Morph?

2011-01-09 Thread Alain Plantec
(ImageReadWriter formFromFileNamed: 'pharoLogo.jpg') asMorph openInWorld works also Le 10/01/2011 05:33, Dimitry Golubovsky a écrit : Hi, Maybe a silly question, but is there an example of displaying an image from an external file in a Morph? A sample package/class source, or a wiki page

[Pharo-project] Issue 3522 in pharo: wiki like help contents

2011-01-09 Thread pharo
Status: Accepted Owner: aplantec CC: torsten@astares.de Labels: Milestone-1.2 New issue 3522 by aplantec: wiki like help contents http://code.google.com/p/pharo/issues/detail?id=3522 The help system will provide a way to integrate contents with wiki markup.

[Pharo-project] Issue 3523 in pharo: Nested comments

2011-01-09 Thread pharo
Status: Accepted Owner: aplantec New issue 3523 by aplantec: Nested comments http://code.google.com/p/pharo/issues/detail?id=3523 Now let me open a big can of worms but we truly need it. When you write documentation (I did several experiments with Soup) the documentation in class comment is

Re: [Pharo-project] Issue 3523 in pharo: Nested comments

2011-01-09 Thread pharo
Updates: Cc: renggli Comment #1 on issue 3523 by aplantec: Nested comments http://code.google.com/p/pharo/issues/detail?id=3523 Why don't we integrate petitparser in the core ? Its small and very powerful. I should make it possible such improvements no ?