Re: [Pharo-project] [ANN] Magma 1.2

2011-04-19 Thread Elliot Finley
On Tue, Apr 19, 2011 at 4:08 PM, Chris Muller wrote: > Magma 1.2 is now finally released for Squeak 4.2, Pharo 1.1 and Pharo > 1.2.  This new release offers improved performance thanks to > minimizing the problem associated with finalization, as well as > avoiding Squeak's slow become except once

Re: [Pharo-project] Networking change in Pharo 1.2?

2011-04-17 Thread Elliot Finley
On Sun, Apr 17, 2011 at 2:48 PM, Chris Muller wrote: > Unfortunately, two days of wrangling in Pharo (because I'm an old > Squeak dog) I could not nail the problem down; but I have one > suspect..  A couple of times, I caught a process seemingly hung up in > NetworkNameResolver; trying to resolve

Re: [Pharo-project] Magma

2011-04-14 Thread Elliot Finley
On Thu, Apr 14, 2011 at 1:51 AM, Torsten Bergmann wrote: > FYI: Chris Muller plans to update Magma for Pharo 1.2 > > http://lists.squeakfoundation.org/pipermail/magma/2011-April/001756.html > > We now get more package maintainers to see value in supporting Pharo > and I think this is a good thing

[Pharo-project] can't edit any methods

2010-12-26 Thread Elliot Finley
I'm working on a project that I started in the Seaside-3.0-One-Click image (Mac OSX). When Seaside 3.0.2 was released, I moved my project to a new 3.0.2 one-click image. No problems. When Seaside 3.0.3 was released, I moved my project to a new 3.0.3 one-click image. Now I can't edit anything.

Re: [Pharo-project] short circuit or redirecting selectors

2010-12-20 Thread Elliot Finley
On Mon, Dec 20, 2010 at 1:13 AM, Stéphane Ducasse wrote: > > On Dec 20, 2010, at 3:46 AM, Elliot Finley wrote: > > > Hello, > > > > If I have an object with accessors #firstName, #lastName and #age, > how would I short shirt circuit or replace these selectors?

[Pharo-project] short circuit or redirecting selectors

2010-12-19 Thread Elliot Finley
Hello, If I have an object with accessors #firstName, #lastName and #age, how would I short shirt circuit or replace these selectors? In other words, how would I modify an object after it's already been created? Thanks, Elliot

Re: [Pharo-project] newbie smalltalk question

2010-12-02 Thread Elliot Finley
On Thu, Dec 2, 2010 at 10:59 PM, Eliot Miranda wrote: > > > On Thu, Dec 2, 2010 at 9:49 PM, Elliot Finley wrote: > >> I have the following code: >> >> isValid (self value == nil and: [self required == false]) ifTrue: [^true]. >> self isCorrectType ifFalse: [s

[Pharo-project] newbie smalltalk question

2010-12-02 Thread Elliot Finley
I have the following code: isValid (self value == nil and: [self required == false]) ifTrue: [^true]. self isCorrectType ifFalse: [self validationError: 'value doesn''t coerce to correct type'. ^false.] ^ self allConditionsValid. when I try to save this I get a ' Nothing more expected ->' right b

Re: [Pharo-project] Net::Telnet equivalent

2010-11-28 Thread Elliot Finley
thanks On Thu, Nov 25, 2010 at 10:52 AM, Chris Cunningham wrote: > Here is the code. > > -Chris >

[Pharo-project] Net::Telnet equivalent

2010-11-22 Thread Elliot Finley
Hello, In the past when I've wanted to automate some telnet interaction (provisioning devices from database) I've used Perl and its Net::Telnet module or Ruby and its Net::Telnet module. Is there an equivalent for Pharo? Thanks, Elliot

Re: [Pharo-project] Help menu disappeared [WAS] [ANN] Pharo-1.1-11400-rc1dev10.06.1

2010-06-14 Thread Elliot Finley
+1 On Mon, Jun 14, 2010 at 9:17 AM, Adrian Lienhard wrote: > Torsten, I understand your comment wasn't against Pharo in general but > still I think arguments like this do not help in finding the best solution, > which is what we should strive for. > > The rationale for moving the help menu was b