withKeysAndValues method in IdentityDictionary - a correction

Chris Wright caw at cs.mu.oz.au
Sat Apr 28 05:08:47 UTC 2001


Chris Wright wrote: (and confused everyone!)
> 
> I'm trying to get Squeak to talk to an MySQL db and I'm using Joerg
> Brunsmann mysql driver. It sends a message #withKeysAndValues: to
> IndexedCollection.
  ^^^^^^^^^^^^^^^^^

WRONG. Brain failure. Sorry. 

It IS called on IdentityDictionary.

Here's the quote:

errors := IdentityDictionary withKeysAndValues: self class errorTableMap

sorry....

Chris





More information about the Squeak-dev mailing list