find original change set

Jason Johnson jason.johnson.081 at gmail.com
Fri Aug 10 16:27:17 UTC 2007


I have a question as well: Does anyone know why ChangeSet>>uninstall
is set to just send self halt?  Nearly everything seems to be present
for this to work, did someone just give up at the very last step or?

On 8/10/07, Javier Orsaria <javier.orsaria at gmail.com> wrote:
> Hi,
>     I was trying to use, in VersionsBrowser, the feature "find
> original change set" for a method. In old versions (3.8 and earlier)
> this work fine. But in 3.10 and 3.9 don´t. I followed the sequence and
> detect the problem at MethodChangeRecord-noteNewMethod:
>
> noteNewMethod: newMethod
>         "NEVER do this. It is evil."
>         currentMethod _ nil.
>
> should be:
>
> noteNewMethod: newMethod
>         "NEVER do this. It is evil."
>         currentMethod _ newMethod.
>
> This way work as I expect. But with that comment I understand was
> intentioned. What is the problem with this? I can´t see it... I'm the
> devil?
>
> Thanks,
> Javier
>
>


More information about the Squeak-dev mailing list