[BUG?] Re: funny issue with #valueWithArguments: ([closed] on Mantis ID 1027)

Larry Trutter ltrutter at onemain.com
Fri Apr 1 01:10:28 UTC 2005


Thank you for your report.  I have transferred your report to Squeak's
Mantis Database and you can followup on the issue if desired by going to
http://bugs.impara.de/view.php?id=1027 .

In the future please report new issues on Squeak's Mantis Database at
http://bugs.impara.de/ .

Thanks!

Cees de Groot wrote:

> On Thu, 31 Mar 2005 13:45:50 +0200, Cees de Groot <cg at cdegroot.com> 
> wrote:
>
>> I'll try to reproduce it in another Squeak, but that might be hard 
>> (I  don't know what this bug depends on...)
>>
>>
> 'From Squeak3.8gamma of ''24 November 2004'' [latest update: #6597] on 
> 31  March 2005 at 2:05:10 pm'!
> Object subclass: #TestTest
>     instanceVariableNames: ''
>     classVariableNames: ''
>     poolDictionaries: ''
>     category: 'Test'!
>
> !TestTest methodsFor: 'as yet unclassified' stamp: 'CdG 3/31/2005 14:03'!
> foo: one with: two with: three
>     Transcript show: one printString, two printString, three 
> printString; cr!  !
>
> !TestTest methodsFor: 'as yet unclassified' stamp: 'CdG 3/31/2005 14:02'!
> test
>     self when: #foo send: #foo:with:with: to: self withArguments: 
> {nil.  'one'. 2}.
>     self triggerEvent: #foo with: $-! !
>
>
> "TestTest new test" reproduces this issue. Is it a real bug or am I  
> missing something (I'm betting on the former, but I have a reputation 
> of  overlooking the obvious ;))
>
>




More information about the Squeak-dev mailing list