ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> squeak-list
squeak-list
find original change set
by Javier Orsaria other posts by this author
Aug 10 2007 8:07AM messages near this date
Re: [Newbies] setting the font in a System Browser | Re: find original change set
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
Thread:
Javier Orsaria
Jason Johnson

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved