help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] MethodSetBrowser not working in namespaces other than


From: Carlos Morán
Subject: [Help-smalltalk] MethodSetBrowser not working in namespaces other than Smalltalk
Date: Thu, 06 Feb 2003 01:07:44 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.0) Gecko/20020605

MethodSetBrowser fails in 2.0i when a method of a class in a namespace
other than Smalltalk, because it sends a message like this:

     Smalltalk at: #'NetClients.HTTP.HTTPClient'

and Smalltalk says it doesn't have that key.

Should SystemDictionary>>at: be modified to accept a Symbol like that
(smells bad to me), should a method be added to SystemDictionary that
accepts Symbols like that, or is there another way to resolve a class name?

Carlos Morán








reply via email to

[Prev in Thread] Current Thread [Next in Thread]