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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

michal-list

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?