Re: [Newbies] Problem filing out change set

2008-10-21 Thread Yoshiki Ohshima
But, in trying to decipher the error message, I thought it might be referring to the new constant. I'm still mystified as to what the error message means, or what it refers to, or why I got it. Perhaps, as Yoshiki suggests, it's a bug. (The image which I'm using is 3.9-final-7067.)

Re: [Newbies] Problem filing out change set

2008-10-17 Thread Chris Kermiet
Yoshiki, Burt -- Thanks for your comments. I seem to have fixed the problem, and no longer get the error message. Burt, there is no instance variable. Rather, I set up Phi as a class variable, with phi as a class method (exactly as pi was set up). This is one reason why the error message

[Newbies] Problem filing out change set

2008-10-15 Thread Chris Kermiet
Hi, Folks -- I'm new to this list. I'm learning squeak by by creating some artsy objects which create designs according to mathematical algorithms (based on Schillinger's Mathematical Basis of the Arts). It seemed like a good idea to add the constant Phi to the Float class to keep from

Re: [Newbies] Problem filing out change set

2008-10-15 Thread Bert Freudenberg
Am 15.10.2008 um 08:23 schrieb Chris Kermiet: An instance variable was added to class Float and it is not copied in the method veryDeepCopyWith: Please rewrite it to handle all instance variables. See DeepCopier class comment. The instance variable is referenced from the class side: phi