pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

CompiledMethod >> browse is bad #17394

Open Ducasse opened 4 days ago

Ducasse commented 4 days ago
browse

    ^ Smalltalk tools browser openOnClass: self methodClass selector: self selector

It is packaged into Tool-Base extending Tool-Base. But more generally we should ban such a kind of method. The tools willing to propose to browse compile method should handle it by calling the default application.