[squeak-dev] [BUG+FIX] "recent log file" broken because FileStream lost #edit

Michal michal-list at auf.net
Tue Oct 12 09:16:03 UTC 2010


hi - 

Somewhere between squeak 4.2-10382 and 10548, a bug was introuduced
breaking the menu item 'changes > recent log file...'. Attempting to
look at the recent changes in the log file now results in a debugger.

The reason is that the method #edit was removed from FileStream (along
with other methods). Putting it back, ie: 

edit
	FileList openEditorOn: self editString: nil.


gives back the functionality to inspect recent changes logged in the
change file.

(The removal of #edit happened in changeset Files-ar.87)

Michal

ps. is there a utility somewhere to go through trunk updates and see
who/where/when committed a change to a particular method/class? 



More information about the Squeak-dev mailing list