Hi Reinout,
thanks for the patch! Now I'm getting an idea where does the
problem come from.
thanks again,
Andrés
Reinout Heeck escribió:
> Andres Fortier wrote:
>>
>> (UndefinedObject #DoIt - undeclaredSoftLink)
>>
>> I have no clues regarding what it may be and so far google hasn't been
>> very helpful. Any hints?
>>
>
>
> Well, the message is not very helpful because where it prints a '-' it
> should have printed the name of a global (class,namespace,shared).
>
> If you patch ByteCodeStream as follows:
>
> undeclaredSoftLink: bindingRef from: node
>
> ^requestor undeclaredSoftLink: bindingRef displayString in: node
> from: self
>
>
> The name will appear in the transcript instead of the '-'.
>
> Caveat: this patch is not compatible with all the tools. (But we have it
> loaded in all our dev images anyway here at Soops).
>
>
>
> HTH,
>
> Reinout
> -------
>
>