[ENH] No Symbol internment when looking up methods in a Store Package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ENH] No Symbol internment when looking up methods in a Store Package

Andres Valloud-2
Hello...

  Here is another one.  Essentially, since I considered that turning
  the instance variable methods into some sort of hashed collection
  was out of the question due to the fact that I still wanted my Store
  repository to work while I was making the changes, I reversed the
  comparison order and changed it a bit so that no symbols need to be
  interned.

  Hopefully I didn't break stuff!

--
Best regards,
 Andres                          mailto:[hidden email]

Method-selectorName.st (462 bytes) Download Attachment
Package-methodforClassNamedmeta.st (1K) Download Attachment