find original change set

Javier Orsaria javier.orsaria at gmail.com
Fri Aug 10 15:06:37 UTC 2007


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