[BUG?] Re: funny issue with #valueWithArguments:

Cees de Groot cg at cdegroot.com
Thu Mar 31 12:03:35 UTC 2005


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