1 May 2002 01:25
[BUG] Method Finder DNU with array literal as receiver
Ned Konz <ned <at> bike-nomad.com>
2002-04-30 23:25:38 GMT
2002-04-30 23:25:38 GMT
I had a Method Finder open. I searched for:
{ 1 . 2 . 3 . 4 } . 2 . 2
Then I clicked on the answer that read:
{1. 2. 3. 4} at: 2 --> 2
And I got this walkback.
30 April 2002 3:24:11 pm
VM: unix - Squeak3.2gamma of 15 January 2002 [latest update: #4843]
Image: Squeak3.2gamma [latest update: #4843]
SmallInteger(Object)>>doesNotUnderstand:
Receiver: 1
Arguments and temporary variables:
aMessage: a Message with selector: #includes: and arguments: #($:)
Receiver's instance variables:
1
SelectorBrowser>>selectedMessageName
Receiver: a SelectorBrowser
Arguments and temporary variables:
example: '{1. 2. 3. 4} at: 2 --> 2'
tokens: #(#{ 1 #. 2 #. 3 #. 4 #} #at: 2 #- #-> 2)
aSymbol: nil
Receiver's instance variables:
dependents: #(a SystemWindow(1) a PluggableTextMorph(3349) a
(Continue reading)
RSS Feed